Forum Moderators: not2easy
my sites works perfect in IE, but in netscape & mozilla it gives something different and all is messed up
and i can't understand why, i'm using basic css
url -> <Ooops!>
it's the menu and everything below that is weird
here's the code (shortened)
divAlles
-divBoven
--divTitel
--divMenus
---divMenu1
---divMenu2
-divInhoud
and the css
body {
background-color: #CECECE;
font: 12px verdana, sans-serif;
color: #6C7072;
margin: 0;
padding: 0;
}
#divAlles {
width: 760px;
background-color: #FFFFFF;
}
#divInhoud {
width: 700px;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
margin: 0px 0px 400px 0px;
background:transparent url("../img/rechts.gif") repeat-y right;
}
#divMenu1 {
position: absolute;
top: 140px;
background:url("../img/menu1.gif") repeat-x;
font: 10px verdana;
width: 730px;
height: 13px;
padding-left: 30px;
}
#divMenu2 {
position: absolute;
top: 153px;
background:url("../img/menu2.gif") repeat-x;
font: 10px verdana;
width: 710px;
height: 13px;
padding-left: 50px;
}
#divMenu1 li {
display: inline;
padding: 0px 30px 0px 2px;
margin: 0px;
font-weight: bold;
}
#divMenu2 li {
display: inline;
padding: 0px 20px 0px 2px;
margin: 0px;
font-weight: bold;
}
tnx!
[edited by: Nick_W at 10:02 am (utc) on Sep. 9, 2003]
[edit reason] no urls please / thanks! [/edit]