Methods for hiding content


/ Published in: CSS
Save to your folder(s)

The first two mechanisms are probably the most popular, with display: none; being the go-to option implemented by nearly every JavaScript library on the planet and the lion’s share of ready-made JavaScript widgets. If you don’t want your hidden content to be read by a screen reader, those defaults may work for you, but if you want to ensure users have access to content (even if it isn’t displayed visually in the current interface), the final option (positioning content offscreen) is really the way to go.

URL: http://www.alistapart.com/articles/now-you-see-me/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.