Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
Question about UltrawebMenu
posted

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

Parents
No Data
Reply
  • 19308
    posted

    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

Children
No Data