課程
/前端開發(fā)
/HTML/CSS
/回到頂部效果
為什么看不到圖片?
2016-07-22
源自:回到頂部效果 3-1
正在回答
#btn {
? ? width:40px;
? ? height:40px;
? ? position:fixed;?
? ? left:50%;?
? ? margin-left:610px;
? ? bottom:30px;?
? ? background:url(http://img1.sycdn.imooc.com//535e0dc100010e9c00400080.jpg) no-repeat left top;
? ? }
#btn:hover {
? ? background:url(http://img1.sycdn.imooc.com//535e0dc100010e9c00400080.jpg) no-repeat 0 -39px;
.box {
? ? width:1190px;?
? ? margin:0 auto;
舉報
回到頂部網(wǎng)站不可缺少的一部分,用JS實現(xiàn)炫酷拉風的回到頂部效果
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關注慕課網(wǎng)微信公眾號
2016-07-24
#btn {
? ? width:40px;
? ? height:40px;
? ? position:fixed;?
? ? left:50%;?
? ? margin-left:610px;
? ? bottom:30px;?
? ? background:url(http://img1.sycdn.imooc.com//535e0dc100010e9c00400080.jpg) no-repeat left top;
? ? }
#btn:hover {
? ? background:url(http://img1.sycdn.imooc.com//535e0dc100010e9c00400080.jpg) no-repeat 0 -39px;
? ? }
.box {
? ? width:1190px;?
? ? margin:0 auto;
? ? }