kurent
05-08-2008, 04:12 AM
I have three tables on a page and I need to display only one of them at once. Right now I do this like this:
style.display = "none";
But the problem is that in some browsers you can see all three tables blink for a moment as they are all rendered and then hidden. How can I hide them without this problem? I know that some elements have the rendered="false" tag, but I think they are not for the standard HTML?
style.display = "none";
But the problem is that in some browsers you can see all three tables blink for a moment as they are all rendered and then hidden. How can I hide them without this problem? I know that some elements have the rendered="false" tag, but I think they are not for the standard HTML?