Quote:
Originally Posted by DNSB
Personally, I'd prefer:
Code:
.hidden {
display : none;
}
Why this choice? Simply, a visibility:hidden; element will still use up space on the page, one hidden by display:none; will not. See CSS visibility Property for more information.
|
Thanks, but it is in kindle previewer that i have the issue, the notes show in the main chapter and I am trying to hide them