Redirect based upon IE6 or IE7
Hey guys! Question for you. I have an HTML dashboard, as some of you know, that I maintain for my company. On the dashboard, I display separate .gif images in cells of the dashboard table. This has worked fine in the past, and continues to work fine. The problem is, the gif images are grainy.
I've been experimenting with the .png file extension and the quality of the images is WAY better. Problem is, <IE7 displays the background of .png files grey, rather than transparent.
I found out that some associates in our company actually use IE7 and some are still on IE6. I'd like to be able to redirect the users, based upon their browser version (no one uses anything but Internet Explorer...the company is also an intranet site...so 6 and 7 are the only versions to worry with).
I can create 2 dashboards. One that uses .png files for the images and one that uses .gif files.
I currently have a redirect page that shows a loading bar when the site is accessed. Within this loading page, I'd like to put some redirect script that sends users with IE6 to the .gif dashboard and users with IE7 to the .png dashboard.
Does anyone have any thoughts?
Thanks!
-Hum