Ok, well i don't code in DIV's very often, but when i do always get a problem with one of the browsers.
Well my Problem is..
Thats FireFox but in IE its fine
My CSS file is:
Thanks for any help..PHP Code:#top {
position: absolute;
background: url(images/top.jpg) no-repeat #A9212F;
width: 100%;
height: 29px;
z-index: 2;
left: 0px;
top: 0px;
}
#banner {
position:absolute;
width: 100%;
height: 200px;
z-index:2;
top: 29px;
background: url(images/banner.jpg) no-repeat #92C9FF;
left: 0px;
}
#search {
position:absolute;
width:256px;
height:65px;
z-index:1;
left: 700px;
background-image: url(images/search.jpg);
top: -1px;
}
#contenttop {
position:absolute;
width: 100%;
height:46px;
z-index:2;
top: 229px;
background-image: url(images/content_top.jpg);
left: 0px;
}
#homelink {
position:absolute;
width:67px;
height:26px;
z-index:4;
left: 662px;
top: 216px;
background-image: url(images/home.jpg);
}
#loginlink {
position:absolute;
width:54px;
height:26px;
z-index:5;
left: 728px;
top: 216px;
background-image: url(images/login.jpg);
}
#registerlink {
position:absolute;
width:73px;
height:26px;
z-index:6;
left: 781px;
top: 216px;
background-image: url(images/register.jpg);
}
#bg {
position:absolute;
width: 100%;
height: 100%;
z-index:7;
top: 275px;
left: 0px;
right: 0px;
bottom: 0px;
padding-left: 80px;
padding-top: 20px;
background: #c92536 url(images/bg.jpg) repeat-x;
}
#content1 {
width:912px;
height:40px;
z-index:8;
padding-bottom: 0px;
background-color: #FFFFFF;
}
#content2 {
width:912px;
height: auto;
z-index:2;
padding-bottom: 0px;
background-color: #FFFFFF;
}
#content3 {
width:914px;
height:82px;
z-index:21;
padding-bottom: 0px;
background-image: url(images/contentbottom.jpg);
}
body {
background-color: #FFFFFF;
}










