Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] hiding single td cells


  • From: list at tridemail.de (Michael Borchers)
  • Subject: [Javascript] hiding single td cells
  • Date: Tue Apr 25 07:53:16 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 "".

thanks for help;)
and thanks to IE :(