本文小編為大家詳細(xì)介紹“jQuery中如何實現(xiàn)鼠標(biāo)滑過橫向時間軸樣式”,內(nèi)容詳細(xì),步驟清晰,細(xì)節(jié)處理妥當(dāng),希望這篇“jQuery中如何實現(xiàn)鼠標(biāo)滑過橫向時間軸樣式”文章能幫助大家解決疑惑,下面跟著小編的思路慢慢深入,一起來學(xué)習(xí)新知識吧。
成都創(chuàng)新互聯(lián)是一家朝氣蓬勃的網(wǎng)站建設(shè)公司。公司專注于為企業(yè)提供信息化建設(shè)解決方案。從事網(wǎng)站開發(fā),網(wǎng)站制作,網(wǎng)站設(shè)計,網(wǎng)站模板,微信公眾號開發(fā),軟件開發(fā),成都小程序開發(fā),十載建站對主動防護(hù)網(wǎng)等多個方面,擁有豐富的網(wǎng)站設(shè)計經(jīng)驗。
效果圖:
HTML代碼:
` `
- 1993
1993
內(nèi)容介紹
- 1999
1999
內(nèi)容介紹
- 2006
2006
內(nèi)容介紹
- 2019
2019
內(nèi)容介紹
CSS代碼:
`*{margin:0;padding:0;} ul{ list-style: none; } .container{ height: 162px; background: url('../images/ico9.gif') repeat-x center; } .container li{ float:left; background: url('../images/ico10.gif') no-repeat center top; width:140px; text-align: center; margin-top: 65px; position: relative; padding-top:30px; font-size:12px; } .time{ position: absolute; width:100%; left:0; top:-20px; display: none; } .time h2{ background: url('../images/ico11.gif') no-repeat center top; height: 67px; line-height: 67px; font-size:16px; } .time p{ color:#999; font-size:14px; }`
讀到這里,這篇“jQuery中如何實現(xiàn)鼠標(biāo)滑過橫向時間軸樣式”文章已經(jīng)介紹完畢,想要掌握這篇文章的知識點還需要大家自己動手實踐使用過才能領(lǐng)會,如果想了解更多相關(guān)內(nèi)容的文章,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道。