NO MORE GRAPHICS FOR SHADOW EFFECTS
Category Archives: CSS
jQuery HTML5 Placeholder Plugin
A plugin that enables HTML5 placeholder support for legacy browsers. The HTML5 placeholder attribute is awesome, unfortunately only supported by some browsers. This plugin replicates the placeholder behavior for unsupported browsers.
Super Awesome Buttons with CSS3 and RGBa
The Original Super Awesome Buttons Many moons ago, we create the first set of super awesome buttons. They worked great with any background color and allowed us to turn any anchor or button element into a sexy call to action.
Rounded corners on images, CSS-only
Admit it, even though rounded corners are widely seen as overused, you love playing with border-radius. A common complaint is that you can’t use that CSS3 property on images. Define any value, and the images will still display as nature intended: straight corners.
CSS3 Pointer Events
Summary The CSS property pointer-events allows authors to control whether or when an element may be the target of a mouse event. This property is used to specify under which circumstance (if any) a mouse event should go “through” an element and target whatever is “underneath” that element instead.
html5shiv
Public repo for the latest HTML5 JavaScript shiv for IE to recognise and style the HTML5 elements.