• 02-04-2009, 18:29:38
    #10
    Üyeliği durduruldu
    Jeek adlı üyeden alıntı: mesajı görüntüle
    demo varsa bakabilir miyim bi görebileceğim bi yer?
    Tema bu : Wordpress Themes
  • 03-04-2009, 01:05:16
    #11
    style 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
    #12
    Üyeliği durduruldu
    marlonbora adlı üyeden alıntı: mesajı görüntüle
    style 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
    float : left; olayını kaldırmışsın olay bitmiş. Nasıl göremedim anlamadım