SORU
31 EKİM 2008, Cuma


Merkezi Konumlandırılmış bir Div Hizala

div#thing
{
 position: absolute;
 top: 0px;
 z-index: 2;
 margin: 0 auto;
}

<div id="thing">
<p>text text text with no fixed size, variable font</p>
</div>

Div üstte, ama <center> ile merkezi edemem ya margin: 0 auto;

CEVAP
31 EKİM 2008, Cuma


Senin sorunun ise şöyle: ** 5, Sabit genişlik, verirsen çözülebilir

div#thing
{
    position: absolute;
    top: 0px;
    z-index: 2;
    width:400px;
    margin-left:-200px;
    left:50%;
}

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • chrmoe

    chrmoe

    7 Kasım 2006
  • Eric Anthony

    Eric Anthony

    13 AĞUSTOS 2011
  • Gavin Hoey

    Gavin Hoey

    21 Aralık 2007