Wednesday, August 24, 2011

Search Option(How to make by webcr3ator)

/*--------------------------Html Here---------------------------------*/
<div class="search">
                <form action="#" id="searchform" method="post">
                <input type="text" id="search_text" name="user" value="Type here.." onclick="this.value=''" onblur="this.value='Type here..'"  />
               
                </form>
</div><!--search-->

/*-----------------------CSS Here----------------------------------*/
.search
{
width:300px;
height:37px;
border:1px solid #000066;
float:right;
overflow:hidden;
background:url(../images/search.png) no-repeat;
}

.search #searchform #search_text{
    float:left;
    width:300px;
    height:32px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#d14f4f;
    padding-top:2px;
    padding-right:38px;
       
}



/*------------------------------image preview---------------*/






No comments: