Using Netscape (any version), with a homepage that contains flash, the dropdown menu displays behind the flash. We've tried the wmode =transparent setting with no success.
All versions of IE are fine. It's specific to netscape.
Has anyone else experienced this behavior? Solutions?
menu conflict using Netscape and Flash
A word of warning:
Using fixMozillaZIndex=true; still seems to set all of the menus to fixed positioning, including any "main" menus (with alwaysvisible=1). The result will be that, if your page can be scrolled vertically, then the menu will appear to follow the scroll (with it's position fixed in the window), rather than staying where you put it.
Refer to this topic for more.
Because of this, a better interim solution might be to set position="fixed"; in each of the submenus that could overlap the flash. That should allow the affected submenus to sit on top of the flash, but it won't affect the main menu's positioning.
Hope that helps,
Kevin
Using fixMozillaZIndex=true; still seems to set all of the menus to fixed positioning, including any "main" menus (with alwaysvisible=1). The result will be that, if your page can be scrolled vertically, then the menu will appear to follow the scroll (with it's position fixed in the window), rather than staying where you put it.
Refer to this topic for more.
Because of this, a better interim solution might be to set position="fixed"; in each of the submenus that could overlap the flash. That should allow the affected submenus to sit on top of the flash, but it won't affect the main menu's positioning.
Hope that helps,
Kevin
That makes sense Kevin.
Here is a test page and in 800 x 600 there is no vertical scrolling - designed for 1024
http://www.esimplified.net/flash/about_ ... rental.php
No flash implemented yet
Cheers
Here is a test page and in 800 x 600 there is no vertical scrolling - designed for 1024
http://www.esimplified.net/flash/about_ ... rental.php
No flash implemented yet
Cheers
Hi Chris,
Looks good to me at 800x600. But (heaven forbid) you will have a vertical scroll bar at 640x480.
I find Mike Lin's "WindowSizer" useful for testing different browser window sizes. You can download it for free form his site. It's been around awhile, but still works nicely. I also use this one from time to time, if I'm going to test lots of different windows at lots of different resolutions.
Cheers,
Kevin
Looks good to me at 800x600. But (heaven forbid) you will have a vertical scroll bar at 640x480.
I find Mike Lin's "WindowSizer" useful for testing different browser window sizes. You can download it for free form his site. It's been around awhile, but still works nicely. I also use this one from time to time, if I'm going to test lots of different windows at lots of different resolutions.
Cheers,
Kevin
I used to have a window sizer but I always check in 1024 and 800. I have downloaded the first one you suggested.
I know that in 640 it would give a problem but according to stats 640x800 is 1% of browser uses now
http://www.upsdell.com/BrowserNews/stat_trends.htm
I will probably state best viewed at 1024 resolutions.
If complaints come through I shall relook at changing code - wouldn't take me long anyway.
Cheers
Chris
I know that in 640 it would give a problem but according to stats 640x800 is 1% of browser uses now
http://www.upsdell.com/BrowserNews/stat_trends.htm
I will probably state best viewed at 1024 resolutions.
If complaints come through I shall relook at changing code - wouldn't take me long anyway.
Cheers
Chris