Prev: FAQ Topic - How do I access a frame's content? (2010-04-18)
Next: initializing style sheets and javascript
From: MikeJ on 17 Apr 2010 20:53 I find that if I try to read a style sheet attrib. with javascript (such as document.getElementById("myTabl").style.left;) it returns nothing. If I set the value in javascript first then I can read it. Is there some way around this. The CSS is setting it but I can't read it until I have set it in javascript. Thanks Mike |