課程
/前端開發
/HTML/CSS
/手風琴效果
誰有完整的css代碼
2016-10-08
源自:手風琴效果 4-2
正在回答
1.我覺得這句應該改成198px; ?
?#imageMenu ul li.big a {width:200px;}
2.而且這句可以刪掉??
#imageMenu ul li a{width: 73px;}
<style>??????? #imageMenu{width:500px;height:200px;overflow:hidden;}??????? /*動畫樣式*/??????? #imageMenu ul *{transition:all linear 0.2s;}??????? #imageMenu ul{width:800px;height:200px;padding: 0; margin: 0; list-style: none}??????? #imageMenu li{float:left;}??????? #imageMenu ul li a{width: 73px;}??????? /*放大后的樣式*/??????? #imageMenu ul li.big a {width:200px;}??????? #imageMenu li a{width:98px;height:200px;display:block;text-indent:9999px;border-right:2px solid #fff;cursor:pointer;overflow:hidden;}??????? #imageMenu li.landscapes a{background:url(http://img1.sycdn.imooc.com//53451c66000170b503200200.jpg) no-repeat;}??????? #imageMenu li.people a{background:url(http://img1.sycdn.imooc.com//53451cc900012a0303200200.jpg) no-repeat;}??????? #imageMenu li.nature a{background:url(http://img1.sycdn.imooc.com//53451d020001336503200200.jpg) no-repeat;}??????? #imageMenu li.urban a{background:url(http://img1.sycdn.imooc.com//53451d370001d17203200200.jpg) no-repeat;}??????? #imageMenu li.abstract a{background:url(http://img1.sycdn.imooc.com//53451d5700013fd203200200.jpg) no-repeat;}??? </style>
舉報
本視頻教程通過實例講解,教你輕松制作手風琴效果,學起來吧
2 回答求大神解答這段代碼啥意思
2 回答講解的代碼與給的課程源碼不同,理解起來費力,希望課程講什么,源碼也能給相同的,這樣理解起來不費力
4 回答剛看了關于jquery的書。。。。好像我就用了這兩行代碼就實現效果了。,。,但是不知道有什么問題沒
3 回答請問實戰題的代碼編輯器是什么?
1 回答參考代碼里 這個e指的是什么哦
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-12-03
1.我覺得這句應該改成198px; ?
?#imageMenu ul li.big a {width:200px;}
2.而且這句可以刪掉??
#imageMenu ul li a{width: 73px;}
2016-10-12
<style>
??????? #imageMenu{width:500px;height:200px;overflow:hidden;}
??????? /*動畫樣式*/
??????? #imageMenu ul *{transition:all linear 0.2s;}
??????? #imageMenu ul{width:800px;height:200px;padding: 0; margin: 0; list-style: none}
??????? #imageMenu li{float:left;}
??????? #imageMenu ul li a{width: 73px;}
??????? /*放大后的樣式*/
??????? #imageMenu ul li.big a {width:200px;}
??????? #imageMenu li a{width:98px;height:200px;display:block;text-indent:9999px;border-right:2px solid #fff;cursor:pointer;overflow:hidden;}
??????? #imageMenu li.landscapes a{background:url(http://img1.sycdn.imooc.com//53451c66000170b503200200.jpg) no-repeat;}
??????? #imageMenu li.people a{background:url(http://img1.sycdn.imooc.com//53451cc900012a0303200200.jpg) no-repeat;}
??????? #imageMenu li.nature a{background:url(http://img1.sycdn.imooc.com//53451d020001336503200200.jpg) no-repeat;}
??????? #imageMenu li.urban a{background:url(http://img1.sycdn.imooc.com//53451d370001d17203200200.jpg) no-repeat;}
??????? #imageMenu li.abstract a{background:url(http://img1.sycdn.imooc.com//53451d5700013fd203200200.jpg) no-repeat;}
??? </style>