CSSproblem FireFox/IE
http://solliden.dk/LaesGaestebog.aspx ser ud som jeg vil have det i IE7, men ikke i FireFox. Hvis jeg nu lige paster min CSS ind, kan nogen så se, hvordan jeg får det til at se rigtigt ud i FireFox?body
{
background-color: #E8E6C7;
margin:0 0 0 0;
padding:0 0 0 0;
height:100%;
font-size:12px;
font-family:Sans-Serif;
}
img
{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}
div#outer
{
background-color: #E8E6C7;
text-align:center;
height:100%;
}
div#wrapper
{
margin: 0px auto 0px auto;
text-align: left;
width: 750px;
height:100%;
}
div#header
{
background-color:gray;
height:100px;
color:White;
padding:0px 0px 0px 0px;
}
div#header_homeimg
{
float: left;
width:100px;
}
div#header_rightOfHomeImg
{
float: left;
width:400px;
padding:0px 0px 0px 10px;
}
.containerdiv
{
height:auto;
width:750px;
}
.contentdiv
{
padding:5px 5px 5px 5px;
margin:5px 5px 5px 5px;
background-color: #E8E6C7;
min-height:400px;
}
.menulinie
{
padding:5px 5px 0px 5px;
border-style:solid;
border-width:0px;
border-bottom-width:2px;
vertical-align:bottom;
}
.menulinie a
{
text-decoration:none;
}
.menuitem
{
display:inline;
margin: 0px 5px 0px 0px;
padding: 0px 5px 0px 5px;
border-style:solid;
border-width:1px;
}
.menuitemPath
{
display:inline;
margin: 0px 5px 0px 0px;
padding: 0px 5px 0px 5px;
border-style:solid;
border-width:2px;
}