TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

This is my in-progress collection of CSS3 buttons. Any ideas for more styles?

106 pointsby Halienjaover 14 years ago

12 comments

scrrrover 14 years ago
Thank you for sharing these.<p>Suggestions: Add hover- and mouse-down styles for all of them. For example "Launch" only has a hover-style, but does not change when you press it. (on Chrome/OSX at least)
评论 #1713307 未加载
评论 #1712245 未加载
filipcteover 14 years ago
I'm a big fan of ZURB's CSS3 buttons: <a href="http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html" rel="nofollow">http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html</a>
评论 #1712584 未加载
DTrejoover 14 years ago
More button styles you could add to the gallery:<p><a href="http://www.sencha.com/blog/2010/08/23/resolution-independent-mobile-ui/" rel="nofollow">http://www.sencha.com/blog/2010/08/23/resolution-independent...</a> (resolution independent buttons!)<p><a href="http://www.webdesignerwall.com/demo/css-buttons.html" rel="nofollow">http://www.webdesignerwall.com/demo/css-buttons.html</a><p><a href="http://lab.simurai.com/css/buttons/" rel="nofollow">http://lab.simurai.com/css/buttons/</a> (super juicy and glossy! mind the flaws)<p><a href="http://brandonmathis.com/blog/2009/11/19/fancy-buttons-are-here/" rel="nofollow">http://brandonmathis.com/blog/2009/11/19/fancy-buttons-are-h...</a> (complicated)
barmstrongover 14 years ago
The redact one looks like it degrades gracefully in IE8 and 7. I noticed these are all using the &#60;button&#62; tag. Hopefully they look just as good with the &#60;input type='submit'&#62;<p>Have been looking for a good CSS button for a while that degrades gracefully in IE's, and can be used as a submit tag as well as link, etc. Does anyone have a favorite?
评论 #1713779 未加载
jayairover 14 years ago
I had written a detailed article about it before - <a href="http://blog.anomalyinnovations.com/2010/03/creating-a-realistic-looking-button-with-css3/" rel="nofollow">http://blog.anomalyinnovations.com/2010/03/creating-a-realis...</a><p>It uses a gradient image but that could easily be replaced with the CSS3 gradient.
wilhelmover 14 years ago
I made these buttons a while ago: <a href="http://e-tjenesten.org/eksperimenter/knapp/" rel="nofollow">http://e-tjenesten.org/eksperimenter/knapp/</a>
dunstadover 14 years ago
The 'clarify and 'X' buttons show their corners in Chrome, looks a bit messy.
评论 #1712988 未加载
grandalfover 14 years ago
very cool. Might I request some that look like the buttons in Tender? I like the smooth minimalism:<p><a href="http://tenderapp.com/tour/collect/" rel="nofollow">http://tenderapp.com/tour/collect/</a>
ashitvoraover 14 years ago
You might wanna add Hover, Click affect to this button.
samg_over 14 years ago
Navigation buttons: Back, Forward, Up, Top, etc.
theycallmemortyover 14 years ago
They don't look too bad in IE8.
评论 #1712967 未加载
fadyover 14 years ago
nice job!