-
① 超链接四种状态的设置顺序; ② 要想让列表在水平方向上排列,需要设置列表项浮动 ③ 由于a标签属于内联元素,无高度和宽度属性,因此控制鼠标经过状态改变背景颜色时,仅在有文字的地方显示背景颜色。解决的办法是把a标签变为块级元素,display:block查看全部
-
嵌套关系查看全部
-
list-style-image可以把图像设置为列表中的项目符号;list-style-type可以设置列表项目符号的不同样式,如:none表示无项目符号,disc表示实心圆(默认值),circle表示空心圆,square表示实心方块等。查看全部
-
width是宽度 height是长度 padding是填补 border是边境 margin-bottom:是边缘底部查看全部
-
JS;查看全部
-
clear清除浮动查看全部
-
/*在此定义相关CSS样式*/ .topList{ width:300px; height:180px; border:1px solid #E8E8E8; margin:0px auto; } .topList ul{ list-style-type:none; padding:5px; font-size:12px; margin-top:-10px; line-height:18px; } em{ width:20px;height:16px; text-align:center; font-style:normal; color:#333; background:url("http://img1.sycdn.imooc.com//53cf0fa20001d3dc00200032.jpg"); background-position:0px 16px; display:block; float:left; } .top em{ background:url("http://img1.sycdn.imooc.com//53cf0fa20001d3dc00200032.jpg"); background-position:16px 0px; } a:link,a:visited{ text-decoration:none; color:#000; } a:hover,a:active{ text-decoration:none; color:#f00; }查看全部
-
列表部分样式查看全部
-
myFocus使用教程 详细:http://www.cnblogs.com/wmcoder/p/5047125.html查看全部
-
/*在此定义相关样式,控制列表的显示形式*/ body{border:1px solid #00ff00; height:100px;} h3{ margin-left:10px; } ul li{ width:50px;height:30px;float:left; line-height:30px; text-align:center; list-style-type:none; } ul a:link,ul:vidited{ text-decration:none; color:block; } ul a:hover,ul:active{ text-decration:none; color:block; background-color:#be3948; display:block; }查看全部
-
img的样式应该为width:200px;height:200px;display:block;margin:0 auto; img是个特殊的内联元素。可以设置长宽,跟button类似。margin:0 auto居中只能于作用块级元素。故img设置了display:block;margin:0 auto即可居中查看全部
-
text_left a{ text-decoration:none; color:gray; }查看全部
-
asdasd查看全部
-
如果想隐藏某个div中的文字可以这样写text-indent:-9999px.查看全部
-
由于a标签属于内联元素,无高度和宽度属性,因此控制鼠标经过状态改变背景颜色时,仅在有文字的地方显示背景颜色。解决的办法是把a标签变为块级元素,display:block查看全部
举报
0/150
提交
取消