How to make page content under menu move down, when a menu item is chosen?

 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 

0 piote 8/31/2007 8:37:39 AM

 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.
0 Amanda 9/4/2007 7:35:47 AM
Reply:

(Thread closed)