Jump to content

Yanyana Div Tag


Recommended Posts

Merhaba Kolay Gelsin;

Site yapacağım tablo yerine, " insert div tag" kullanmak istiyorum fakat;

Yanyana divleri bir türlü getiremiyorum.Aşağıda sitenin nasıl olacağı hakkında basit bir plan mevcut, benim takıldığım nokta ise; " sol menü, orta içerik, sağ menü " bir araya getiremiyorum?Acaba Nasıl Yapabilirim Yardımcı olursanız Sevinirm?(resimdeki kırmızı noktalı ve kırmızı yazılı olan bölümler)

4108Untitled-1.png

Resim Url:

http://img314.yukle.tc/image.php?id=4108Untitled-1.png[/CODE]

Link to comment
Share on other sites

float:left ile divleri yanyana yerleştirebilirsin,clear:both ile yanyana sıralamayı sonlandırabilirsin örnek olarak

<div style=" width:800px; height:150px; background-color:red;">
logo
</div>
<div style="width:800px; height:50px; margin-top:15px; background-color:blue;">
menu
</div>

<div style=" float:left; width:200px; height:500px; margin-top:20px; background-color:#99FF33;">
sol içerik
</div>
<div style=" float:left; width:380px; height:500px;margin-top:20px; margin-left:20px;background-color:#99CCCC;">
orta içerik
</div>
<div style=" float:left; width:180px; height:500px;margin-top:20px;margin-left:20px;background-color:#FF66CC;">
sağ içerik
</div>
<div style="width:800px; height:60px; clear:both; background-color:#9900FF;">
alt taraf
</div>[/CODE]

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...