Wednesday, May 2, 2012

Textbox with background image using CSS


.searchBox{
background-image:url('images/magnifying-glass.gif');
background-repeat:no-repeat;
padding-left:20px;
}

Member login