| Yazar | 
		Mesaj | 
	
	
		
            
                - 
                    
                      
                    kerars 
                        
                    
                    Aktif Üye
                    
                     
                    
                     
                 
             
		 | 
		
			
				 06.02.2009, 11:41 (UTC)     Mesaj konusu: .: SİTENİZE ÇEŞİTLİ MENÜ KODLARI :. | 
				
                
                 | 
			 
			
				
  | 
			 
			
				KODLARIN KULLANIŞ BİÇİMİ; 
 
 
Css design tasarım kullanıyorsanız still.css kodunu tasarım ayarlarından css tagı olmayan yere yapıştırın diğer kodu ise tasarım üstüne yapıştırın. 
 
 
Eğer css design kullanmıyorsanız still.css yazan kodun en başına Kod: 
 
<style type="text/css"> 
 
ve sonuna Kod: 
 
</style> 
 
kodu ekleyerek diğer kodla beraber istediğiniz yere yapıştırın.. 
 
 
 
YORUMLARINIZI ESİRGEMEYİN..
 
 
 
 
 
STİLL.CSS KODU 
 
 
Kod: 
 
 
 	Kod:	#MainMenu 
 
{ 
 
   width:100%; 
 
   height:38px; 
 
   background: url('http://img.webme.com/pic/s/samanyolu35/bmid_040.gif'); 
 
   margin:0; 
 
   border:0px none; 
 
} 
 
#tab 
 
{ 
 
   margin:0; 
 
   top:0; 
 
} 
 
#tab ul 
 
{ 
 
   margin:0; 
 
   padding:0; 
 
   list-style:none; 
 
   float:left; 
 
} 
 
#tab li 
 
{ 
 
display:inline; 
 
   float:left; 
 
   margin:0 0 0 0 ; 
 
   padding:0; 
 
} 
 
#tab a 
 
{ 
 
   background:#000000 url('http://img.webme.com/pic/s/samanyolu35/bright_040.gif') no-repeat right top; 
 
   margin:0; 
 
   padding:0; 
 
   text-decoration:none; 
 
   border:0px none; 
 
   display:block; 
 
   float:left 
 
} 
 
#tab a span 
 
{ 
 
   display:block; 
 
   background:url('http://img.webme.com/pic/s/samanyolu35/bleft_040.gif') no-repeat left top; 
 
   font-family:Arial, Helvetica, sans-serif; 
 
   font-size:11; 
 
   color:#000000; 
 
   font-weight:bold; 
 
   line-height:38px; padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:0 
 
} 
 
#tab a:hover, #tab li.item_active a 
 
{ 
 
   background-position:right bottom; 
 
   border-color:#000000; 
 
} 
 
#tab a:hover span, #tab li.item_active a span 
 
{ 
 
   background-position:left bottom; 
 
   color:#000000; 
 
   font-weight:bold; 
 
   font-style:normal; 
 
   text-decoration:none; 
 
} 
 
.dropmenudiv 
 
{ 
 
   position:absolute; 
 
   top:0; 
 
   float:left; 
 
   display:block; 
 
   visibility:hidden; 
 
   border:0px solid #330066; 
 
   background: url('http://img.webme.com/pic/s/samanyolu35/bmid_040.gif'); 
 
   color:#000000; 
 
   z-index:100; 
 
   text-decoration:none; 
 
   padding:0 
 
} 
 
.dropmenudiv ul 
 
{ 
 
   margin:0; 
 
   padding:0; 
 
   list-style:none; 
 
} 
 
.dropmenudiv li 
 
{ 
 
   display:inline; 
 
   margin:0; 
 
   padding:0; 
 
} 
 
.dropmenudiv a:link, .dropmenudiv a:visited 
 
{ 
 
   width:180px; 
 
   margin:0 ; 
 
   padding:0; 
 
   display:block; 
 
   border:0px solid #000000; 
 
   color:#000000; 
 
   background:url('http://img.webme.com/pic/s/samanyolu35/bleft_040.gif') no-repeat left top; 
 
   font-weight:bold; 
 
   font-style:normal; 
 
   text-decoration:none 
 
} 
 
.dropmenudiv a span 
 
{ 
 
   float:left; 
 
   display:block; 
 
   line-height:38px; 
 
   background:url('http://img.webme.com/pic/s/samanyolu35/bright_040.gif') no-repeat right top; 
 
   font-family:Arial, Helvetica, sans-serif; 
 
   font-size:11; 
 
   color:#000000; padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:0 
 
} 
 
.dropmenudiv a span 
 
{ 
 
   float:none; 
 
} 
 
.dropmenudiv a:hover 
 
{ 
 
   border:0px solid #000000; 
 
   background-position: left bottom; 
 
   font-weight:bold; 
 
   font-style:normal; 
 
   text-decoration:none; 
 
   color:#000000 
 
} 
 
.dropmenudiv a:hover span 
 
{ 
 
   background-position:right bottom; 
 
   color:#000000; 
 
   font-weight:bold; 
 
} 
 
 	  
 
 
Kod:   
 
 
 	Kod:	<script type="text/javascript" src="http://h1.ripway.com/kristaldunya/chrome.js"></script> 
 
<style> 
 
#MainMenu 
 
{ 
 
   width:100%; 
 
   height:38px; 
 
   background: url("http://img.webme.com/pic/s/samanyolu35/bmid_040.gif"); 
 
   margin:0; 
 
   border:0; 
 
} 
 
#tab 
 
{ 
 
   margin:0; 
 
   top:0; 
 
} 
 
#tab ul 
 
{ 
 
   margin:0; 
 
   padding:0; 
 
   list-style:none; 
 
   float:left; 
 
} 
 
#tab li 
 
{ 
 
display:inline; 
 
   float:left; 
 
   margin:0 0 0 0 ; 
 
   padding:0; 
 
} 
 
#tab a 
 
{ 
 
   background:#000000 url("http://img.webme.com/pic/s/samanyolu35/bright_040.gif") no-repeat right top; 
 
   margin:0; 
 
   padding:0; 
 
   text-decoration:none; 
 
   border:0; 
 
   display:block; 
 
   float:left; 
 
} 
 
#tab a span 
 
{ 
 
   display:block; 
 
   background:url("http://img.webme.com/pic/s/samanyolu35/bleft_040.gif") no-repeat left top; 
 
   padding:0 15px 0 15px; 
 
   font-family:Arial, Helvetica, sans-serif; 
 
   font-size:11; 
 
   color:#000000; 
 
   font-weight:bold; 
 
   line-height:38px; 
 
} 
 
#tab a:hover,#tab li.item_active a 
 
{ 
 
   background-position:right bottom; 
 
   border-color:#000000; 
 
} 
 
#tab a:hover span,#tab li.item_active a span 
 
{ 
 
   background-position:left bottom; 
 
   color:#000000; 
 
   font-weight:bold; 
 
   font-style:normal; 
 
   text-decoration:none; 
 
} 
 
.dropmenudiv 
 
{ 
 
   position:absolute; 
 
   top:0; 
 
   float:left; 
 
   display:block; 
 
   visibility:hidden; 
 
   border:0 solid #330066; 
 
   background: url("http://img.webme.com/pic/s/samanyolu35/bmid_040.gif"); 
 
   color:#000000; 
 
   z-index:100; 
 
   text-decoration:none; 
 
   padding:0; 
 
} 
 
.dropmenudiv ul 
 
{ 
 
   margin:0; 
 
   padding:0; 
 
   list-style:none; 
 
} 
 
.dropmenudiv li 
 
{ 
 
   display:inline; 
 
   margin:0; 
 
   padding:0; 
 
} 
 
.dropmenudiv a:link, .dropmenudiv a:visited 
 
{ 
 
   width:180px; 
 
   margin:0 0 0 0 ; 
 
   padding:0; 
 
   display:block; 
 
   border:0 solid #000000; 
 
   color:#000000; 
 
   background:url("http://img.webme.com/pic/s/samanyolu35/bleft_040.gif") no-repeat left top; 
 
   font-weight:bold; 
 
   font-style:normal; 
 
   text-decoration:none; 
 
} 
 
.dropmenudiv a span 
 
{ 
 
   float:left; 
 
   display:block; 
 
   line-height:38px; 
 
   background:url("http://img.webme.com/pic/s/samanyolu35/bright_040.gif") no-repeat right top; 
 
   padding:0 15px 0 15px; 
 
   font-family:Arial, Helvetica, sans-serif; 
 
   font-size:11; 
 
   color:#000000; 
 
} 
 
.dropmenudiv a span 
 
{ 
 
   float:none; 
 
} 
 
.dropmenudiv a:hover 
 
{ 
 
   border:0 solid #000000; 
 
   background-position:left bottom; 
 
   font-weight:bold; 
 
   font-style:normal; 
 
   text-decoration:none; 
 
   color:#000000; 
 
} 
 
.dropmenudiv a:hover span 
 
{ 
 
   background-position:right bottom; 
 
   color:#000000; 
 
   font-weight:bold; 
 
} 
 
 
</style> 
 
 
 
 
<div id="MainMenu"> 
 
   <div id="tab"> 
 
      <ul> 
 
         <li><a target="_blank" href="www.kerars.tr.gg"><span>SAYFA ADI</span></a></li> 
 
         <li><a target="_blank" href="www.kerars.tr.gg"><span>SAYFA ADI</span></a></li> 
 
         <li><a target="_blank" href="www.kerars.tr.gg"><span>SAYFA ADI</span></a></li> 
 
         <li><a target="_blank" href="www.kerars.tr.gg"><span>SAYFA ADI</span></a></li> 
 
         <li><a target="_blank" href="www.kerars.tr.gg"><span>SAYFA ADI</span></a></li> 
 
      </ul> 
 
   </div> 
 
</div> 	  
 
STİLL.CSS KODU 
 
 
Kod: 
 
 
 
 	Kod:	#MainMenu 
 
{ 
 
   height:37px; 
 
   background: #FFFFFF; 
 
   margin:0; 
 
   border:0px none; 
 
} 
 
#tab 
 
{ 
 
   margin:0; 
 
   top:0; 
 
} 
 
#tab ul 
 
{ 
 
   margin:0; 
 
   padding:0; 
 
   list-style:none; 
 
   float:left; 
 
} 
 
#tab li 
 
{ 
 
display:inline; 
 
   float:left; 
 
   margin:0; 
 
   padding:0; 
 
} 
 
#tab a 
 
{ 
 
   background: url('http://www.fileden.com/files/2007/6/19/1190933/bright_109.gif') no-repeat right top; 
 
   margin:0; 
 
   padding:0; 
 
   text-decoration:none; 
 
   border:0px none; 
 
   display:block; 
 
   float:left 
 
} 
 
#tab a span 
 
{ 
 
   display:block; 
 
   background:url('http://www.fileden.com/files/2007/6/19/1190933/bleft_109.gif') no-repeat left top; 
 
   font-family:Arial, Helvetica, sans-serif; 
 
   font-size:11; 
 
   color:#FFFFFF; 
 
   font-weight:bold; 
 
   line-height:37px; padding-left:25px; padding-right:25px; padding-top:0; padding-bottom:0 
 
} 
 
#tab a:hover, #tab li.item_active a 
 
{ 
 
   background-position:right bottom; 
 
   border-color:; 
 
} 
 
#tab a:hover span, #tab li.item_active a span 
 
{ 
 
   background-position:left bottom; 
 
   color:#000000; 
 
   font-weight:bold; 
 
   font-style:normal; 
 
   text-decoration:none; 
 
} 
 
.dropmenudiv 
 
{ 
 
   position:absolute; 
 
   top:0; 
 
   float:left; 
 
   display:block; 
 
   visibility:hidden; 
 
   border:0px solid ; 
 
   background: #FFFFFF; 
 
   color:#FFFFFF; 
 
   z-index:100; 
 
   text-decoration:none; 
 
   padding:0 
 
} 
 
.dropmenudiv ul 
 
{ 
 
   margin:0; 
 
   padding:0; 
 
   list-style:none; 
 
} 
 
.dropmenudiv li 
 
{ 
 
   display:inline; 
 
   margin:0; 
 
   padding:0; 
 
} 
 
.dropmenudiv a:link, .dropmenudiv a:visited 
 
{ 
 
   width:180px; 
 
   margin:0; 
 
   padding:0; 
 
   display:block; 
 
   border:0px solid ; 
 
   color:#FFFFFF; 
 
   background:url('http://www.fileden.com/files/2007/6/19/1190933/bleft_109.gif') no-repeat left top; 
 
   font-weight:bold; 
 
   font-style:normal; 
 
   text-decoration:none 
 
} 
 
.dropmenudiv a span 
 
{ 
 
   float:left; 
 
   display:block; 
 
   line-height:37px; 
 
   background:url('http://www.fileden.com/files/2007/6/19/1190933/bright_109.gif') no-repeat right top; 
 
   font-family:Arial, Helvetica, sans-serif; 
 
   font-size:11; 
 
   color:#FFFFFF; padding-left:25px; padding-right:25px; padding-top:0; padding-bottom:0 
 
} 
 
.dropmenudiv a span 
 
{ 
 
   float:none; 
 
} 
 
.dropmenudiv a:hover 
 
{ 
 
   border:0px solid ; 
 
   background-position: left bottom; 
 
   font-weight:bold; 
 
   font-style:normal; 
 
   text-decoration:none; 
 
   color:#000000 
 
} 
 
.dropmenudiv a:hover span 
 
{ 
 
   background-position:right bottom; 
 
   color:#000000; 
 
   font-weight:bold; 
 
} 	  
 
 
Kod: 
 
 
 	Kod:	<script type="text/javascript" src="http://h1.ripway.com/kristaldunya/chromey.js"></script> 
 
<style> 
 
#MainMenu 
 
{ 
 
   height:37px; 
 
   background: #FFFFFF; 
 
   margin:0; 
 
   border:0; 
 
} 
 
#tab 
 
{ 
 
   margin:0; 
 
   top:0; 
 
} 
 
#tab ul 
 
{ 
 
   margin:0; 
 
   padding:0; 
 
   list-style:none; 
 
   float:left; 
 
} 
 
#tab li 
 
{ 
 
display:inline; 
 
   float:left; 
 
   margin:0; 
 
   padding:0; 
 
} 
 
#tab a 
 
{ 
 
   background: url("http://www.fileden.com/files/2007/6/19/1190933/bright_109.gif") no-repeat right top; 
 
   margin:0; 
 
   padding:0; 
 
   text-decoration:none; 
 
   border:0; 
 
   display:block; 
 
   float:left; 
 
} 
 
#tab a span 
 
{ 
 
   display:block; 
 
   background:url("http://www.fileden.com/files/2007/6/19/1190933/bleft_109.gif") no-repeat left top; 
 
   padding:0 25px 0 25px; 
 
   font-family:Arial, Helvetica, sans-serif; 
 
   font-size:11; 
 
   color:#FFFFFF; 
 
   font-weight:bold; 
 
   line-height:37px; 
 
} 
 
#tab a:hover,#tab li.item_active a 
 
{ 
 
   background-position:right bottom; 
 
   border-color:; 
 
} 
 
#tab a:hover span,#tab li.item_active a span 
 
{ 
 
   background-position:left bottom; 
 
   color:#000000; 
 
   font-weight:bold; 
 
   font-style:normal; 
 
   text-decoration:none; 
 
} 
 
.dropmenudiv 
 
{ 
 
   position:absolute; 
 
   top:0; 
 
   float:left; 
 
   display:block; 
 
   visibility:hidden; 
 
   border:0 solid ; 
 
   background: #FFFFFF; 
 
   color:#FFFFFF; 
 
   z-index:100; 
 
   text-decoration:none; 
 
   padding:0; 
 
} 
 
.dropmenudiv ul 
 
{ 
 
   margin:0; 
 
   padding:0; 
 
   list-style:none; 
 
} 
 
.dropmenudiv li 
 
{ 
 
   display:inline; 
 
   margin:0; 
 
   padding:0; 
 
} 
 
.dropmenudiv a:link, .dropmenudiv a:visited 
 
{ 
 
   width:180px; 
 
   margin:0; 
 
   padding:0; 
 
   display:block; 
 
   border:0 solid ; 
 
   color:#FFFFFF; 
 
   background:url("http://www.fileden.com/files/2007/6/19/1190933/bleft_109.gif") no-repeat left top; 
 
   font-weight:bold; 
 
   font-style:normal; 
 
   text-decoration:none; 
 
} 
 
.dropmenudiv a span 
 
{ 
 
   float:left; 
 
   display:block; 
 
   line-height:37px; 
 
   background:url("http://www.fileden.com/files/2007/6/19/1190933/bright_109.gif") no-repeat right top; 
 
   padding:0 25px 0 25px; 
 
   font-family:Arial, Helvetica, sans-serif; 
 
   font-size:11; 
 
   color:#FFFFFF; 
 
} 
 
.dropmenudiv a span 
 
{ 
 
   float:none; 
 
} 
 
.dropmenudiv a:hover 
 
{ 
 
   border:0 solid ; 
 
   background-position:left bottom; 
 
   font-weight:bold; 
 
   font-style:normal; 
 
   text-decoration:none; 
 
   color:#000000; 
 
} 
 
.dropmenudiv a:hover span 
 
{ 
 
   background-position:right bottom; 
 
   color:#000000; 
 
   font-weight:bold; 
 
} 
 
 
</style> 
 
<div id="MainMenu"> 
 
   <div id="tab"> 
 
      <ul> 
 
         <li class="item_active"><a href="www.kerars.tr.gg/msn"><span>MSN</span></a></li> 
 
         <li><a href="www.kerars.tr.gg"><span>About</span></a></li> 
 
         <li><a href="www.kerars.tr.gg"><span>Contact</span></a></li> 
 
      </ul> 
 
   </div> 
 
</div> 	  
 
[b]STİLL.CSS KODU 
 
 
Kod: 
 	Kod:	#MainMenu 
 
{ 
 
   height:37px; 
 
   background: #FFFFFF url('http://www.fileden.com/files/2007/6/19/1190933/bmid_104.gif'); 
 
   margin:0; 
 
   border:0px none; 
 
} 
 
#tab 
 
{ 
 
   margin:0; 
 
   top:0; 
 
} 
 
#tab ul 
 
{ 
 
   margin:0; 
 
   padding:0; 
 
   list-style:none; 
 
   float:left; 
 
} 
 
#tab li 
 
{ 
 
display:inline; 
 
   float:left; 
 
   margin:0; 
 
   padding:0; 
 
} 
 
#tab a 
 
{ 
 
   background:#000000 url('http://www.fileden.com/files/2007/6/19/1190933/bright_104.gif') no-repeat right top; 
 
   margin:0; 
 
   padding:0; 
 
   text-decoration:none; 
 
   border:0px none; 
 
   display:block; 
 
   float:left 
 
} 
 
#tab a span 
 
{ 
 
   display:block; 
 
   background:url('http://www.fileden.com/files/2007/6/19/1190933/bleft_104.gif') no-repeat left top; 
 
   font-family:Arial, Helvetica, sans-serif; 
 
   font-size:11; 
 
   color:#FFFFFF; 
 
   font-weight:bold; 
 
   line-height:37px; padding-left:15px; padding-right:25px; padding-top:0; padding-bottom:0 
 
} 
 
#tab a:hover, #tab li.item_active a 
 
{ 
 
   background-position:right bottom; 
 
   border-color:; 
 
} 
 
#tab a:hover span, #tab li.item_active a span 
 
{ 
 
   background-position:left bottom; 
 
   color:#FFFFFF; 
 
   font-weight:bold; 
 
   font-style:normal; 
 
   text-decoration:none; 
 
} 
 
.dropmenudiv 
 
{ 
 
   position:absolute; 
 
   top:0; 
 
   float:left; 
 
   display:block; 
 
   visibility:hidden; 
 
   border:0px solid ; 
 
   background: #FFFFFF url('http://www.fileden.com/files/2007/6/19/1190933/bmid_104.gif'); 
 
   color:#FFFFFF; 
 
   z-index:100; 
 
   text-decoration:none; 
 
   padding:0 
 
} 
 
.dropmenudiv ul 
 
{ 
 
   margin:0; 
 
   padding:0; 
 
   list-style:none; 
 
} 
 
.dropmenudiv li 
 
{ 
 
   display:inline; 
 
   margin:0; 
 
   padding:0; 
 
} 
 
.dropmenudiv a:link, .dropmenudiv a:visited 
 
{ 
 
   width:180px; 
 
   margin:0; 
 
   padding:0; 
 
   display:block; 
 
   border:0px solid ; 
 
   color:#FFFFFF; 
 
   background:url('http://www.fileden.com/files/2007/6/19/1190933/bleft_104.gif') no-repeat left top; 
 
   font-weight:bold; 
 
   font-style:normal; 
 
   text-decoration:none 
 
} 
 
.dropmenudiv a span 
 
{ 
 
   float:left; 
 
   display:block; 
 
   line-height:37px; 
 
   background:url('http://www.fileden.com/files/2007/6/19/1190933/bright_104.gif') no-repeat right top; 
 
   font-family:Arial, Helvetica, sans-serif; 
 
   font-size:11; 
 
   color:#FFFFFF; padding-left:15px; padding-right:25px; padding-top:0; padding-bottom:0 
 
} 
 
.dropmenudiv a span 
 
{ 
 
   float:none; 
 
} 
 
.dropmenudiv a:hover 
 
{ 
 
   border:0px solid ; 
 
   background-position: left bottom; 
 
   font-weight:bold; 
 
   font-style:normal; 
 
   text-decoration:none; 
 
   color:#FFFFFF 
 
} 
 
.dropmenudiv a:hover span 
 
{ 
 
   background-position:right bottom; 
 
   color:#FFFFFF; 
 
   font-weight:bold; 
 
} 	  
 
 
Kod: 
 
 
 	Kod:	<script type="text/javascript" src="http://h1.ripway.com/kristaldunya/chromeses.js"></script> 
 
<style> 
 
#MainMenu 
 
{ 
 
   height:37px; 
 
   background: #FFFFFF url("http://www.fileden.com/files/2007/6/19/1190933/bmid_104.gif"); 
 
   margin:0; 
 
   border:0; 
 
} 
 
#tab 
 
{ 
 
   margin:0; 
 
   top:0; 
 
} 
 
#tab ul 
 
{ 
 
   margin:0; 
 
   padding:0; 
 
   list-style:none; 
 
   float:left; 
 
} 
 
#tab li 
 
{ 
 
display:inline; 
 
   float:left; 
 
   margin:0; 
 
   padding:0; 
 
} 
 
#tab a 
 
{ 
 
   background:#000000 url("http://www.fileden.com/files/2007/6/19/1190933/bright_104.gif") no-repeat right top; 
 
   margin:0; 
 
   padding:0; 
 
   text-decoration:none; 
 
   border:0; 
 
   display:block; 
 
   float:left; 
 
} 
 
#tab a span 
 
{ 
 
   display:block; 
 
   background:url("http://www.fileden.com/files/2007/6/19/1190933/bleft_104.gif") no-repeat left top; 
 
   padding:0 25px 0 15px; 
 
   font-family:Arial, Helvetica, sans-serif; 
 
   font-size:11; 
 
   color:#FFFFFF; 
 
   font-weight:bold; 
 
   line-height:37px; 
 
} 
 
#tab a:hover,#tab li.item_active a 
 
{ 
 
   background-position:right bottom; 
 
   border-color:; 
 
} 
 
#tab a:hover span,#tab li.item_active a span 
 
{ 
 
   background-position:left bottom; 
 
   color:#FFFFFF; 
 
   font-weight:bold; 
 
   font-style:normal; 
 
   text-decoration:none; 
 
} 
 
.dropmenudiv 
 
{ 
 
   position:absolute; 
 
   top:0; 
 
   float:left; 
 
   display:block; 
 
   visibility:hidden; 
 
   border:0 solid ; 
 
   background: #FFFFFF url("http://www.fileden.com/files/2007/6/19/1190933/bmid_104.gif"); 
 
   color:#FFFFFF; 
 
   z-index:100; 
 
   text-decoration:none; 
 
   padding:0; 
 
} 
 
.dropmenudiv ul 
 
{ 
 
   margin:0; 
 
   padding:0; 
 
   list-style:none; 
 
} 
 
.dropmenudiv li 
 
{ 
 
   display:inline; 
 
   margin:0; 
 
   padding:0; 
 
} 
 
.dropmenudiv a:link, .dropmenudiv a:visited 
 
{ 
 
   width:180px; 
 
   margin:0; 
 
   padding:0; 
 
   display:block; 
 
   border:0 solid ; 
 
   color:#FFFFFF; 
 
   background:url("http://www.fileden.com/files/2007/6/19/1190933/bleft_104.gif") no-repeat left top; 
 
   font-weight:bold; 
 
   font-style:normal; 
 
   text-decoration:none; 
 
} 
 
.dropmenudiv a span 
 
{ 
 
   float:left; 
 
   display:block; 
 
   line-height:37px; 
 
   background:url("http://www.fileden.com/files/2007/6/19/1190933/bright_104.gif") no-repeat right top; 
 
   padding:0 25px 0 15px; 
 
   font-family:Arial, Helvetica, sans-serif; 
 
   font-size:11; 
 
   color:#FFFFFF; 
 
} 
 
.dropmenudiv a span 
 
{ 
 
   float:none; 
 
} 
 
.dropmenudiv a:hover 
 
{ 
 
   border:0 solid ; 
 
   background-position:left bottom; 
 
   font-weight:bold; 
 
   font-style:normal; 
 
   text-decoration:none; 
 
   color:#FFFFFF; 
 
} 
 
.dropmenudiv a:hover span 
 
{ 
 
   background-position:right bottom; 
 
   color:#FFFFFF; 
 
   font-weight:bold; 
 
} 
 
 
</style> 
 
<div id="MainMenu"> 
 
   <div id="tab"> 
 
      <ul> 
 
         <li class="item_active"><a href="www.kerars.tr.gg"><span>Tr.Gg'nin En Büyük Paylaşım Sitesi</span></a></li> 
 
         <li><a href="www.kerars.tr.gg"><span>About</span></a></li> 
 
         <li><a href="www.kerars.tr.gg"><span>Contact</span></a></li> 
 
      </ul> 
 
   </div> 
 
</div> 	  ______________   
  | 
			 
		  | 
	
	
		| 
            ↑
         | 
		
                
		 | 
	
	
		  | 
	
	
		
            
                - 
                    
                      
                    saraybahcesi 
                        
                    
                    Uzman Üye
                     Konum: YILDIZLAR TAKIMI! 
                    
                    
                     
                 
             
		 | 
		 | 
	
	
		| 
            ↑
         | 
		
                
		 | 
	
	
		  | 
	
	
		
            
                - 
                    
                      
                    toplistkod 
                        
                    
                    Bedava-Sitem Bağımlısı
                    
                     
                    
                     
                 
             
		 | 
		
			
				 06.02.2009, 11:48 (UTC)     Mesaj konusu: s.ae | 
				
                
                 | 
			 
			
				
  | 
			 
			
				sabıt baslıkda paylasımızı yapın  | 
			 
		  | 
	
	
		| 
            ↑
         | 
		
                
		 | 
	
	
		  | 
	
	
		
            
                - 
                    
                      
                    kerars 
                        
                    
                    Aktif Üye
                    
                     
                    
                     
                 
             
		 | 
		
			
				 06.02.2009, 11:57 (UTC)     Mesaj konusu: SİTEM | 
				
                
                 | 
			 
			
				
  | 
			 
			
				Birader bunlar paylaşıldı diye ben paylaşmayacakmıyım...Hergün aynı kodlar paylaşılıyor.SAÇMALAMAYIN böyle söyleyerek...
 
YENİ ÜYELER ARAMASIN DİYE SÜREKLİ PAYLAŞILMASI GEREKİYOR
 
 
Saygılarımla...______________   
   | 
			 
		  | 
	
	
		| 
            ↑
         | 
		
                
		 | 
	
	
		  | 
	
	
		
            
                - 
                    
                      
                    saraybahcesi 
                        
                    
                    Uzman Üye
                     Konum: YILDIZLAR TAKIMI! 
                    
                    
                     
                 
             
		 | 
		
			
				 06.02.2009, 12:03 (UTC)     Mesaj konusu:  | 
				
                
                 | 
			 
			
				
  | 
			 
			
				saçmalama gibi sözcükler kullanmayın seviyeli olun ayrıca forumdaki her şey yeni kullanıcılar görsün diye tekrar tekrar paylaşılsaydı forumun hali ne olurdu biraz düşünün foruma onun için arama butonu koymuşlar zaten ______________ DERS EĞLENCE VE BİLGİNİN DEĞİŞMEZ ADRESİ  | 
			 
		  | 
	
	
		| 
            ↑
         | 
		
                
		 | 
	
	
		  | 
	
	
		
            
                - 
                    
                      
                    bahisder 
                        
                    
                    Acemi Üye
                    
                     
                    
                     
                 
             
		 | 
		
			
				 06.02.2009, 12:04 (UTC)     Mesaj konusu:  | 
				
                
                 | 
			 
			
				
  | 
			 
			
				Peki Bu Kodu Nereye Yazacagız !!!  | 
			 
		  | 
	
	
		| 
            ↑
         | 
		
                
		 | 
	
	
		  | 
	
	
		
            
                - 
                    
                      
                    saraybahcesi 
                        
                    
                    Uzman Üye
                     Konum: YILDIZLAR TAKIMI! 
                    
                    
                     
                 
             
		 | 
		 | 
	
	
		| 
            ↑
         | 
		
                
		 | 
	
	
		  | 
	
	
		
            
                - 
                    
                      
                    gencasikzulali 
                        
                    
                    Aktif Üye
                    
                     
                    
                     
                 
             
		 | 
		
			
				 07.02.2009, 12:37 (UTC)     Mesaj konusu:  | 
				
                
                 | 
			 
			
				
  | 
			 
			
				kardeş alt menu kodu neydi  | 
			 
		  | 
	
	
		| 
            ↑
         | 
		
                
		 | 
	
	
		  | 
	
	
		
            
                - 
                    
                      
                    y-indir 
                        
                    
                    Acemi Üye
                    
                     
                    
                     
                 
             
		 | 
		
			
				 07.02.2009, 13:05 (UTC)     Mesaj konusu:  | 
				
                
                 | 
			 
			
				
  | 
			 
			
				Çok Teşekürler  | 
			 
		  | 
	
	
		| 
            ↑
         | 
		
                
		 | 
	
	
		  | 
	
	
		
            
                - 
                    
                      
                    toplist-pr 
                        
                    
                    Bedava-Sitem Bağımlısı
                    
                     
                    
                     
                 
             
		 | 
		
			
				 07.02.2009, 15:58 (UTC)     Mesaj konusu: cevap | 
				
                
                 | 
			 
			
				
  | 
			 
			
				kerars Gerçekten Çok Yaratıcısın.Sitende de Bir Sürü Kodlar Var. ______________ Ban Yedim 6 Temmuz'a kadar yazamıyorum !!!  | 
			 
		  | 
	
	
		| 
            ↑
         | 
		
                
		 | 
	
	
		  | 
	
	
		
            
                - 
                    
                      
                    toplist-pr 
                        
                    
                    Bedava-Sitem Bağımlısı
                    
                     
                    
                     
                 
             
		 | 
		
			
				 08.02.2009, 16:57 (UTC)     Mesaj konusu: cevap | 
				
                
                 | 
			 
			
				
  | 
			 
			
				   kerars bu kodlarda sorun yok değil mi?______________ Ban Yedim 6 Temmuz'a kadar yazamıyorum !!!   | 
			 
		  | 
	
	
		| 
            ↑
         | 
		
                
		 | 
	
	
		  | 
	
	
		 |