background preloader

CSS3 Button

Facebook Twitter

CSS3 Pictogram Button. If you follow my previous post about how to use pictogram for replacing image you must be familiar with this freebie I want to share. This is a set of 43 button with three different styles and six different colors and using entypo pictogram for replacing the images. Go through the post to see the entire sets. Entypo & The Buttons I am using Daniel Bruce’s entypo webfont for the image on the button, not taking all the pictograms but 43 that I think commonly used. Beside contains these 43 pictograms this sets also can be used using three different styles : Beveled, Rectangle and Rounded. While there are six colors you can choose : Orange, Magenta, Cyan, Red, Black and Green. Those buttons also have three different states : normal, hover and active : Advantages Here are some advantages on using this sets : Usage Include pictogram-button.css and put font/ folder to the right place. <a class="button orange" href="#"> <span class="shuffle"></span> Button </a> Button That’s it.

Just some other awesome CSS3 buttons. Whether you're designing a website or a web application, you'll need buttons for it. Now, with CSS3's help, it was never easier to create nice looking buttons. In this article you'll learn how to create some cool CSS3 buttons in just a few steps. View demo While last time we've created simple CSS3 gradient buttons, this time we'll build some nice CSS3 buttons with icons. In order to create the icons, this set of CSS3 buttons uses HTML entities. Also, gradients, shadows and many other CSS3 features do not miss. Minimal markup <a href="" class="button">Button</a> Simple button, with no icon. <a href="" class="button add">Add</a> Note the add class who adds the plus icon. Below you can find the styles used to create the buttons and icons: Why use entities rather than images?

Faster loading, because we're talking about text here.Scalable, depending on font size.Styles as color and background are easy to update via CSS. Speed Scalability font: bold 1em/2em Arial, Helvetica; Rendering & browsers support. Posts with tag "Freebie" - Shrapp.nl. Gallery - CSS3 Buttons - AddThis. Dark Button Navigation Using CSS3. I recently came across a great looking set of navigational buttons designed by Orman Clark of Premium Pixels. I'm a big fan of his design style and decided to whip together a quick CSS3/HTML version of the buttons. Check out the demo and feel free to download the example zip file as well. The CSS: The HTML: About the Demo The only image used in the demo is for the textured background - all other gradients and effects are done with CSS3. As a result, compatibility is limited to a handful of browsers, including Firefox, Chrome, Safari and possibly IE8. It's quite easy to reproduce this effect using images, which is why I decided to go for the slightly more challenging route of using CSS3.

As always, feedback and constructive criticism is always welcome.