Hi,

I have a print stylesheet on a site I'm making. 

div#footer *{
display: none;
}

This hides <div id="footer"> but how would I get it to hide <div
class="footer"> I tried the following (below) but it didn't work.


div.footer *{
display: none;
}

& 

.footer *{
display: none;
}

Joanne

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to