On Saturday 2004-01-31 11:27 +0100, marco wrote: > i found a bug about java/dom/layout in mozilla/firebird, so i think it's a > layout problem > > when i set a tr element > element.display=none; > then > element.display=block; > > tr became visible but sometimes it add empty line ( like a <br> ) between 2 > tr
This is bug 97506. (As already pointed out, you should be using table-row or "" instead of block.) -David -- L. David Baron <URL: http://dbaron.org/ > _______________________________________________ mozilla-layout mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-layout
