yan yana 3 sutun nasıl yapabilirim
Alıntı
8
●8.297
#homepageright1 { float: left; width: 150px; margin: 0px; padding: 0px; } #homepageright2 { float: right; width: 150px; margin: 0px; padding: 0px; }
<div id="homepageright"> <div id="homepageright1"> . . . . </div> <div id="homepageright2"> . . . . </div> </div>http://www.fatihhayrioglu.com/css-il...asi-olusturma/ buradan daha ayrıntılı öğrenebilirsin sorunun cevabını.
<body> <div style="100px; width:756px; margin: 0px auto; height:500px; "> <div style="background:#CCC; width:auto; height:60px; margin-bottom:5px;">Üst</div> <div style="float:left; margin-left:0px; background:#999; height:350px;width:150px; display:inline;"> <p>yazi</p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> </div> <div style="float:left; margin-left:3px; margin-right:3px; background:#999; height:350px; width:450px; display:inline"> <p>yazi</p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> </div> <div style="float:left; margin-right:0px; background:#999; width:150px; height:350px;display:inline"> <p>yazi</p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p>sad </p> <p> </p> </div> <div style="clear:both;"></div> <div style="background:#CCC; width:auto; height:50px; margin-top:5px;">alt</div> </div> </body>
<!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