I just copy and paste the ultrawebmenu from the sample MenuEvent.aspx into my program.
Everything was fine except the scrollup and scrolldown arrow did not display when I squeezed the window size.
The curious thing is that the sample MenuEvent.aspx will show scrollup and scrolldown arrow when I squeezed the window size.
I would like to know what is going on.
Thanks
Two things to check - are the doctypes the same in both samples, and is the menu in the same parent element in both (ie, at the form level, or inside of a div)
It's likely one of these. If the menu is in a container which has a size larger than the visible area of the screen, it's not going to automatically shrink, since it's container is telling it that it can actually be larger than the screen.
-Tony