View Single Post
Old 04-21-2011, 01:34 PM   #11
affa
Connoisseur
affa can extract oil from cheeseaffa can extract oil from cheeseaffa can extract oil from cheeseaffa can extract oil from cheeseaffa can extract oil from cheeseaffa can extract oil from cheeseaffa can extract oil from cheeseaffa can extract oil from cheeseaffa can extract oil from cheese
 
Posts: 56
Karma: 1234
Join Date: Apr 2011
Device: kindle
Quote:
Originally Posted by theducks View Post
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?)
affa is offline   Reply With Quote