Hester, can you give me an example of hidden div?

Hester, can you give me an example of hidden div? <br />
HESTER, <br />
<br />
what do you mean when you said, "hidden div that only shows up in the print css file?" <br />
<br />
If you can, can you please give me an example.. <br />
<br />
Thank you!<!--content-->You'd have something like CSS:<br />
<br />
div {display: none;}<br />
<br />
For your visual media and from the print style CSS sheet <br />
<br />
div {display: block;}<br />
<br />
<!-- m --><a class="postlink" href="http://www.w3.org/TR/CSS2/visuren.html#display-prop">http://www.w3.org/TR/CSS2/visuren.html#display-prop</a><!-- m --><!--content-->
 
Back
Top