【发布时间】:2012-01-02 17:06:34
【问题描述】:
如何使背景图片适合div?,因为在firefox中,完全没有问题,不像IE8,IE9
这是代码
div.helpcontent{
height:120px;
display:none;
width: 300px;
position: relative;
z-index: 1000000;
}
div.helpcontent{
margin: 0 15px;
padding: 5px;
width: 242px;
text-align: center;
//background: #ffffff;
background: url(../images/helpBg.gif) no-repeat;
border: solid 1px #000000;
}
【问题讨论】:
-
“适合 div”是什么意思
标签: html css internet-explorer