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,