|
|
To make button visible as a link using CSS - CSS
|
Views : 381
|
|
Tagged in : CSS
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|