devrieda / custom_buttons
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
5944817
| name | age | message | |
|---|---|---|---|
| |
README | Wed Apr 01 22:02:19 -0700 2009 | |
| |
images/ | Thu Sep 10 14:24:56 -0700 2009 | |
| |
index.html | Thu Sep 10 14:24:56 -0700 2009 | |
| |
stylesheets/ | Thu Sep 10 14:24:56 -0700 2009 |
README
While browser default buttons are perfectly fine in many instances, there are times you want to give your buttons a little more class. Styling buttons to behave predictably in all browsers is rather tricky. This project contains XHTML/CSS to change the visual style of both the <button> and <a> tag using a "button" class. It aims to use semantically correct markup and maintain the various button states (in supported browsers). There are two different button examples -- a round button, and a more rectangular button. Tested in IE6, IE7, IE8, Safari, Firefox, and Chrome. A lot of what I've done is based on previous work demoed in these articles, and their comments: http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html http://stopdesign.com/archive/2009/02/04/recreating-the-button.html http://particletree.com/features/rediscovering-the-button-element/ http://www.filamentgroup.com/lab/styling_the_button_element_with_sliding_doors/
