[Javascript] hiding single td cells

David Dorward david at dorward.me.uk
Tue Apr 25 07:48:21 CDT 2006


On Tue, Apr 25, 2006 at 02:45:12PM +0200, Michael Borchers wrote:
>     conversionsDetails[tc].style.display = "table-cell";

> it works fine when wanting them to disappear but
> i can't bring'em back:( the display property seems to be missing, but why?

Where are you testing? Internet Explorer doesn't support display:
table-cell. You should toggle between "none" and "".

-- 
David Dorward                                      http://dorward.me.uk




More information about the Javascript mailing list