View Single Post
Old 10-14-2012, 05:44 AM   PM User | #2
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,247
Thanks: 59
Thanked 3,998 Times in 3,967 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
In generall, styles set via CSS are *NOT* seen by JS code using OBJECTREF.style.property

Only those set via an inline style (or via other JS code) are seen.

To find the CSS-given style, you must use other coding. Look here:
http://www.javascriptkit.com/dhtmltu...cascade4.shtml
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote