I have a Navigation Menu in .aspx web page.
I set every MenuItem.ImageUrl to a .png Image.
The problem is that the image is shown with a border around of it.
The question is how can I eliminate this border ?
Thankyou very much
Piercarlo
In additions of previous :

I want to eliminate the border indicated by the arrow, the image was put on the menu Item by the property of menuItem .ImageUrl.
The image is 16 pixel .png with background transparent and without border
I tried without success following:
-
css: border:none,
-
property of menu:
<asp:Menu runat="server"> <StaticMenuItemStyle BorderStyle="None" /> <DynamicMenuItemStyle BorderStyle="None" />
I have no idea how do.
Thankyou for helping;
I found a resolution to my problems with help of javascript following the code:
I hope that this can help some other else
Bye
Piercarlo