3.2.0

white firefox blocks


I am going crazy by the time anyone read this :p
the problem is simple, I have the following functions:

[CODE]function showf(objId)
{
document.getElementById(objId).style.display = "";
}
function hidef(objId)
{
document.getElementById(objId).style.display = "none";
} [/CODE]

(there's a table row I want to be appeared/ disappeared on a click)

in IE, everything goes fine.


Firefox hoever; gives me white blocks on the display:none

pictures:
IE(when it's closed):
[IMG]http://www.oranjevermogensbeheer.nl/ie1.jpg[/IMG]
IE(when it's opened):
[IMG]http://www.oranjevermogensbeheer.nl/ie2.jpg[/IMG]

Firefox(when it's closed->opened):
[IMG]http://www.oranjevermogensbeheer.nl/firef.jpg[/IMG]

any help would be appreciated!
aaaa
September 25,
What if you use display="block" instead of display="" ?
Alex (ActiveWidgets)
September 25,
I also got that problem,anybody help?
elary
August 22,
please send me email:reshowyoume@yahoo.com.cn
elary
August 22,
Take a look at this:

http://www.snook.ca/archives/html_and_css/dynamically_sho/
Karl Thoroddsen
August 22,

This topic is archived.

See also:


Back to support forum