如何使div扩展

时间:2012-04-13 21:07:06

标签: html css

我已经尝试了明确的,设定了特殊的高度和所有种类,所以这就是问题。

我的包装器有一个bg,但是如果内容扩展它将不会滚动。现在有2种情况,如果高度设置得太高100%那么背景停在屏幕底部的像素线处,然后没有图像,如果它没有高度,bg就停在正上方的一半这是一些css:

body {
    font-family:Arial, Helvetica, sans-serif;
    margin: 0;
    height: 100%
    padding: 0;
    background-color:#9B9D9E;
}

#container{
    width:1260px;
    margin: 0 auto;
}

#wrapper{
    background-image:url(../images/bg.png);
    background-repeat: repeat-y;
    height: 100%;
    width: 1260px;
    float: left;
    position:absolute;
}

jsfiddle:http://jsfiddle.net/PqRhT/

截屏:http://tinypic.com/r/orjyw6/5

1 个答案:

答案 0 :(得分:0)

你试过了吗?

#div:hover {hover is just one type of selector}

#div:hover #divOther {results in effecting another element}