To make button visible as a link using CSS - CSS Views : 381
Tagged in : CSS
0 0
Send mail
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">
By Rekha, On - 2010-10-07



    Login to add Comments .