Page is a not externally linkable
Vishal - 8:48 pm on Aug 19, 2009 (gmt 0)
However it will be a real nightmare to touch existing design or make changes just for IE6. Instead I am already having a little older working theme (different colors and layout though) with most of the features. Since main and redirect sites will be using information from same database users to both places will see same information, however IE6 users will still get a working site (though with little less features). Know what I mean? I also plan to setup a nice info bar on top requesting them to upgrade their browser. Thanks.
I understand that I can use below condition to display different style for IE6
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="ie6.css" />
<![endif]-->