How to add icons to menu items

windows

Guest
I am developing C# web application in which it contains a htm page.

This Htm page contains a menu file. under file there are two items save and exit.

I added the menu and items in the menu.

what i need is how can i add the icons beside the items of the menu.


Any one please Help.

Thanks in advance..icon1{
margin-left:16px;
background-image:url(imagelink.gif);
background-repeat: no-repeat;
background-position:left;
}

<a class="icon1" href=http://www.webdeveloper.com/forum/archive/index.php/"#">link1</a>

I don't know if i understood correctly but see if that works for you (you may need to increase the marginActually, you'll want to use left padding.Thank You Very Much
 
Back
Top