KoenDK
Legacy Member
het lukt allemaal wel in IE6, maar niet in FF
eigenlijk raar, want ik zie de (kleine) fout echt niet
css :
eigenlijk raar, want ik zie de (kleine) fout echt niet
PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" type="text/css" href="test.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div id="container_homepage">
<div id="top_homepage">
<div id="derde"></div>
<div id="vierde"></div>
<div id="vijfde"></div>
</div>
<div id="middle_homepage">
<div id="zevende"></div>
<div id="achtste"></div>
<div id="negende"></div>
<div id="tiende"></div>
<div id="elfde"></div>
</div>
<div id="footer_homepage">
<div id="twaalfde"></div>
<div id="dertiende"></div>
<div id="veertiende"></div>
<div id="vijftiende"></div>
<div id="zestiende"></div>
</div>
</div>
</body>
</html>
css :
PHP:
#derde {
background-image: url(images/homepage_slice_03.gif);
width:292px;
height:52px;
padding-top:20px;
padding-left:18px;
float:left;
}
#vierde {
background-image: url(images/homepage_slice_04.gif);
width:263px;
height:52px;
padding-top:20px;
padding-left:16px;
float:left;
}
#vijfde {
background-image: url(images/homepage_slice_05.gif);
width:205px;
height:52px;
padding-top:20px;
padding-left:25px;
float:left;
}
#zevende {
background-image: url(images/homepage_slice_07.gif);
width:289px;
height:274px;
padding-left:15px;
padding-right:15px;
font-size:15px;
text-align: justify;
float:left;
}
#achtste {
background-image: url(images/homepage_slice_08.gif);
width:8px;
height:274px;
float:left;
}
#negende {
background-image: url(images/homepage_slice_09.gif);
width:253px;
height:274px;
padding-left:10px;
padding-right:15px;
font-size:15px;
text-align: justify;
float:left;
}
#tiende {
background-image: url(images/homepage_slice_10.gif);
width:9px;
height:274px;
float:left;
}
#elfde {
background-image: url(images/homepage_slice_11.gif);
width:201px;
height:274px;
padding-left:18px;
float:left;
}
#twaalfde {
background-image: url(images/homepage_slice_12.gif);
width:289px;
height:31px;
float:left;
}
#dertiende {
background-image: url(images/homepage_slice_13.gif);
width:8px;
height:31px;
float:left;
}
#veertiende {
background-image: url(images/homepage_slice_14.gif);
width:253px;
height:31px;
float:left;
}
#vijftiende {
background-image: url(images/homepage_slice_15.gif);
width:9px;
height:31px;
float:left;
}
#zestiende {
background-image: url(images/homepage_slice_16.gif);
width:201px;
height:31px;
float:left;
}
#container_homepage{
width:760px;
height:380px;
}
#top_homepage{
width:760px;
height:52px;
}
#middle_homepage{
width:760px;
height:274px;
}
#footer_homepage{
width:760px;
height:31px;
}



