Jump to the main content.

Tips&Tricks for the modern day web designer

Don’t use display:none to hide an element

Submitted by: Stanislav Majerski. on May 5, 2009.

In most cases, using display:none to hide an element is a bad choice that reduces accessibility. There are alternative techniques that are less likely to cause problems.

Read the outside article: Hiding with CSS: Problems and solutions

1 Star2 Stars3 Stars4 Stars5 Stars

Loading ... Loading ...

Tags: , ,

Level: Intermediate