changing button tag border color

Posted by rashmi on Stack Overflow See other posts from Stack Overflow or by rashmi
Published on 2010-12-29T09:45:18Z Indexed on 2010/12/30 8:54 UTC
Read the original article Hit count: 288

Filed under:
|

dear all,

i have loaded image in border less button tag when button is selected with tab key i get brown color rectangle around image. how do i change color of that rectangle from brown to white. and is that possible to have white rectangle with inner and outer shadow of rectangle with blue.

please help.

here is my code snippet.

<td align=center valign=middle >

    <figure>
    <button style="background-color:black; height:160px;width:160px ; border:none"><img src="F:\rashmi\icons_tv\Help_Normal.png" > </button>
    <figcaption><font size="5" color="white" style="font-weight:bold"><center>help</center></font></figcaption>
    </figure>

</td>

© Stack Overflow or respective owner

Related posts about html

Related posts about html5