We Recommend

CSS: The Definitive Guide CSS: The Definitive Guide
Provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, text wrapping (nowrap), lists and generated content, table layout, user interface, paged media, and more.


Posted By

j_junyent on 01/13/08


Tagged

links buttons


Versions (?)


botones que parezcan enlaces


Published in: CSS 


URL: http://olgacarreras.blogspot.com/2007/02/enlaces-que-actan-como-botones.html

¿Por qué empeñarnos en hacer enlaces que actúen como botones? ¿Por qué no hacemos botones que parezcan enlaces?


  1. input.enlace {
  2. border:0;
  3. background-color:#fff;
  4. text-decoration:underline;
  5. color:#000;
  6. cursor:hand
  7. }

Report this snippet 

Comments

RSS Icon Subscribe to comments
Posted By: jonhenshaw on January 13, 2008

Google Translate:

"Buttons That Act Like Links"

"Why strive to make links that act as buttons? Why not make buttons that act as links?"

You need to login to post a comment.