• 05-06-2009, 22:10:17
    #10
    yemedi hocam navigation kısmı orası sanırım o kodlarda bunlar

    burada tüm left geçen yerleri center yaptım yine de olmadı

    birde header var orada da aynısını demedim yine sonuç hüsran
  • 05-06-2009, 22:13:42
    #11
    header.php de:

    <div id="MainMenu">
            <ul id="tab">
            <li class="<?php if (((is_home()) && !(is_paged())) or (is_archive()) or (is_single()) or (is_paged()) or (is_search())) { ?>current_page_item<?php } else { ?>page_item<?php } ?>"><a href="<?php echo get_settings('home'); ?>"><span>Ana Sayfa</span></a></li>
            <?php
    		$pitems = wp_list_pages('exclude=1423&sort_column=menu_order&depth=1&title_li=&echo=0');
    		$pitems = preg_replace('/(<a[^>]*>)/','$1<span>',$pitems);
    		$pitems = str_replace('</a>', '</span></a>', $pitems);
    		echo $pitems;
    		?>
            <li class="rsslink"><a href="<?php bloginfo('rss2_url'); ?>">{RSS}</a></li>
           	</ul>
        </div><!--MainMenu-->
    bu şekilde mi değiştirip denediniz

     <center><div id="MainMenu">
            <ul id="tab">
            <li class="<?php if (((is_home()) && !(is_paged())) or (is_archive()) or (is_single()) or (is_paged()) or (is_search())) { ?>current_page_item<?php } else { ?>page_item<?php } ?>"><a href="<?php echo get_settings('home'); ?>"><span>Ana Sayfa</span></a></li>
            <?php
    		$pitems = wp_list_pages('exclude=1423&sort_column=menu_order&depth=1&title_li=&echo=0');
    		$pitems = preg_replace('/(<a[^>]*>)/','$1<span>',$pitems);
    		$pitems = str_replace('</a>', '</span></a>', $pitems);
    		echo $pitems;
    		?>
            <li class="rsslink"><a href="<?php bloginfo('rss2_url'); ?>">{RSS}</a></li>
           	</ul>
        </div></center><!--MainMenu-->
  • 05-06-2009, 22:18:28
    #12
    evet ama olmadı işte şu an verdiğiniz alttakini denedim yine olmadı
  • 05-06-2009, 22:20:23
    #13
    o zaman aklıma gelen son ihtimali de söyleyeyim

    style.css de ilgili kodları şu şekilde değiştirirmisiniz;

    Alıntı
    /**************NAVIGATION*****************/
    #MainMenu{background:#FFFFFF url("https://www.r10.net/images/bmid_108.gif");border:0;height:54px;margin:0;}
    #tab{margin:0;top:0; text-transform:uppercase;}
    #tab ul{float:top;list-style:none;margin:0;padding:0;}
    #tab li{display:inline;float:top;margin:0 1px 0 0;padding:0;}
    #tab a{background:url("https://www.r10.net/images/bright_108.gif") no-repeat right top;border:0;display:block;float:top;margin:0;padd ing:0;text-decoration:none;}
    #tab a span{background:url("https://www.r10.net/images/btop_108.gif") no-repeat top top;color:#FFFFFF;display:block;font-family: Georgia, "Times New Roman", Times, serif;font-size:11;line-height:54px;padding:0 25px 0 25px; font-weight:bold;}
    #tab a:hover,#tab li.current_page_item a{background-position:right bottom;}
    #tab a:hover span,#tab li.current_page_item a span{background-position:top bottom;color:#E7E7E7;font-style:normal;text-decoration:none;}
    #tab li.rsslink a { color:#ff6600;font:18px Georgia, Times, serif; line-height:54px;padding:0 25px 0 25px;}
    resim linkleri r10.net oluyor ona dikkat et.
  • 05-06-2009, 22:22:08
    #14
    KuDReTeaM adlı üyeden alıntı: mesajı görüntüle
    o zaman aklıma gelen son ihtimali de söyleyeyim
    style.css de ilgili kodları şu şekilde değiştirirmisiniz;
     
    #MainMenu{background:#FFFFFF url("https://www.r10.net/images/bmid_108.gif");border:0;height:54px;margin:0;}
    #tab{margin:0;top:0; text-transform:uppercase;}
    #tab ul{float:top;list-style:none;margin:0;padding:0;}
    #tab li{display:inline;float:top;margin:0 1px 0 0;padding:0;}
    #tab a{background:url("https://www.r10.net/images/bright_108.gif") no-repeat right top;border:0;display:block;float:top;margin:0;padding:0;text-decoration:none;}
    #tab a span{background:url("https://www.r10.net/images/btop_108.gif") no-repeat top top;color:#FFFFFF;display:block;font-family: Georgia, "Times New Roman", Times, serif;font-size:11;line-height:54px;padding:0 25px 0 25px; font-weight:bold;}
    #tab a:hover,#tab li.current_page_item a{background-position:right bottom;}
    #tab a:hover span,#tab li.current_page_item a span{background-position:top bottom;color:#E7E7E7;font-style:normal;text-decoration:none;}
    #tab li.rsslink a { color:#ff6600;font:18px Georgia, Times, serif; line-height:54px;padding:0 25px 0 25px;}
    resim urlleri r10.net oluyor ona dikkat et.

    YEMEDİ hocam

    sabahtan beri uğraştım koymadığım center değiştirmediğin left kalmadı
  • 05-06-2009, 22:24:02
    #15
    center yerine top yazdım ama buda olmadı

    aklıma başka fikir gelmiyor vallahi
  • 06-06-2009, 01:15:30
    #16
    text-align:center; ile olmuyor mu ?
    Menüde 3 tane bağlantı olcaksa width:xx; verip ayarlanabilir.
  • 06-06-2009, 09:34:35
    #17
    Tias adlı üyeden alıntı: mesajı görüntüle
    text-align:center; ile olmuyor mu ?
    Menüde 3 tane bağlantı olcaksa width:xx; verip ayarlanabilir.
    yok hocam öyle de olmuyor
  • 06-06-2009, 09:49:29
    #18
    Üyeliği durduruldu
    Hocam CSS in yedeğini al ve ekteki css i bir dene