Instead of using built in 2.0 menus.

  • Thread starter Thread starter Mufasa
  • Start date Start date
M

Mufasa

I've got issues with the 2.0 menus (mostly that I can't set the width of the
menu header and the fact that it shows a right arrow when there are
sub-items - I want to remove the right arrow ).

Can anybody suggest a good library to use for menus instead?

TIA - Jeff.
 
Hello Mufasa,

Try to use "ASP.NET 2.0 CSS Friendly Control Adapters", google to find, and
then if it doesnt help consider render menu manually (like having placeholder
and adding controls there manually)

---
WBR,
Michael Nemtsev [Microsoft MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


M> I've got issues with the 2.0 menus (mostly that I can't set the width
M> of the menu header and the fact that it shows a right arrow when
M> there are sub-items - I want to remove the right arrow ).
M>
M> Can anybody suggest a good library to use for menus instead?
M>
M> TIA - Jeff.
M>
 
That all worked great!

Thanks!

Mark Rae said:
StaticPopOutImageUrl=""
StaticEnableDefaultPopOutImage="false"
DynamicPopOutImageUrl=""
DynamicEnableDefaultPopOutImage="false"
 
Can anybody point me to both the install and documentation on how to use
this? I found the site where you can download it but there's no install and
no documentation.

TIA - Jeff.
 
Back
Top