Hi,
I ocasionally use display: none; to hide divs that, on the click of a
link they will reappear. For example, maybe I create a menu and when
you click a link of menu options the submenu options appear.
Anyway, is it true that screen readers for visually impaired users
mostly ignore elements that are hidden this way? Is it better to use
position: absolute; and set it off the screen? Just a bit concerned
because a few of my projects work this way.
Cheers
Burnsy