|
|
 |
 |
 |
 |
menu sub level styling
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 Richter" <StephenRich @gmail.com> wrote in message news:1181063135.474526.124440@q69g2000hsb.googlegroups.com... > 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 ;))
http://msdn2.microsoft.com/en-us/library/ms366712(VS.80).aspx -- http://www.markrae.net
-----------------------------------------------Reply-----------------------------------------------
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 Richter" <StephenRich @gmail.com> wrote in message news:1181063135.474526.124440@q69g2000hsb.googlegroups.com...
> 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
On Jun 5, 1:49 pm, "PlatinumBay" <stevan @community.nospam> wrote: > Steve, > You have two options, > You can set: > staticEnableDefaultPopOutImage= False > or > dynamicEnableDefaultPopOutImage= False > Depends on which model you're using
perfect. thank you. -Steve
|
 |
 |
 |
 |
|