IE-friendly design
-
Hi everyone,
I wasn’t sure whether or not to post here or the hacks section, but I figured that this was most appropriate.To start off with:
I designed an Image Portfolio Theme for a website, and one of the key features is that the featured image fades from grayscale to color using a mixture of Javascript and HTML5’s canvas tag. This works great, for browsers that support it, but absolutely terrible for older IE versions and for users with javascript disabled.This obviously is an issue because it does not extend to the largest user base (some work computers that use older versions of IE can’t access it properly either)
So my question is: Is there any way that I can make this compatible with IE? Bearing in ind the fact that the grayscale effect is achieved strictly through Javascript in order to bypass multiple HTTP requests for separate grayscale images.
I realize some of the other features like box-shadow and text-shadow may not be visible in older versions, but that’s not really the most crucial; the biggest part is the grayscale effect. Even if it was possible to achieve grayscale without the CSS3 fade effect (just going from grayscale to color) would look better than just having the images in color.
The website for reference is Kaitlyn Payne Photography
I’d really appreciate any feedback at all.
Thanks!
- The topic ‘IE-friendly design’ is closed to new replies.