Drop Down Menu's Behind Rest of Page

Post your questions and problem reports here.
Post Reply
TiGgEr9
Posts: 6
Joined: Fri Feb 29, 2008 7:30 pm

Drop Down Menu's Behind Rest of Page

Post by TiGgEr9 »

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.
TiGgEr9
Posts: 6
Joined: Fri Feb 29, 2008 7:30 pm

Update...

Post by TiGgEr9 »

It works as expected in Firefox, another case of IE being a pain. That said, is there anything I can do to make it work in IE?
TiGgEr9
Posts: 6
Joined: Fri Feb 29, 2008 7:30 pm

Additional Issue

Post by TiGgEr9 »

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?
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

Can you, please send us a link or a zipped sample. Send it directly to software[at]latnet.lv Thanks!
Karlis Blumentals
Blumentals Software
www.blumentals.net
turicon
Posts: 26
Joined: Thu Aug 16, 2007 8:48 am
Location: Sinsheim/Germany and Cherkassy/Ukraine
Contact:

Post by turicon »

Hi,

I have also this problem (only with IE 6 and 7). Here is a screenshot:

Image

The menue is in a div-Container with a high z-index. The dropdownlists position is absolute and have a id and a low z-index. The black background are a backgroundpic over the complete site.

Any ideas?

Greetings,
Turicon
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

Our developers should look into this, it will take several weeks.
Karlis Blumentals
Blumentals Software
www.blumentals.net
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Post by Aivars »

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.
Cary
Posts: 82
Joined: Mon May 28, 2007 10:41 pm

Post by Cary »

turicon wrote:I have also this problem (only with IE 6 and 7). Here is a screenshot:
This is a known bug with IE. Check out these links:
Select Element Layering Bug Fix
Select Element Z-index Ignored by IE 6 - Workaround
<SELECT> Free Layer
turicon
Posts: 26
Joined: Thu Aug 16, 2007 8:48 am
Location: Sinsheim/Germany and Cherkassy/Ukraine
Contact:

Post by turicon »

@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? :evil:

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

</furious> :wink:
kballar3
Posts: 17
Joined: Sat Mar 22, 2008 4:29 am

Firefox and Opera has Issues Too!!

Post by kballar3 »

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?
Thanks,
Chris
Cary
Posts: 82
Joined: Mon May 28, 2007 10:41 pm

Re: Firefox and Opera has Issues Too!!

Post by Cary »

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"
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.

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".
kballar3
Posts: 17
Joined: Sat Mar 22, 2008 4:29 am

Post by kballar3 »

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,
Chris
TiGgEr9
Posts: 6
Joined: Fri Feb 29, 2008 7:30 pm

Fixes Issue in IE 6

Post by TiGgEr9 »

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.
Post Reply