to subscribe to the feed | to subscribe by mail

Graphic buttons with CSS

btn.jpg In the blog Woork I have met an excellent tutor with whom we can implement graphic linkage using only HTML and CSS and the results that we obtain they are spectacular. Also we can include graphs (icons) to complement the buttons. The steps are very simple to implement this skill, and also they can unload a bundle of very showy icons to place them along with his linkage. The code HTML would be something like that: Los pasos son muy sencillos para implementar esta técnica, y también pueden descargar un paquete de iconos muy vistosos para colocarlos junto a sus enlaces. El código HTML sería algo así:

  1.  
  2. <to href = "#" class = "button">
  3.  
  4. <span class = "add"> Add to your bookmark </span>
  5.  
  6. </to>
  7.  

And the code CSS for the styles would be the following one:

  1.  
  2. a.button {
  3.  
  4. background:url (img/button.gif););
  5.  
  6. display:block;
  7.  
  8. color: # 555555;;
  9.  
  10. font-weight:bold;
  11.  
  12. height:30px;
  13.  
  14. line-height:29px;
  15.  
  16. margin-bottom:14px;
  17.  
  18. text-decoration:none;
  19.  
  20. width:191px;
  21.  
  22. }
  23.  
  24. a:hover.button {
  25.  
  26. color: # 0066CC;;
  27.  
  28. }
  29.  

Linkage | Beautiful CSS buttons with icon set

del.icio.usStumble UponMr. WongWiggle meTec. FresquiSeason me with chili
Subscribe to the feed

A person they have left a comment

  1. comment Michael Jival says:
    June 3, 2008 at 1:07 pm
    Gravatar

    THAT GOOD:

What do you think? It leaves a comment

The fields marked with (*) are obligatory

Tags XHTML: You can use these tags in your comment: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>