Posted by Willem Alberda on 11/01/06 10:28
Hi
If I create a small html file with the following lines
<table>
<span style='display:block'><tr><td>Number one</td></tr></span>
<span style='display:none'><tr><td>Number two</td></tr></span>
<span style='display:block'><tr><td>Number three</td></tr></span>
</table>
all three lines are displayed while I expected that "Number two" would be
hidden.
If I remove the <table> and </table> tags, it indeed only shows the first
and the third line, so somehow the table interferes here, but I don't know
why or how.
Can someone explain please?
Thank you
Willem Alberda
Navigation:
[Reply to this message]
|