-
文字居中位置:height与line-heigh同高 setHomeSetFav.js兼容性不好。通常在引入这个js的时候,后面再添加上“charset="gb2312"”查看全部
-
list-style-type可以设置列表项目符号为:none无项目符号,disc实心圆,circle空心圆,square实心方块等但是不可以设置图片为项目符号。查看全部
-
list-style-image可以把图像设置为列表中的项目符号;list-style-type可以设置列表项目符号的不同样式,如:none表示无项目符号,disc表示实心圆(默认值),circle表示空心圆,square表示实心方块等。查看全部
-
<!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" /> <title>3.1页面头部制作练习题</title> <style type="text/css"> /*在此定义相关样式,控制列表的显示形式*/ li{ width:50px; height:30px; float:left; list-style-type:none; text-align:center; line-height:30px; } li a:link,li a:visited{ display:block; text-decoration:none; background:#FFF; color:#000; } li a:hover,li a:active{ display:block; color:#FFF; background-color:#BE3948; } </style> </head> <body> <h3>课程难度</h3> <!--在此制作一个无序列表--> <ul> <li><a href="#">全部</a></li> <li><a href="#">初级</a></li> <li><a href="#">中级</a></li> <li><a href="#">高级</a></li> </ul> </body> </html>查看全部
-
min-height在IE6中不支持。可以用_height查看全部
-
焦点图注意事项查看全部
-
list-style-type可以设置列表项目符号为:none无项目符号,disc实心圆,circle空心圆,square实心方块等但是不可以设置图片为项目符号。查看全部
-
列表项查看全部
-
列表项变为一列。 list style type:none float:left查看全部
-
居中方法和条件。分析盒子的能力查看全部
-
很好的问题。a、如果同时设置了height和line-height,那么元素的实际高度即为height;b、如果只设置了line-height,那么元素的实际高度等于line-height;如果你把height设置为0,说明元素没有高度,虽然你也设置了line-height:30px,由a可知,同时设置了height和line-height,高度就是height,所以此时元素的实际高度就是0,如果没有高度的话,浏览器特别懒,虽然你有宽度,但是我也不会把你渲染成一个块的。所以你会看到所有的字体叠在了一起。那...查看全部
-
margin:上 右 下 左查看全部
-
myBox{width:200px; height:100px; border:1px solid red; margin-top:10px; padding-left:15px;}查看全部
-
.topList{ width:300px; height:180px; border:1px solid #e8e8e8; margin:0 auto; } ul{ list-style-type:none; padding:5px; margin:0px; } li{ width:280px; height:15px; font-size:12px; } em { width:20px; height:16px; text-align:center; line-height:16px; font-style:normal; color:#333; display:block; background-position:0px 16px; background:url(' http://img1.sycdn.imooc.com//53cf0fa20001d3dc00200032.jpg') 0px 16px; float:left; } .top em{ background-position:0px 0px; } .topList ul li p a:link,.topList ul li p a:visited{ text-decoration:none; color:black; } .topList ul li p a:hover,.topList ul li p a:visited{ color:grey; cursor:pointer; }查看全部
-
margin:0 auto ; 水平居中; line-height: 垂直居中;查看全部
举报
0/150
提交
取消