Javascript CSS visability.

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-05-12T08:59:40Z Indexed on 2010/05/12 9:04 UTC
Read the original article Hit count: 208

Filed under:
|
|
|

It seems that javascript only can ready inline css if i want to check if element is display:hidden getting it with:

el.style.display

But how to check if display:none is placed inside external CSS file?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about css