Thursday 18 July 2013

(Q) How to use background images in input box ?

<style type="text/css">
input
{
    background-image:url(roundedimages.jpg); width: 196px; height: 39px;
    padding: 0 0 0 5px;
    color:#000000;
    }
</style>

 <input type="text" value="test" />

No comments:

Post a Comment