Haardac adlı üyeden alıntı
#header_mainmenu a.mm_account { background:#34608d url(http://i.imgur.com/6IDeEUS.png) center 20px no-repeat; }
Sitende css in içerisindeki bu yeri aratıp bulduktan sonra, bunu kopyalayıp yeni bir tane class oluşturman gerekiyor.Örnek olarak aşağıdaki gibi.
#header_mainmenu a.mm_girme{ background:#34608d url(http://i.imgur.com/6IDeEUS.png) center 20px no-repeat; }
Budan sonra koymak istediğin resmi her hangi bir resim upload sitesine yükleyip link i yukarıdaki link yazan yere koyduktan sonra son bir işlem kalıyor. Buda menüdekli classı değiştirmek.
Girme!
Bu işlemleri yaptıktan sonra istediğin gibi kullana bilirsin. Kolay gelsin
Teşekkürler hocam hemen deniyorum
Ek Olarak:
Haardac adlı üyeden alıntı
#header_mainmenu a.mm_account { background:#34608d url(http://i.imgur.com/6IDeEUS.png) center 20px no-repeat; }
Sitende css in içerisindeki bu yeri aratıp bulduktan sonra, bunu kopyalayıp yeni bir tane class oluşturman gerekiyor.Örnek olarak aşağıdaki gibi.
#header_mainmenu a.mm_girme{ background:#34608d url(http://i.imgur.com/6IDeEUS.png) center 20px no-repeat; }
Budan sonra koymak istediğin resmi her hangi bir resim upload sitesine yükleyip link i yukarıdaki link yazan yere koyduktan sonra son bir işlem kalıyor. Buda menüdekli classı değiştirmek.
Girme!
Bu işlemleri yaptıktan sonra istediğin gibi kullana bilirsin. Kolay gelsin
söylediklerinizi yapatım ama bi değişiklik olmadı header'ın tamamı bubahsettiğiniz şeyi birde siz yapıp eklermisiniz hocam teşekürler.
/* Header----------------------------------------------- */
#header_mainmenu { margin-bottom:10px; } #header_mainmenu a { float:left; display:block; color:#fff; text-decoration:none; } #header_mainmenu .mm_logo, #header_mainmenu .mm_home, #header_mainmenu .mm_wishlist, #header_mainmenu .mm_account, #header_mainmenu .mm_checkout, #header_mainmenu .mm_shopcart { margin-right: 3px; width:265px; height:150px; } #header_mainmenu a.mm_home, #header_mainmenu a.mm_wishlist, #header_mainmenu a.mm_account, #header_mainmenu a.mm_checkout, #header_mainmenu a.mm_shopcart { margin-right: 3px; width:100px; padding-top:115px; padding-left:20px; padding-right:20px; height:35px; } #header_mainmenu .mm_logo { background:#0050ef no-repeat center center; } #header_mainmenu a.mm_home { background:#ffaa31 url(http://i.imgur.com/5UKlsq9.png) center 20px no-repeat; } #header_mainmenu a.mm_wishlist { background:#e3c800 url(http://i.imgur.com/bxcb1Wo.png) center 20px no-repeat; } #header_mainmenu a.mm_account { background:#34608d url(http://i.imgur.com/6IDeEUS.png) center 20px no-repeat; } #header_mainmenu a.mm_checkout { background:#a4c400 url(http://i.imgur.com/fzTd2U8.png) center 20px no-repeat; } #header_mainmenu .mm_shopcart { background:#58bae9 url(http://1.bp.blogspot.com/-KqE3oqs02G0/USDDhdmRlCI/AAAAAAAAOkM/5ClbP42xbcE/s1600/cart.png) center 20px no-repeat; float:left; display:block; text-decoration:none; margin-right: 0px; width:100px; padding-top:110px; padding-left:20px; padding-right:20px; height:40px; position:relative; }