Hallo,
Ik zit met een heel raar probleem!!
Ik heb het volgende CSS bestand:
html, body {
margin: 0px;
padding: 0px;
height: 100%;
text-align: justify;
font-family: arial;
font-size: 0.85em;
background: url('gfx/bg.jpg');
background-repeat: repeat-y;
background-position: left left;
}
#container {
float: top left;
width: 790px;
height: 77px;
background: url('gfx/logo.jpg');
background-repeat: no-repeat;
}
#menu {
float: middle left;
width: 100%;
height: 18px;
vertical-align: middle;
color: #ffffff;
background: #069afe;
}
#balk {
background: #ED008C;
float: top left;
width: 100%;
height: 235px;
background: url('gfx/bg1.jpg');
background-repeat: no-repeat;
}
#content {
float: left;
width: 300px;
padding: 5em;
}
#table, td, tr {
font-size: 0.85em;
}
Nou is het echter zo dat er een probleem is met content. Namelijk in IE is de content ook echt 300px breed maar in FF is het ong 550px breed.
Ik heb echt al van alles geprobeerd maar ik zou echt niet weten waar de oplossing ligt. Iemand een idee?
911 views