您好,登錄后才能下訂單哦!
這篇文章我們是用JS實(shí)現(xiàn)一個(gè)圖片懸浮的效果,在我們用鼠標(biāo)下拉滾動(dòng)的時(shí)候圖片居中懸浮,不跟隨滾動(dòng),我們先來看下效果圖:
下面我們來看下所有測(cè)試過的代碼:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <style type="text/css"> .logo { width: 650px; height: 383px; position:fixed; background: url(https://www.jb51.net/images/logo.gif) no-repeat; margin:auto; left:0; right:0; top:0; bottom:0; } </style> <title>圖片垂直居中不隨滾動(dòng)條滾動(dòng)的JS代碼</title> </head> <body > <div class="logo"> </div> <p>億速云JS圖片懸浮圖片效果</p> </body> </html>
以上就是經(jīng)過效果測(cè)試的原創(chuàng)代碼,感謝你對(duì)億速云的支持。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。