i wrote css class for a href but when i add this class to link it doesnt see the image but when i add the inline css it sees it
i m writing javascript tab menu and i want tabs to change on mouse over, on mouse out and on click
the css is in css/menu.css
and images are in folder
images/top_menu_hover. gif
i m writing javascript tab menu and i want tabs to change on mouse over, on mouse out and on click
Code:
a.menu_on_mouse_over{ width:80px; height:22px; float:left; text-align:center; margin-top:0; margin-right:1px; margin-bottom:0; margin-left:0; font-size:100%; text-decoration:none; color:#FFF; font-weight:bold; background:url(../images/top_menu_hover.gif) left top no-repeat; padding:3px 0 0 0; }
the css is in css/menu.css
and images are in folder
images/top_menu_hover. gif
Comment