PDA

View Full Version : link look like button


angiras
02-19-2003, 01:58 PM
how can you do an hyperlink which look like as button ?
what is the css ?


thank you

cg9com
02-19-2003, 03:46 PM
perhaps you may have to use just a button?
it appears that the anchor tag doesnt support any type of border properties (in IE5 anyway).
you can place a container around the link, and control that.
or use a form button.
to make it look right i say use a border, then the rest is up to you.
border:3px outset #c0c0c0;

ronaldb66
02-19-2003, 03:50 PM
Brainjar used a great trick setting the top and left border to a lighter shade of the "button" background color and the bottom and right border to a darker shade; this immediately creates a button feel.
Check Brainjar (http://www.brainjar.com/).

angiras
02-19-2003, 04:31 PM
thank you all ! :-))