| 
          
           | Gönderen: 29-Nisan-2010 Saat 08:37 | Kayıtlı IP |   |  
           | 
 |  text şeklinde bir menü düşünün. Atıyorum anasayfa, hakkımızda, ürünler,... şeklinde uzuyor. Bunların hepsinin varsayılan renginin siyah olduğunu varsayalım. İstediğim şu; hakkımızdaya tıkladığımızda "hakkımızda" yazısı turuncu olmalı.   Ben Boyle Bisey Yaptim Ama oLmadi   
| Kod: 
 
    
    | 
      
       | <div id="menu" class="style47"> <ul>
 <li><a href="default.asp" class="aktif">Ana  Sayfa</a></li>
 <li><a  href="products.asp">FAALİYETLERİMİZ</a></li>
 <li><a  href="referanslarimiz.asp">REFERANSLARIMIZ</a></li>
 <li><a href="hakkimizda.asp">KURUMSAL</a></li>
 <li><a href="ik.asp">İNSAN  KAYNAKLARI</a></li>
 <li><a  href="iletisim.asp">İLETİŞİM</a></li>
 </ul>
 </div>
 
 |  |  | 
 
| Kod: 
 
    
    | 
      
       | a:link, a:visited, a:active {
 text-decoration:none;
 color:blue;
 }
 a:hover
 {
 text-decoration:underline;
 }
 a.aktif
 {
 color:orange;
 background:#fff url(images/menubg.gif);
 }
 #menu {
 width:650px;
 height:35px;
 background-image:url(images/menubg.gif);
 color:#333;
 font:bold 12px arial, verdana, helvetica, sans-serif;
 border:0px solid #999;
 }
 
 #menu ul {
 list-style-type:none;
 padding:0;
 margin:0;
 }
 
 #menu li {
 display:inline;
 margin:0;
 padding:0;
 }
 
 #menu li a {
 text-decoration:none;
 color:#000;
 background:#333 url(images/menuhover.gif);
 padding:10px;
 float:left;
 }
 
 #menu li a:hover {
 color:#000;
 background:url(images/menubg.gif);
 text-decoration:underline;
 padding:10px;
 float:left;
 }
 
 .style6
 {
 width: 0px;
 height: 79px;
 }
 .style7
 {
 width: 954px;
 height: 495px;
 }
 .style8
 {
 height: 2px;
 }
 .style9
 {
 height: 104px;
 }
 .style10
 {
 height: 33px;
 }
 .style11
 {
 width: 20px;
 }
 .style12
 {
 cursor: ne-resize;
 page-break-before: auto;
 height: 240px;
 }
 .style13
 {
 width: 19px;
 }
 .style15
 {
 height: 96px;
 width: 241px;
 }
 .style17
 {
 height: 20px;
 }
 .style21
 {
 width: 438px;
 margin-right: 0px;
 height: 333px;
 }
 .style22
 {
 cursor: pointer;
 width: 650px;
 height: 334px;
 }
 .style40
 {
 height: 20px;
 width: 685px;
 }
 .style42
 {
 width: 650px;
 }
 .style46
 {
 width: 1px;
 }
 .style47
 {
 width: 614px;
 height: 103px;
 }   ; ;
 
 |  |  | 
 
 Düzenleyen siran  29-Nisan-2010 Saat 08:40
 |