Probably the biggest frustration for programmers and designers are users with old browsers. I made a decision about 18 months ago to no longer support IE6 and IE7 should be on its way out as well. But how to alert visitors with old browser versions that the site won’t work for them?
Google provides a neat little javascript that displays a popup window when a browser running IE6 is detected:
The javascript is simple enough to change it to include IE7 if you so wish. I’m going to start adding this to sites I design in the future.
Latest posts by Diane Ensey (see all)
- Tables That You Can Sort and Search - May 24, 2017
- Responsive Newspaper-Style Columns are Easy with CSS - May 23, 2017
- Use Tooltips to Add Context - May 22, 2017