To make button visible as a link using CSS

by Rekha 2010-10-07 16:50:40

To make button visible as a link using CSS

In order to make button style visible as link just give style with background as none and border as zero.

<input type=button style="background:none;border:0;color:#ff0000">

Tagged in:

1351
like
0
dislike
0
mail
flag

You must LOGIN to add comments