menu sub level styling

  • Thread starter Thread starter Steve Richter
  • Start date Start date
S

Steve Richter

how can I get asp.net to not show the right arrow symbol that appears
alongside top level menu items which contain lower level menu items?

( maybe not an arrow, more like a solid triangle, that is just sitting
there, taking up space ;))

thanks,

-Steve
 
Steve,

You have two options,

You can set:

staticEnableDefaultPopOutImage= False

or

dynamicEnableDefaultPopOutImage= False

Depends on which model you're using

Hope this helps,


Steve
 
Steve,

You have two options,

You can set:

staticEnableDefaultPopOutImage= False

or

dynamicEnableDefaultPopOutImage= False

Depends on which model you're using

perfect. thank you.

-Steve
 
Back
Top