Hi,
I am quite new to creating asp.net pages, so I have a question concerning Menu control. II have a horizontal menu situated at the top of my page, with submenus. Is there some simple way to make page content under menu move down, when the submenu item is chosen, so that submenu and page content don't overlap?
Regards,
Piote
Hi Piote,
As your description, when your menu drops down, the menu is hidden by the content page, right?
You can check ths thread: http://forums.asp.net/t/1123076.aspx
Try to put the following into a style or CssClass that will effect your menu
z-index:10;
Hope it helps.
Amanda ****
Microsoft Online Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help.