css中background和_background属性的区别css样式表中有如下语句:.imminbox { width:39px; height:29px;padding-right:3px; cursor:pointer; position:absolute ;right:1px; bottom:0px;z-index:20; overflow:visible; background:url(../images/im_mi

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/29 18:35:58
css中background和_background属性的区别css样式表中有如下语句:.imminbox { width:39px; height:29px;padding-right:3px; cursor:pointer; position:absolute ;right:1px; bottom:0px;z-index:20; overflow:visible; background:url(../images/im_mi

css中background和_background属性的区别css样式表中有如下语句:.imminbox { width:39px; height:29px;padding-right:3px; cursor:pointer; position:absolute ;right:1px; bottom:0px;z-index:20; overflow:visible; background:url(../images/im_mi
css中background和_background属性的区别
css样式表中有如下语句:
.imminbox { width:39px; height:29px;padding-right:3px; cursor:pointer; position:absolute ;right:1px; bottom:0px;z-index:20; overflow:visible; background:url(../images/im_minbar.png) no-repeat; _background:url(../images/im_minbar.gif) no-repeat; top:auto;}
不知道_background属性应该如何理解
*html .imbox{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))-35);}
css中有这么一句,“*html”是什么意思,

css中background和_background属性的区别css样式表中有如下语句:.imminbox { width:39px; height:29px;padding-right:3px; cursor:pointer; position:absolute ;right:1px; bottom:0px;z-index:20; overflow:visible; background:url(../images/im_mi
1,_background 是IE6的hank 属性,在样式属性前加“ _ ” 只有ie6能识别;样式从向往下运行,一直运行到不能执行为止.
比如
style{
color:#000000; /* FF,OP支持 */
color:#0000FF\9; /* 所有浏览器IE浏览器(ie6+)支持 ;但是IE8不能识别“*”和“_”的css hack;所以我们可以这样写hack */
[color:#000000;color:#00FF00; /* SF,CH支持 */
*color:#FFFF00; /* IE7支持 */
_color:#FF0000; /* IE6支持 */
}
2,关于*html .imbox
也是属于ie 6 的hank .为能解决ie 6的特定问题而设置的.

CSS中class和id的区别例如:CSSBBS新手教程第一课div{ width:100px; height:100px; border:1px solid #000; float:left; background:#99FF00; margin-left:10px;}.css{ background:#FFFF00}#css{ background:#00FFFF}直接div.css#css我修改运行 css中background和_background属性的区别css样式表中有如下语句:.imminbox { width:39px; height:29px;padding-right:3px; cursor:pointer; position:absolute ;right:1px; bottom:0px;z-index:20; overflow:visible; background:url(../images/im_mi CSS中的background和background-color的区别请问background中的color和background-color有什么区别吗?我觉得它俩的功能应该是一样的,请指教谢谢. css定义body的color和background声明问题body {color:#000;background:#fff;margin:0;padding:0;font-family:Georgia,Palatino,serif;} CSS求解释.background:url(1.jpg) no-repeat 0 50%; 0 和 50%代表的含义. CSS background-position 定义背景具体位置如何计算? css li:hover > ul#a3 css中 li:hover > ul#a3 > 和 #a3 CSS中 .nav{background:url(img/bgli_left.gif) repeat-x scroll left bottom;}重点解释scroll重点解释scroll.X轴左下角平铺 a:hover span{ background:url(btn_bg.gif) no-repeat right -37px;}这段CSS代码中,属性right的含义? CSS代码求解释:background:url(nav-bar.gif) no-repeat right center;帮忙说明下background:url(nav-bar.gif) no-repeat right center;中的right和center是何作用 CSS中 *+height是什么意思 CSS中a: css中“text-indent: CSS中!important;表示什么? css background:url(../images/new_active.png) no-repeat scroll 0 0 transparent;scroll 0 0 transparent JQuery中怎么得到this中的某个元素?$(document).ready(function() {$(#a).click(function(){$(this).css({background-color:#115996});//把背景改色//?});}上面的代码怎样把把问号哪儿用this得到单选按钮,然后设置成选 CSS中!important是什么意思?如题:filter:progid:DXImageTransform.Microsoft.Gradiend(startColorStr=#EEDFFF,endColorStr=#FFFFFF,gradientType=0);background-color:#EEDFFF important;这最后的!important是什么意思! background.