Shower documentation
Shower makes an element hidden with a CSS style visible when the page is loaded. This can be used to show content only for visitors supporting JavaScript, for example extra instructions regarding the JavaScript features of a page.
Important: It is up to the website developer to add a suitable CSS style, for example:
.shower {
display: none;
}
Example
This paragraph will only be shown to visitors with JavaScript enabled.
<p class="shower">This paragraph will only be shown to visitors with JavaScript enabled.</p>
Settings
Valid elements
Any element
Classname
shower
Attributes
None
CSS parameters (what’s this?)
None