and here is the external CSS file:
background-color:#ffffff;
background-image: url(images/topimage.jpg);
background-repeat:repeat-x;
}
DIV.content {
width:760px;
position:absolute;
top:19px;
left:19px;
}
DIV.head {
width:758px;
height:125px;
background-image: url(images/head_bg.jpg);
background-repeat:repeat-x;
background-color:#793d00;
border-left:2px solid #510801;
border-right:2px solid #510801;
border-top:2px solid #510801;
}
.hb {
z-index:1;
position:absolute;
left:266px;
top:2px;
}
DIV.body {
background-color:#e0dfe3;
background-image: url(images/body_book.jpg);
background-position:top right;
background-repeat:no-repeat;
width:758px;
z-index:-2;
color:black;
border-left:2px solid #510801;
border-right:2px solid #510801;
border-bottom:2px solid #510801;
}
.login {
height:47px;
width:217px;
z-index:4;
position:absolute;
right:15px;
top:15px;
Color:#d67900;
font: normal small-caps normal x-small arial x-small;
font-size:10px;
}
.login INPUT {
color:#d67900;
font-weight:bold;
background-color:#894e00;
border:1px solid black;}
DIV.menu {
width:150px;
border:2px solid black;
float:left;
margin:5px
}
DIV.text {
width:569px;
border:2px solid black;
float:right;
margin:5px
}
DIV.lower_menu {
width:150px;
float:left;
margin:5px;
}
According to the WC3 my HTML is conditionaly acceptable, something about Character sets, and my CSS has not immediate errors, but like I said thre are problems with the FireFox version.
P.S. What do you think of the layout/dessign, (only on IE please)



