Quote:
Originally Posted by Jellby
"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).
|
You are right, I mean visibility. I haven't come across readers ignoring those links yet, but you are usually right.