|
Posted by BootNic on 03/10/07 18:37
> Thierry Lam <lamthierry@gmail.com> wrote:
> news: 1173538983.041141.239450@j27g2000cwj.googlegroups.com
> For the following codes, if you continuously check the checkbox, the
> space on the right side keep decreasing dynamically on Firefox
> 1.5.0.10 while you don't see such behaviour on IE 6.0.2900, does
> anyone know why and how to fix it?
>
[snip]
Start with a valid document. After you have that you can work on
the javascript, and at some point you will get to where you wish
to toggle the display of a cell on or off. The values of which
would be "none" or "".
table[0].tbody[0].rows[0].cells[1].style.display="none";
table[0].tbody[0].rows[0].cells[1].style.display="";
--
BootNic Saturday, March 10, 2007 1:36 PM
Hackers make toys. Crackers break them.
*Peter Seebach*
Navigation:
[Reply to this message]
|