本文小編為大家詳細(xì)介紹“jQuery中如何實(shí)現(xiàn)鼠標(biāo)滑過(guò)橫向時(shí)間軸樣式”,內(nèi)容詳細(xì),步驟清晰,細(xì)節(jié)處理妥當(dāng),希望這篇“jQuery中如何實(shí)現(xiàn)鼠標(biāo)滑過(guò)橫向時(shí)間軸樣式”文章能幫助大家解決疑惑,下面跟著小編的思路慢慢深入,一起來(lái)學(xué)習(xí)新知識(shí)吧。
成都創(chuàng)新互聯(lián)是一家朝氣蓬勃的網(wǎng)站建設(shè)公司。公司專注于為企業(yè)提供信息化建設(shè)解決方案。從事網(wǎng)站開(kāi)發(fā),網(wǎng)站制作,網(wǎng)站設(shè)計(jì),網(wǎng)站模板,微信公眾號(hào)開(kāi)發(fā),軟件開(kāi)發(fā),成都小程序開(kāi)發(fā),十載建站對(duì)主動(dòng)防護(hù)網(wǎng)等多個(gè)方面,擁有豐富的網(wǎng)站設(shè)計(jì)經(jīng)驗(yàn)。
效果圖:
HTML代碼:
`<!DOCTYPE html> <html> <head> <title></title> <link rel="stylesheet" type="text/css" href="css/style.css"> </head> <body> <div class='container'> <ul> <li> 1993 <div class='time'> <h2>1993</h2> <p>內(nèi)容介紹</p> </div> </li> <li> 1999 <div class='time'> <h2>1999</h2> <p>內(nèi)容介紹</p> </div> </li> <li> 2006 <div class='time'> <h2>2006</h2> <p>內(nèi)容介紹</p> </div> </li> <li> 2019 <div class='time'> <h2>2019</h2> <p>內(nèi)容介紹</p> </div> </li> </ul> </div> <script type="text/javascript" src='js/jquery1.10.2.js'></script> <script type="text/javascript"> $(function(){ $("ul li").hover(function(){ $(this).find('.time').slideDown(500); },function(){ $(this).find('.time').slideUp(500); }) }) </script> </body> </html>`
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中如何實(shí)現(xiàn)鼠標(biāo)滑過(guò)橫向時(shí)間軸樣式”文章已經(jīng)介紹完畢,想要掌握這篇文章的知識(shí)點(diǎn)還需要大家自己動(dòng)手實(shí)踐使用過(guò)才能領(lǐng)會(huì),如果想了解更多相關(guān)內(nèi)容的文章,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道。
網(wǎng)站題目:jQuery中如何實(shí)現(xiàn)鼠標(biāo)滑過(guò)橫向時(shí)間軸樣式
鏈接地址:http://chinadenli.net/article12/goghdc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站導(dǎo)航、網(wǎng)站設(shè)計(jì)、網(wǎng)站設(shè)計(jì)公司、全網(wǎng)營(yíng)銷(xiāo)推廣、手機(jī)網(wǎng)站建設(shè)、小程序開(kāi)發(fā)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)