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?
Transparent background i firefox
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
I have now placed the menu outside any tables and it still displays with transparent background.
http://creatif.dk/mainsites/etdenmark1/www/menutest.asp
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
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
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
Michael
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
So thats why a url is so important. Seven posts for a simple "#" (number sign U 0023 )!!!Could be all sorts of reasons why this happens.
Michael