Bu görüntüsü

buda kodları dostum
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<head>
<meta http-equiv="Content-Type" content="text/HTML; charset=iso-8859-9">
<title>Untitled Document</title>
<style type="text/CSS">
<!--
#container {
width: 600px;
margin-right: auto;
margin-left: auto;
}
body {
text-align: left;
margin: 0px;
padding: 0px;
}
#sol {
background-color: #FF0000;
float: left;
height: 250px;
width: 100px;
}
#sag {
background-color: #9A5000;
float: left;
height: 250px;
width: 100px;
}
#orta {
background-color: #0099FF;
float: left;
height: 250px;
width: 400px;
}
#alt {
background-color: #666666;
height: 50px;
width: 600px;
clear: both;
position: relative;
}
#ust {
background-color: #00C300;
height: 50px;
width: 600px;
clear: both;
position: relative;
}
-->
</style>
</head>
<body>
<div id="container">
<div id="ust">ust</div>
<div id="sol">sol</div>
<div id="orta">orta</div>
<div id="sag">sag</div>
<div id="alt">alt</div>
</div>
</body>
</HTML>
baya aramıştım ie,ff,crome,opera hepsinde düzgün çalışıyor