I've implemented the menu adapter in my VWD site and it works fine with IE7. However, with IE6 it all works fine until I re-size the window, either by dragging the window size or minimizing/maximizing. When I re-size
the window the menu disappears leaving a blank area on the web page where it should be. Doing a page refresh displays the menu in the resized window and then it works fine. Anyone got any ideas why this is happening?
Thanks.
css Control Adapters Menumenu IE7 IE6css friendly adapters
Contributor
3670 Points
943 Posts
Menu Adapter problem with IE6 when re-sizing window
Jan 19, 2008 10:02 AM|smcoxon|LINK
Hi,
I've implemented the menu adapter in my VWD site and it works fine with IE7. However, with IE6 it all works fine until I re-size the window, either by dragging the window size or minimizing/maximizing. When I re-size the window the menu disappears leaving a blank area on the web page where it should be. Doing a page refresh displays the menu in the resized window and then it works fine. Anyone got any ideas why this is happening?
Thanks.css Control Adapters Menu menu IE7 IE6 css friendly adapters
Smcoxon
No Gem is ever polished without some friction.
Contributor
3670 Points
943 Posts
Re: Menu Adapter problem with IE6 when re-sizing window
Feb 25, 2008 04:15 PM|smcoxon|LINK
Just in case anyone else has this problem... I sorted it by setting the ul.Aspnet.menu style setting in Menu.css from:
position: static;
to
position:relative;
Hope this helps some one else.
Smcoxon
No Gem is ever polished without some friction.