That doesn't make much sense to me (as there's so such thing as a "normal menu").
A "menu" could have been any type of HTML element (e.g <ul>, <table>, <p> etc). It's positioning can be determined by using CSS and it will only be positioned where you set it. It has no concept of being on "top" unless you tell it to.
ca8msm,
Sorry for any confusion, but I placed the menu on the MasterPage in ASP.Net 2.0. If the menu has too many items, the lowest items in the menu will appear under the content page. Can you try it out yourself?
TIA, Randy
Unfortunately, that doesn't help. The reason why it does that has nothing to do with ASP.NET as it is the HTML and CSS that affects the positioning. I suggest you use the View Source of your web browser and paste the contents into a thread in the HTML forum and they will tell you why it is happening.
Hi,
It turned out that the "z-index" property of my content page controls were set starting at 101. After removing them, the menu now appears on top of the content page.
TIA, Randy
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.