Click to See Complete Forum and Search --> : Hester, can you give me an example of hidden div?


cakeday
07-08-2003, 10:57 AM
Hester, can you give me an example of hidden div?
HESTER,

what do you mean when you said, "hidden div that only shows up in the print css file?"

If you can, can you please give me an example..

Thank you!

Robert Wellock
07-10-2003, 09:36 AM
You'd have something like CSS:

div {display: none;}

For your visual media and from the print style CSS sheet

div {display: block;}

http://www.w3.org/TR/CSS2/visuren.html#display-prop