display: none

how can I view only those elements marked h4?

Jonathan Chetwynd

they need to be compressed or collapsed rather than spread thinly  
around using body * {visibility:hidden;} h4 * {visibility:visible;}

I had hoped that body * {display:none;} h4 * {display:block;} might  
work.

Received on Sunday, 4 June 2006 15:12:15 UTC