Transparent background i firefox

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
jonnie4
Beginner
Beginner
Posts: 4
Joined: Mon Feb 27, 2006 11:19 pm

Transparent background i firefox

Post by jonnie4 »

Hi all,

I have a problem with the menu in firefox. The dropdown items are transparent until I have made a mouseover on them. This only happens i firefox. What can do about it?
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

Have you got a URL that we can see. Could be all sorts of reasons why this happens.

Cheers,
Andy
jonnie4
Beginner
Beginner
Posts: 4
Joined: Mon Feb 27, 2006 11:19 pm

Post by jonnie4 »

User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Your menu is not set up properly for being in a td. See here.
John
jonnie4
Beginner
Beginner
Posts: 4
Joined: Mon Feb 27, 2006 11:19 pm

Post by jonnie4 »

Hi John

I have now placed the menu outside any tables and it still displays with transparent background.

http://creatif.dk/mainsites/etdenmark1/www/menutest.asp
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

Post by Migru »

Hi

both parts of the menu need to have the final "drawMenus()"

I don´t know if it is correct, to place it into two scripts, as you have it now.
So in a table: arrange two parts, one containing global settings,the styles and the subs and a drawMenus() at the end!!! The other one, in the table containing the main menu only (no styles and no subs) and a drawMenus() at the end !!!!

If you have everything as it is now, it is not correct either!

Michael
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

Post by Migru »

Hi

You´ve set

offbgcolor="F3F3F3";

That is, it seems no color, so it might be transparent.

Try

offbgcolor="#F3F3F3";

and hope this helps.
And this fixMoziliaZIndex="true"; you don´t need to have it everywhere, it is enough you have it on top where the global settings are.

Andy wrote
Could be all sorts of reasons why this happens.
So thats why a url is so important. Seven posts for a simple "#" (number sign U 0023 )!!!

Michael
Post Reply