国产探花免费观看_亚洲丰满少妇自慰呻吟_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>

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 蕉岭县| 南川市| 河间市| 开化县| 阜康市| 静安区| 乌兰浩特市| 通化县| 六盘水市| 柳州市| 吴川市| 白玉县| 诸城市| 富锦市| 惠安县| 松江区| 分宜县| 林周县| 绿春县| 沅陵县| 平果县| 洛南县| 淳安县| 内丘县| 台中市| 连州市| 旅游| 广东省| 镇雄县| 通道| 同江市| 阆中市| 浑源县| 庄河市| 兴义市| 新乡市| 罗平县| 岑溪市| 盐城市| 息烽县| 南开区|