I have a simple webpage w/ a color image and color bg. I want to click a button that changes the whole site to B&W, & back again. Help? Thnx
2 years, 2 months ago.
1 comment so far
I'd use a style sheet switcher. Call the images in the CSS files instead of the HTML. It may not be instantaneous in all situations but it would be widely supported and remain accessible.
Option 2 which I don't like is to do the entire site in flash. It's mostly supported but there are situations where it wouldn't work (eg iPhone) and flash isn't accessible for blind users and it can be issues for search engines as well.
1 comment so far
I'd use a style sheet switcher. Call the images in the CSS files instead of the HTML. It may not be instantaneous in all situations but it would be widely supported and remain accessible.
Option 2 which I don't like is to do the entire site in flash. It's mostly supported but there are situations where it wouldn't work (eg iPhone) and flash isn't accessible for blind users and it can be issues for search engines as well.
2 years, 2 months ago by ChrisHanson