text-decoration
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

text-decoration

From: <chandy@totalise.co.uk>
Date: Tue Jan 31 2006 - 14:16:44 CET

Hi,

I am trying to access the text-decoration property for an element's
style.

I know that this works:

Object.style.color = 'blue';

but this doesn't:

Object.style.text-decoration='line-through';

The 2nd appears to choke on the hyphen in text-decoration?

Is this the problem? How else can I access text-decoration for the
style?

Chandy
Received on Tue Feb 7 21:28:41 2006