Styling file inputs with CSS and the DOM
File inputs (<input type="file" />) are the bane of beautiful form design. No rendering engine provides the granular control over their presentation designers desire.
This simple, three-part progressive enhancement provides the markup, CSS, and JavaScript to address the long-standing irritation.
This solution is known to work in:
- IE 5.5+
- Firefox 1.5+
- Safari 2+
Shaun Inman, we salute you.
Styling <abbr> in IE
Internet Explorer for Windows does not support the <abbr> element that should be used on web pages for the markup of abbreviations. Here’s a possible answer.
Dot Grid Book
*Must remember to get some of these books to try out. The light geometric dot matrix serves as a subtle guide for notations and sketches.
Accessible News Slider
Accessible News Slider is a JavaScript plugin built for the jQuery library by Brian Reindel. It meets the accessibility requirements as outlined by WCAG 1.0.