Home › Forums › CSS › Exclude IE6 from parts of the site › Re: Exclude IE6 from parts of the site
June 4, 2010 at 6:21 am
#77056
Member
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!