Forum Moderators: not2easy

Message Too Old, No Replies

IE7 woes, yet again

         

ebby

12:54 pm on Apr 1, 2008 (gmt 0)

10+ Year Member



Hi all,

I'll just post the css here and tell you that the background image in the html{} is not repeating. Looks great in FF as usual...

html{
background-image: url(Images/bg.jpg);
background-repeat: repeat-x;
background-color: #000000;
}

head{}

body{
background-image: url(Images/bg2.jpg);
background-repeat: no-repeat;
margin-left: 0px;
margin-top: 0px;
min-width: 800px;
height: 100%;
}

#fullpage{
margin-left: 0px;
margin-top: 0px;
min-width: 800px;
height: 100%;
}

#content{
position: absolute;
padding: 0px;
background-color: #C5C3C3;
width: 560px;
min-height: 438px;
margin-left: 250px;
margin-top: 150px;
font-family: Tahoma, sans-serif;
font-size: 10pt;
}

#bodycopy{
position: relative;
background-image: url(Images/bg3.jpg);
background-repeat: no-repeat;
margin-left: 12px;
margin-top: -28px;
padding: 10px;
width: 516px;
height: auto;
background-color: #FFFFFF;
}

Anyone ever have this problem?

Marshall

4:06 pm on Apr 1, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Try putting what you have in the HTML{} in the body{} and make the body css a div that wraps everything else.

Marshall