如何創建懸停效果塊的鏈接列表
此教程說明如何創建懸停效果塊的鏈接列表的形式使用乾淨的CSS設計,只有李,跨度和時間標記。
步驟: 1基本HTML結構
> <ul> <li> <a href = "#" > Link Heading One <em> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut viverra dui nec risus. <div 編號 = "linkBox" “ <ul> <li>的<a href = "#" ”鏈接標題之一的<em> Lorem本身悲楚坐在阿梅特, consectetur adipiscing elit 。 UT斯達康靈貓大草原NEC公司risus 。 href = "#" > Link Heading Two <em> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut viverra dui nec risus.在歐盟neque 1 tortor lacinia rhoncus 。 “ /時間” <span> 2009年6月20號“ /跨度” “ / 1 ” “ /李” <li>的<a href = "#" “鏈接標題2的<em> Lorem本身悲楚坐在阿梅特, consectetur adipiscing elit 。 UT斯達康靈貓大草原NEC公司risus 。 href = "#" > Link Heading Three <em> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut viverra dui nec risus.在歐盟neque 1 tortor lacinia rhoncus 。 “ /時間” <span> 2009年6月21日“ /跨度” “ / 1 ” “ /李” <li>的<a href = "#" “鏈接標題三峽的<em> Lorem本身悲楚坐在阿梅特, consectetur adipiscing elit 。 UT斯達康靈貓大草原NEC公司risus 。 在歐盟neque 1 tortor lacinia rhoncus 。 “ /時間” <span> 2009年6月22日“ /跨度” “ / 1 ” “ /李” “ / UL認證” “ /科”
步驟: 1 CSS代碼
list-style-type : none ; width : 400px ; } #linkBox li { margin : 5px 0 ; border-bottom : 1px dotted #ccc ; border-top : 1px dotted #ccc ; } #linkBox li a { color : #E67701 ; display : block ; font : bold 100 . 1 % "Georgia" , Times New Roman, Times, serif ; padding : 5px ; text-decoration : none ; line-height : 182 . 5 %; } * html #linkBox li a { /* make hover effect work in IE */ width : 400px ; } #linkBox li a :hover { background : #eeeeee ; } #linkBox a em { color : # 333 ; display : block ; font : normal 82 . 5 % "Georgia" , Times New Roman, Times, serif ; line-height : 182 . 5 %; } #linkBox a span { color : #006AFF ; font : normal 82 . 5 % "Georgia" , Times New Roman, Times, serif ; line-height : 150 % ; } # linkBox美國UL ( 列表樣式類型 : 無 ; 寬度 : x 400像素 ; ) # linkBox李( 保證金 : 5px 0 ;邊界底: 1px # CCC認證 星羅棋布 ;邊界頂端: 1px 虛線 # CCC認證 ; ) # linkBox李( 顏色 : # E67701 ; 顯示 : 塊 ; 字體 : 大膽 100 。 1 % , “格魯吉亞” ,每一個嘮叨,時間線 ; 填充 : 5px ; 文字修飾 : 無 ;線高度: 182 。 5 % ; ) *的HTML # linkBox李( / *懸停效果使工作在IE * / 寬度 : x 400像素 ; ) # linkBox李答:懸停 ( 背景 : # eeeeee ; ) # linkBox一時間( 顏色 : # 333 ; 顯示 : 塊 ; 字體 : 正常 82 。 5 %的“格魯吉亞” ,每一個嘮叨,時間線 ; 線高度 : 182 。 5 % ; ) # linkBox跨度( 顏色 : # 006AFF ; 字體 : 正常 82 。 5 %的“格魯吉亞” ,時代新羅馬,時間線 ; 線高度 : 150 % ; )
實例
最後,我們都要做。 我們建立了一個塊懸停效果的連結清單。 檢視我的榜樣和滾動項目名單見塊懸停效果的行動。




















































提交評論