View Single Post
Old 12-14-2014, 01:48 PM   #13
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,557
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
No, "display: none" is fine, "display: hidden" would be wrong, choose one:

display: none; support required by the spec, the element takes no space, but links could not work (as far as I know, they work everywhere but in iBooks, but there could be other readers that don't like it).

visibility: hidden; not required by the spec, but probably every decent reader supports this; the element is invisible, but the space is as if the element was there (it is there, just transparent-like).

The class name is arbitrary, you can use class="hidden", class="none", class="neither", class="mycousin"...
Jellby is offline   Reply With Quote