I have a web page that has a lot of content that is hidden/shown/styled when the page is in various states using jQuery/javascript. I am running into an issue where on the
You can set the CSS display:none and visibility:hidden by default to your hidden elements.
display:none
visibility:hidden