PHP interesse |
|
ik heb met ie7 en ff precies hetzeflde, maar met ie6 klopt me website niet.
ie6:
http://www.robmoorman.nl/files/fout.JPG
ie6&ff
http://www.robmoorman.nl/files/goed.JPG
mijn css code:
html, body {
color: #333333;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #afd400 url('../images/bg.png') repeat-x;
margin: 0px;
padding: 0px;
}
#containerLeft {
float: left;
width: 80px;
min-height: 500px;
background: #afd400 url('../images/design_left.png') no-repeat top left;
}
#containerRight {
float: left;
width: 80px;
min-height: 500px;
background: #afd400 url('../images/design_right.png') no-repeat top left;
}
html, body { color: #333333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background: #afd400 url('../images/bg.png') repeat-x; margin: 0px; padding: 0px; } #containerLeft { float: left; width: 80px; min-height: 500px; background: #afd400 url('../images/design_left.png') no-repeat top left; } #containerRight { float: left; width: 80px; min-height: 500px; background: #afd400 url('../images/design_right.png') no-repeat top left; }
weet iemand ik mijn bg goed krijg en de margin ???
|