hi there, i've made a site that looks like crap on IE7 (of course),
so i'd like to detect ie7 and redirect to a page that tells users to
upgrade their browsers.
i know i can provide an alternate stylesheet for ie7 users, but for
this specific site, i'd like to just redirect to a page i've made with that
notification on it.
thanks
also, for some reason, this:
doesn't seem to work...
so i'd like to detect ie7 and redirect to a page that tells users to
upgrade their browsers.
i know i can provide an alternate stylesheet for ie7 users, but for
this specific site, i'd like to just redirect to a page i've made with that
notification on it.
thanks
also, for some reason, this:
Code:
<!--[if lte IE 7]<link rel="stylesheet" href="ie7.css"/>[endif]-->
doesn't seem to work...