CSS Social Buttons
webdesignerwall.com
CSS Social Buttons
1–10 of 16 posts
Re: CSS Social Buttons
#2well, they look nice, but desperately need to be made as sprites. this way it's a waste of requests.
Re: CSS Social Buttons
#3I wish it had a Github icon too
Re: CSS Social Buttons
#4well, they look nice, but desperately need to be made as sprites. this way it's a waste of requests.
Creating data uris would be a good alternative.
Re: CSS Social Buttons
#5The demo (http://webdesignerwall.com/demo/css-social-buttons/) looks great but a button is pretty useless without an :active (pressed) state. Would be nice if it was built-in.
There are some pressed classes defined but I don't think you can dynamically add them when the button is :active through CSS only.
Re: CSS Social Buttons
#6well, they look nice, but desperately need to be made as sprites. this way it's a waste of requests.
And what about using font-face with an icon-based font?
Re: CSS Social Buttons
#7This is why I'm completely behind efforts like Twitter's Bootstrap Font Awesome to standardize an internet icon set.
Why do I have to hear about every front-end web dev's effort to reinvent the wheel? Why are users forced to relearn a new visual language to accomplish the exact same task on every website?
Re: CSS Social Buttons
#8I'm confused. These icons are .PNGs
Re: CSS Social Buttons
#9Wow, what a coincidence. I was just looking for social buttons in another window. Thanks!
Re: CSS Social Buttons
#10I wish it had a Github icon too
There are instructions on how to create your own icons from the standard set available here: http://icondock.com/free/mono-social-icons
Took me about 5 mins to upload the github icon and edit the CSS file.