Quote:
Originally Posted by theducks
Make the stylesheet entry (can be any none-selector name)
Code:
.hidden { display: none}
now in your code
<h3 id="heading_id_3" class="hidden">Appendices</h3>
<h4 id="heading_id_4">Glossary</h4>
this way, you can use class="hidden" at any level
You missed my earlier example using title="Appendix" which also works with graphic (icon) headings
|
Ah, I'm a CSS newb... didn't know you could do it that way. Thank you so much, I completely understand that now. Well, I don't understand what 'non-selector' means, but I can look that up.
(still don't see your 'earlier example' anywhere, though?)