asp:menu question - border on menu

  • Thread starter Thread starter Axel
  • Start date Start date
A

Axel

Hi
does anybody know a CSS rule to add a border to a dropped down rectangle
asp:menu without having borders around every menu item? I tried various
things with border-collapse etc but never got it working properly.

tia
Axel
 
Axel said:
Hi
does anybody know a CSS rule to add a border to a dropped down rectangle
asp:menu without having borders around every menu item? I tried various
things with border-collapse etc but never got it working properly.

tia
Axel
I found it, its

<DynamicMenuStyle CssClass="Menu-Skin-DynamicMenu" />

(i had only looked at DynamicMenuStyleItem)
 
Back
Top