View Single Post
Old 02-12-2020, 08:51 AM   #8
increase
Connoisseur
increase began at the beginning.
 
increase's Avatar
 
Posts: 95
Karma: 10
Join Date: Jan 2020
Device: kindle
Quote:
Originally Posted by DNSB View Post
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
increase is offline   Reply With Quote