Button Maker lets you make CSS-only buttons for the Web
Many developers know that technically, you can create CSS-only buttons with rounded corners and nice gradients. Since it's often such a hassle, though, they may not bother with it. Button Maker is a tool that takes all of the hassle out of creating buttons for the Web.
Button Maker lets you play with three sliders and some color pickers, and you end up with comprehensive CSS for your button.
While this tool lets you create the buttons, it cannot solve the biggest problem with CSS-only buttons which is that they don't work on all browsers. I tested the site using Firefox and Chrome and it displayed just fine. Safari worked too, but it lost the gradient on the button (the same thing happened with Firefox 3.0 as well). Internet Explorer choked completely, showing the button as a simple link and lacking even a background color.
I think they should put a visible alert for this kind of behavior or change the CSS so that it degrades more gracefully. Still, if you have the will and energy to fix your buttons for IE, this tool can provide you with a nice starting point.













Comments
4
Subscribe to commentsSpeedGunJun 4th 2010 10:21AM
Are you sure it chokes in IE? Maybe you were doing something wrong. If you specify a background color (which this tool does) it will work.
jValdronJun 4th 2010 5:09PM
Yeah in IE8 there's just no gradient nor rounded corners. And the tool is acting funny in IE. But what you'd expect, it's IE.
FloryJun 5th 2010 3:59AM
In IE THERE'S a background gradient color option. Search Google!
tomJun 5th 2010 4:03PM
Nice!
I put one together, too...
http://dvia.com/buttonMaker/