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] setting 'height' attribute of <TD> tag?


  • From: javascript@xxxxxxxxxx (Peter-Paul Koch)
  • Subject: [Javascript] setting 'height' attribute of <TD> tag?
  • Date: Thu, 28 Jun 2001 09:33:06 -0000


>how do I get the 'height' attribute of a <TD
>heigh="100"> tag??
>
>also, is it possible to change the attribute value??

Oops, forgot this one:

document.getElementById('ID_of_TD').style.height = 50; (IE5/NN6)
document.all['ID_of_TD'].style.height = 50; (IE4)

ppk

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.