• 26-03-2009, 18:33:16
    #1
    Üyeliği durduruldu
    Arkadaşlar bir türlü beceremedim. CSS bilgim iyi değil açıkcası.

    Kodlar aşağıdaki gibi bu menüyü nasıl ortayalabilirim ? Şimdiden teşekkürler.

     
    /* horizontal tabbed menu */
    #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 ul {margin:0 auto 0 auto; padding:0; width:inherit; }
    #tabs li { display: inline; height: 39px; }
    #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; }
    #tabs li a:hover { background: #fff url(images/barcurrent.gif) no-repeat; color: #000; }
    #tabs .current a{ background: #fff url(images/barcurrent.gif) no-repeat; color: #2C71AE; } 
    #tabs .current_page_item a{ background: #fff url(images/barcurrent.gif) no-repeat; color: #2C71AE; }
    .key { text-decoration: underline; }
  • 26-03-2009, 18:35:50
    #2
    HTML kodunu da gönderirseniz daha iyi yardımcı olabiliriz.
  • 26-03-2009, 18:44:49
    #3
    Üyeliği durduruldu
    Buyur kardeş

    <div id="header">
        <div id="logo">
    <h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
        </div>
         </div>
         <div id="tabs">
               <ul style="width: center; margin: 0 auto 0 auto">  
    <li><a href="<?php echo get_settings('home'); ?>" accesskey="H">Anasayfa</a></li> 
    <?php wp_list_pages('title_li=&depth=1' ); ?>
        </ul>
         </div>
         <div id="search">
        <form id="searchform" method="get" action="<?php echo get_settings('home'); ?>">
    <p><input type="text" class="search" name="s" id="s" value="<?php echo wp_specialchars($s, 1); ?>" /> <input type="submit" value="Ara" class="button" /></p>
        </form>
         </div> 
        
         <div class="gboxtop"></div>
         <div class="gbox">
    <p><center>Web sitemiz yenilenmiştir.</center></p>
         </div>
  • 26-03-2009, 19:44:11
    #4
    <div id="header">
        <div id="logo">
    <h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
        </div>
         </div>
         <div id="tabs">
               <ul style="width: center; margin: 0 auto 0 auto">  
    <?php wp_list_pages('title_li=&depth=1' ); ?>
        <a href="<?php echo get_settings('home'); ?>" accesskey="H">Anasayfa</a>
               </ul>
         </div>
    <div id="search">
        <form id="searchform" method="get" action="<?php echo get_settings('home'); ?>">
    <p><input type="text" class="search" name="s" id="s" value="<?php echo wp_specialchars($s, 1); ?>" /> <input type="submit" value="Ara" class="button" /></p>
        </form>
         </div> 
        
         <div class="gboxtop"></div>
         <div class="gbox">
    <p><center>Web sitemiz yenilenmi&thorn;tir.</center></p>
         </div>
    Bu kodu bir denermisiniz? Demek istediğiniz bu mu?
  • 28-03-2009, 10:16:28
    #5
    Üyeliği durduruldu
    Yok arkadaş işe yaramıyor Ne denediysem olmadı
  • 31-03-2009, 22:13:43
    #6
    Üyeliği durduruldu
    margin-left eklemeyi dener misin?
  • 31-03-2009, 23:14:26
    #7
    <center>menü buraya</center> olay bitmiştir daha bişey sorma
  • 31-03-2009, 23:20:52
    #8
    Üyeliği durduruldu
    Jeek adlı üyeden alıntı: mesajı görüntüle
    margin-left eklemeyi dener misin?
    Yok hoca sorun çıkarıyor.
  • 01-04-2009, 00:48:59
    #9
    Üyeliği durduruldu
    demo varsa bakabilir miyim bi görebileceğim bi yer?