}
div.abc {
background-image: url(/images/abc_Bg.png);
background-position:0px 1px;
text-align: center;
float: left;
width: 25px;
height: 20px;
padding-top: 4px;
margin-left:2px;
}
div.abcsecili {
background-image: url(images/abc_Bg.png);
text-align: center;
float: left;
width: 25px;
height: 20px;
padding-top: 4px;
margin-left:2px;
font-size: 11px;
font-weight:bold;
background-position:-25px 1px;
}
div.abc a {
display: block;
width: 25px;
height: 20px;
font-size: 11px;
}
div.abc a:hover {
background-image: url(images/abc_Bg.png);
text-decoration:none;
background-position:-25px -1px;
width: 25px;
height: 20px;
padding-top: 2px;
margin-top: -2px;
}
Menüyü kodlamada sıkıntı yaşıyorum önceden bulduğum bir menü lazım oldu şimdi kodlaması yok stil.css ile abc_bg.png dosyam var menü nasıl kodlanmalı yardım edermisiniz?