CSS Buttons is the latest tool for web designers and developers concerned with accessibility and flexibility.
CSS Buttons will allow designers to quickly implement consistently looking, cross-browser, buttons regardless of the element used. CSS Buttons is a plug n' play solution for Multilingual, CMS, Blogs, and similar web sites faced with dynamic content challenges.
Take for example the following web sites. The designers must create each button image at a time. This is time consuming and expensive, especially in multilingual environments. With CSS Buttons, a web designer can quickly and easily change the look of each button with a simple class... And! The results are multilingual and extensible. Did I mention they're also cross-browser and cross-platform: Internet Explorer (IE) 6, 7, and 8, Firefox 1, 2, and 3, Apple Safari Mac and PC, and many many more...
Please Note: These web sites do not use or support CSS Buttons. These are just example environments for CSS Buttons.
Here's an example on styling a checkout button using any element:
<a href="#" class="cssbutton skinname orange"><span>CHECKOUT</span></a>
<div class="cssbutton skinname orange"><input type="submit" value="CHECKOUT"></div>
<button class="cssbutton skinname orange" value="#"><span>CHECKOUT</span></button>
If you're ready to get started, check out more examples, design your own buttons and start using CSS Buttons in your projects. Please visit often since we're still in development.