SMFciyiz.Biz | Smf | Tema |  Mod | Seo
Kullanıcı Adı
Şifre
Sürekli bağlı kal
Şifremi Unuttum
Kayıt Ol




Gönderen Konu: Blue Sprite Menu  (Okunma sayısı 906 defa)

0 Üye ve 1 Ziyaretçi konuyu incelemekte.
  • Brkdmrcn
  • Smf Uzmanı
  • *****
  • Cinsiyet: Bay
  • Toplam İleti: 450
  • Boston Celtics
    • Profili Görüntüle
    • WWW
Blue Sprite Menu
« : Ocak 24, 2009, 07:07:34 ÖS »
Css dosyasını açınız en sona ekleyiniz.
Themes/Temaadı/style.css aç
Bul
Kod: [Seç]
}
Altına Ekle
Kod: [Seç]
/* Bke Sprite Menu By Brkdmrcn */
ul#menu
{
    margin:0;
    padding:0;
    list-style-type:none;
    width:auto;
    position:relative;
    display:block;
    height:30px;
    font-size:12px;
    font-weight:bold;
    background:transparent url(images/nav_bg.png) repeat-x top left;
    font-family:Arial, Helvetica, sans-serif;
    border-bottom:1px solid #000000;
    border-top:1px solid #000000;
}

ul#menu li
{
    display:block;
    float:left;
    margin:0;
    padding:0;
}
   
ul#menu li a
{
    display:block;
    float:left;
    color:#999999;
    text-decoration:none;
    font-weight:bold;
    padding:8px 20px 0 20px;
}
   
ul#menu li a:hover
{   
    color:#FFFFFF;
    height:22px;
    background:transparent url(images/nav_bg.png) 0px -30px no-repeat;       
}
   

ul#menu li a.current
{
    display:inline;
    height:22px;
    background:transparent url(images/nav_bg.png) 0px -30px no-repeat;   
    float:left;
    margin:0;


 /* Bke Sprite Menu By Brkdmrcn */
       
Themes/Temaadı/index.template.php açın
Kod: [Seç]
// Show the menu up top. Something like [home] [help] [profile] [logout]...
Kod: [Seç]
// Generate a strip of buttons.Olan bölümü silin bunlarıda silin.Bunu ekleyin
Kod: [Seç]
// Show the menu up top. Something like [home] [help] [profile] [logout]...
// Blue Sprite Menu By Brkdmrcn

function template_menu()

{

   global $context, $settings, $options, $scripturl, $txt;





   echo '
                        <ul id="menu"> ';

   // Show the default [home] button.

   echo   '<li><a href="', $scripturl, '">' , $txt[103] , '</a></li>';


     
   // Show the [help] button.

   echo   '<li><a href="', $scripturl, '?action=help">' , $txt[119] , '</a></li>';

   // How about the [search] button?

   if ($context['allow_search'])

      echo '<li><a href="', $scripturl, '?action=search">' , $txt[182] , '</a></li>';

   // Is the user allowed to administrate at all? ([admin])

   if ($context['allow_admin'])

      echo   '<li><a href="', $scripturl, '?action=admin"> ' , $txt[2] , '</a></li>';

   // Edit Profile... [profile]

   if ($context['allow_edit_profile'])

      echo '<li><a href="', $scripturl, '?action=profile">' , $txt[79] , '</a></li>';

   // Go to PM center... [pm]

   if ($context['user']['is_logged'] && $context['allow_pm'])

      echo '<li><a href="', $scripturl, '?action=pm">' , $txt['pm_short'] , ' ', $context['user']['unread_messages'] > 0 ? '[<strong>'. $context['user']['unread_messages'] . '</strong>]' : '' , '</a></li>';

   // The [calendar]!

   if ($context['allow_calendar'])

      echo '<li><a href="', $scripturl, '?action=calendar">' , $txt['calendar24'] , '</a></li>';

 // the [member] list button

   if ($context['allow_memberlist'])

      echo '<li><a href="', $scripturl, '?action=mlist">' , $txt[331] , '</a></li>';

   // If the user is a guest, show [login] button.

   if ($context['user']['is_guest'])

      echo '<li><a href="', $scripturl, '?action=login">' , $txt[34] , '</a></li>';

   // If the user is a guest, also show [register] button.

   if ($context['user']['is_guest'])

      echo '<li><a href="', $scripturl, '?action=register">' , $txt[97] , '</a></li>';


   // Otherwise, they might want to [logout]...

   if ($context['user']['is_logged'])

      echo '<li><a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '">' , $txt[108] , '</a></li>';

  echo '</ul>
';
}
// Blue Sprite Menu By Brkdmrcn
// Generate a strip of buttons.
Demo:
http://www.cssmenumaker.com/builder/menu_info.php?menu=033
Çeviren Brkdmrcn
Resimler için
http://www.cssmenumaker.com/builder/menu_info.php?menu=033 girip  Download İmages dosyasını indirip  Themes/Temadı/images/buraya dosyayı atın.
Kayıtlı

AdSense hesabi eklenmemis.
Çevrimdışı  SiLVeR
  • Acemi Smfci
  • **
  • Cinsiyet: Bay
  • Toplam İleti: 20
  • Nescafe Bile 3'ü Birarada Ben halen YALNIZIM... :D
    • MSN Messenger - The_Death_Responsible@hotmail.com
    • Profili Görüntüle
    • WWW
    • E-Posta
Ynt: Blue Sprite Menu
« Yanıtla #1 : Ocak 31, 2009, 12:22:44 ÖÖ »
teşekkurler  guzel menu ...
Kayıtlı
Kan Görmek İstiyor Gözlerim ya akmalı benden Ya akıtmalıyım bir yerden ... öLüM  istiyor  Bedenim  ya öLmeLiyim ya  öLDürMeLiyiM...
  • Canberk
  • Profesyonel Smfci
  • ******
  • Cinsiyet: Bay
  • Toplam İleti: 511
  • Aşksız olsun, kalbim neşe dolsun.
    • MSN Messenger - bycanberk@gmail.com
    • Profili Görüntüle
    • WWW
    • E-Posta
Ynt: Blue Sprite Menu
« Yanıtla #2 : Şubat 05, 2009, 03:16:03 ÖS »
helal yaptın gene yapacağını :) Teşekkürler.
Kayıtlı
Blackpanter - ///SaGo///  Kaf KeF  P€Simi$t Hip-Hop
WwW.BiLgİBaNkAsI.OrG
  • Yeni Smfci
  • *
  • Toplam İleti: 1
    • Profili Görüntüle
Ynt: Blue Sprite Menu
« Yanıtla #3 : Eylül 27, 2009, 11:10:35 ÖS »
teşekkürler bunu kurdum sorunsuz  bi şekilde fakat menü sola dayalı ortalamak istiyorum yardımcı olursanız memun olurum..
Kayıtlı
 

Desteğinden dolayı seo hosting ve hosting firmalarına teşekkür ederiz.