Jeek adlı üyeden alıntı:
mesajı görüntüle
Menüyü ortalamak
11
●995
- 03-04-2009, 01:05:16style dosyasındaki
#tabs { background: #fff url(images/tabmenu.gif) no-repeat top left; color: #000; height: 39px; width:inherit;text-align: center; padding: 0; margin: 0; }
#tabs li a { float: left; background: #fff url(images/barbg.gif) no-repeat; color: #808080; padding: 8px 0; width: 82px; text-align: center; font-weight: bold; text-decoration: none; }
satırlarını şu şekilde güncelle
#tabs { background: #fff url(images/tabmenu.gif) no-repeat top left; color: #000; height: 39px; width:100%; text-align: center; padding: 0; margin: 0; }
#tabs li a { background: #fff url(images/barbg.gif) no-repeat; color: #808080; padding: 8px 0; width: 82px; text-align: center; font-weight: bold; text-decoration: none; }
diğer yerleri eski haline getir width: e center değerinin verildiğini ilk defa görüyorum
- 03-04-2009, 16:49:12Üyeliği durduruldufloat : left; olayını kaldırmışsın olay bitmiş. Nasıl göremedim anlamadımmarlonbora adlı üyeden alıntı: mesajı görüntüle