Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Exclude IE6 from parts of the site Re: Exclude IE6 from parts of the site

#77056

Chris had an article years ago on a IE 6 blocker script => https://css-tricks.com/ie-6-blocker-script/
Just add the script to the pages you want blocked but provide a well written explanation and if possible a handy solution.

It’s way better than writing a css file that makes everything invisible or white.
If you are ever in need of writing an IE style sheet Chris updated his article on IE-only sheets this year => https://css-tricks.com/how-to-create-an- … tylesheet/

Just make sure you only implement the exclude of your choice to the relevant pages!

Hope it works!