Quote:
Originally Posted by Toxaris
The big difference between 'display: hidden' and 'display: none' is that with hidden the tag is also not visible, but space is reserved for it with margins and all.
|
"display: hidden" is not correct, you are thinking of "visibility: hidden". Be aware that "visibility" is not a required CSS property in the epub2 spec. And note that some readers may ignore links to elements with "display: none" (it makes sense, but I don't know if the spec says anything about this).