Scalable CSS Buttons
Scalable CSS Buttons Using PNG and Background Colors gibt es in David’s Kitchen.
What we want
- Full scalability in all directions
- The use of one single png image for the button without overlapping
- The possibility to change background colors behind the image (also on hover)
- Super-clean HTML markup
- Unobtrusive javascript for altering the DOM
- Pure CSS for styling
- Possibility to style anchors as well as form buttons
- Full degradability for browsers without images or javscript
What we can’t have: Full support in IE6. BUT, it will degrade nicely, so IE6 users will see the same buttons, but without the PNG image.

