-
aA[i].onmouseover=function(){ var This=this; var int = setInterval(function(){ This.style.width=This.offsetWidth+8+"px" ; if(This.offsetWidth>160){//嵌套关系要注意 clearInterval(int)}; },30)//定时 }查看全部
-
js!查看全部
-
菜单<li>浮动后,<li>脱离文档流,导致<ul>将失去高度和宽度;如果需要对<ul>进行整体背景设置,首先要给<ul>定义宽、高。查看全部
-
菜单<li>浮动后,<li>脱离文档流,导致<ul>将失去高度和宽度;如果需要对<ul>进行整体背景设置,首先要给<ul>定义宽、高。查看全部
-
菜单<li>浮动后,<li>脱离文档流,导致<ul>将失去高度和宽度;如果需要对<ul>进行整体背景设置,首先要给<ul>定义宽、高。查看全部
-
一般都使用 “ul\li” 来制作“菜单导航条”查看全部
-
text-indent 文本缩进(不会改变总的宽度)查看全部
-
js,jq内容,得重学查看全部
-
js,jq的,需学了两个后重来查看全部
-
inline 元素默认不能改变height width, 变成block才行。查看全部
-
http://www.imooc.com/qadetail/124329查看全部
-
text-indent:10px文本缩进是十像素查看全部
-
a{text-decoration:none}去掉a标签的下滑线查看全部
-
ul{list-style:none}清楚掉前面的圆点查看全部
-
*{margin:0; padding:0; font-size:14px;} a{color:#333;text-decoration:none} ul{list-style:none; height:50px; border-bottom:5px solid #F60; padding-left:30px;} ul li{float:left; margin-top:20px;} a{display:block;height:30px;text-align:center; line-height:30px; width:120px; background-color:#ccc;} a.on, a:hover{ color:#fff;background-color:#F60;height:40px; line-height:40px; margin-top:-10px;}查看全部
举报
0/150
提交
取消