国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > CSS > 正文

網頁設計基礎:鏈接的樣式設計

2024-07-11 08:23:05
字體:
來源:轉載
供稿:網友

這里需要注意的是書寫鏈接變化的代碼時,順序是一定的,即按照
A:link 鏈接文字的普通狀態
A:visited 鏈接被鼠標點擊過后的狀態
A:hover 鼠標移到鏈接文字上的狀態
A:active 鼠標點擊了鏈接,但新頁面還沒出現時的狀態
的順序定義,否則可能出現意想不到的問題


從以上超級鏈接的形式可總結如下格式
A:link {屬性名稱1:屬性值1;屬性名稱2:屬性值2;………}
A:visited {屬性名稱1:屬性值1;屬性名稱2:屬性值2;………}
A:hover {屬性名稱1:屬性值1;屬性名稱2:屬性值2;………}
A:active {屬性名稱1:屬性值1;屬性名稱2:屬性值2;………}
文本修飾屬性text-decoration允許通過以下屬性值來修飾文本
Underline (下劃線),overline(上劃線),line-through(刪除線),blink(閃爍)和默認的none

問題引出:要是想在一個頁面中實現不同的鏈接效果,請看如下例子
<html>
<head>
<style type="text/css">
A.a1:link {color:blue; text-decoration:none; font-size:12pt}
A.a1:visited {color:brown; text-decoration:none; font-size:12pt}
A.a1:hover {color:red; text-decoration:underline; font-size:12pt}
A.a1:active {color:green; text-decoration:underline;font-size:12pt}
A.a2:link {color:red; text-decoration:underline; font-size:12pt}
A.a2:visited {color:blue; text-decoration:none; font-size:12pt}
A.a2:hover {color:green; text-decoration:underline; font-size:12pt}
A.a2:active {color:brown; text-decoration:underline;font-size:12pt}
A.a3:link {color:yellow; text-decoration:none; font-size:12pt}
A.a3:visited {color:navy; text-decoration:none; font-size:12pt}
A.a3:hover {color:white; text-decoration:underline; font-size:12pt}
A.a3:active {color:oranage; text-decoration:underline;font-size:12pt}
</style></head>
<a href="http://www.sohu.com" class=a1>搜狐</a>
<a href="http://www.newhua.com" class=a2>華軍</a>
<a href="http://www.chinaren.com" class=a3>中國人</a>
</body></html>

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 濮阳县| 万全县| 阜南县| 中阳县| 中宁县| 扎兰屯市| 和林格尔县| 南川市| 老河口市| 宜城市| 高邑县| 普宁市| 丁青县| 西乡县| 洛川县| 曲松县| 孝感市| 辽阳县| 饶阳县| 彭阳县| 沙坪坝区| 额尔古纳市| 玉门市| 海安县| 德庆县| 临武县| 黎城县| 东兰县| 云梦县| 怀宁县| 富蕴县| 松阳县| 休宁县| 乌审旗| 宁夏| 鄢陵县| 通江县| 河北区| 通辽市| 饶河县| 延庆县|