-
list-style-image: 会突出出来;所以改用 list-style-type: none;//取消 background-image:url();查看全部
-
#C00 == #CC0000 >> >>查看全部
-
link:初始值 visired:访问后 hover:放上去 active:点击查看全部
-
myFouc查看全部
-
由于a标签属于内联元素,无高度和宽度属性,因此控制鼠标经过状态改变背景颜色时,仅在有文字的地方显示背景颜色。解决的办法是把a标签变为块级元素,display:block查看全部
-
float查看全部
-
在CSS中没有a和d选项中的属性,list-style-image可以把图像设置为列表中的项目符号;list-style-type可以设置列表项目符号的不同样式,如:none表示无项目符号,disc表示实心圆(默认值),circle表示空心圆,square表示实心方块等查看全部
-
background:url(../images/search.jpg) no-repeat right center; background-image:url(../images/search.jpg); background-repeat:no-repeat; background-position:right center;查看全部
-
background:url(../images/nav_left.jpg)no-repeat; background-imag:url(../images/nav_left.jpg); background-repeat:no-repeat;查看全部
-
vertical-align:middle;查看全部
-
.top_content a:hover, .top_content a:active{ color:#900; text-decoration: none; }查看全部
-
document.title; .top_content li { list-style-image:url(../images/li_bg.gif); float:right; } .top_content a:link, .top_content a:visited{ color:#8e8e8e; text-decoration:none; }查看全部
-
window.location;查看全部
-
垂直居中: line-height = box的height查看全部
-
float:right; 之后显示效果为 ”联系我们加入收藏设为首页“ --而不是 设为首页加入收藏联系我们查看全部
举报
0/150
提交
取消