![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archivetext-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
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
Chandy
|