Hallo allemaal,
Explorer is eigenwijs en lijnt 1 pixel te ver naar rechts uit.
Firefox (Mac en Windows) en Safari laten het wel goed zien!
Het gaat om class .tbmidden
Wie kan mij helpen?
/* ----------container -------------- */
#container {
width: 774px;
height: 420px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
background-color: #000000;
}
/* --------------Linkerkolom------------- */
#links {
width:230px;
float: left;
padding:0px 0px 0px 0px;
margin-right: 0px;
position:relative;
background-color: #000000;
color:#999999;
}
#nieuws {
width:211px;
float: left;
padding:0px 0px 0px 0px;
margin-left: 0px;
position:relative;
letter-spacing: 0.0em;
line-height: 1.5em;
color:#999999;
font-size: 12px;
}
/* -----------------Midden--------------------- */
#midden {
width:397px;
float: left;
padding:0px 0px 0px 0px;
position:relative;
background:#000000;
}
.tbboven {
width:378px;
height: 19px;
background:#000000;
background: url("images/tbboven.gif");
}
.tbmidden {
width:340px;
height:auto;
background:#FFFFFF;
padding:10px 19px 10px 19px;
}
.tbonder {
width:378px;
height: 19px;
background:#FFFFFF;
background: url("images/tbonder.gif");
}
/* --------------Rechterkolom------------- */
#rechts {
width:147px;
float: right;
padding:20px 0px 0px 0px;
margin-left: 0px;
position:relative;
letter-spacing: 0.0em;
background:#000000;
}
/* --------------Menu------------- */
#menu {
width:147px;
float: right;
padding:15px 0px 0px 0px;
margin-left: 0px;
position:relative;
letter-spacing: 0.0em;
line-height: 1.5em;
background:#000000;
color:#FFFFFF;
font-size: 12px;
}
Alvast bedankt!