I discovered Oscar Alexander’s tutorial on snazzy HTML rounded buttons a while back, but needed it for something just a minute ago. It’s a fantastically easy way to create really attractive link buttons without much work and without using Javascript. Of course, you’ll need to clutter up your DOM with an extra span. This might not bother you (it doesn’t for me), but if it does you can always tie this in with Prototype to perform an element insertion at dom:ready or pageload.
Snazzy Buttons in HTML
December 6th, 2007 · 1 Comment
Tags: Web Design
1 response so far ↓
1 Noah Coad // Dec 10, 2007 at 10:18 am
That little tutorial on snazzy buttons rocked! Thanks for sharing Aaron.
Quick question, know how you’d get that styling all inline? For example is suppose to work according to the W3C CSS guidelines, but doesn’t appear to in IE.
Leave a Comment