SyntaxFix
Write A Post
Hire A Developer
Questions
You can check it with for example jQuery:
$("#elementID").css('display');
It will return string with information about display property of this element.