Forum Moderators: not2easy
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?