Drop Down Menu's Behind Rest of Page
Drop Down Menu's Behind Rest of Page
I made a horizontal menu, and the sub menu's show up behind whatever is on the web page immediately below the menu.
my menu is in it's own php file in a div, and is included into the other page, and a new div starts immediately below the menu. This did not affect the previous javascript menu I was using.
my menu is in it's own php file in a div, and is included into the other page, and a new div starts immediately below the menu. This did not affect the previous javascript menu I was using.
Additional Issue
I am also having a problem where the table properties are being overwritten by existing style sheets.. Is it possible to have more specific style sheets generated so that they are not overwritten unless for some reason the same table id is used?
The Internet Explorer has a rather annoying bug with z-indexing. Please try to move <script> tag which is generated by Button&Menu Maker and looks something like this: <script type="text/javascript" src="testpage/cbjscbinsmenu.js"></script> to the very end of the document (right before </body>). Let me know if that helps.
This is a known bug with IE. Check out these links:turicon wrote:I have also this problem (only with IE 6 and 7). Here is a screenshot:
Select Element Layering Bug Fix
Select Element Z-index Ignored by IE 6 - Workaround
<SELECT> Free Layer
-
- Posts: 26
- Joined: Thu Aug 16, 2007 8:48 am
- Location: Sinsheim/Germany and Cherkassy/Ukraine
- Contact:
@Aivars: Sorry, your idea don't work.
@cary: thx! I read this workarounds. But I am furious now. M$ is a milliard dollar company and can't fix this well-known problem since many years??? And I am to such sh*t implement?
It is enough! Not with me! Who uses this sh*tbrowser, is even debt. Basta!
</furious>
@cary: thx! I read this workarounds. But I am furious now. M$ is a milliard dollar company and can't fix this well-known problem since many years??? And I am to such sh*t implement?

It is enough! Not with me! Who uses this sh*tbrowser, is even debt. Basta!
</furious>

Firefox and Opera has Issues Too!!
For all their good, Firefox and Opera have issues too!
I have an issue with the menu appearing behind a flash slideshow even though it definitely has a higher z index.
I know that flash is usually presented on top no matter what, but in IE7 I do not have the issue, because IE7 understands the following:
param name="wmode" value="Transparent"
Anyone got a hint what I need to look at doing to correct Firefox and Opera?
I have an issue with the menu appearing behind a flash slideshow even though it definitely has a higher z index.
I know that flash is usually presented on top no matter what, but in IE7 I do not have the issue, because IE7 understands the following:
param name="wmode" value="Transparent"
Anyone got a hint what I need to look at doing to correct Firefox and Opera?
Thanks,
Chris
Chris
Re: Firefox and Opera has Issues Too!!
Can't be sure without seeing your live page, or at least the full code for that page, but if you really have "Trasparent" with a capital "T" you should make sure it's all lowercase and see if that makes a difference.kballar3 wrote:I know that flash is usually presented on top no matter what, but in IE7 I do not have the issue, because IE7 understands the following:
param name="wmode" value="Transparent"
It may be that you're using an object tag with activex code and some param tags as well as an embed tag, in which case IE will see the object tag and the params. All other browsers see the embed code which needs to include the attribute wmode="transparent".
Cary,
Thanks. That's wasn't exactly the problem but it did get me to think about how the flash slide was created. I was using Anvsoft Flash Slide Show Maker with the Advanced features. It generates with an XML file that is used for several of the settings and that was causing my problem. I decided to do something a little more basic and now everything works.
Thanks for getting me to think.
Thanks. That's wasn't exactly the problem but it did get me to think about how the flash slide was created. I was using Anvsoft Flash Slide Show Maker with the Advanced features. It generates with an XML file that is used for several of the settings and that was causing my problem. I decided to do something a little more basic and now everything works.
Thanks for getting me to think.
Thanks,
Chris
Chris
Fixes Issue in IE 6
I have tested my page in IE 6, and this does fix it. I have not had a chance to test in IE 7 yet.