Skip to content Skip to sidebar Skip to footer
Showing posts with the label Fallback

Color Ie Fallback For Rgba() Does Not Work

Why the following fallback for IE color: red; does not work ? In IE7, the color is black rather tha… Read more Color Ie Fallback For Rgba() Does Not Work

Submit Form With Anchor + Javascript - Bad Practice?

I currently have two anchor tags sending url queries to put votes inside a database, but i want to … Read more Submit Form With Anchor + Javascript - Bad Practice?

How To Add Fallback For A Failing CDN

I want to include jQuery from CDN into my code. I also want to create a fallback. My original solut… Read more How To Add Fallback For A Failing CDN