TextBox 样式

上图:

比较喜欢这两个TextBox的外观,把它整理出来和大家共享。
<!----> < style >
.googleSearch
{
    border
:  1px solid rgb(126, 157, 185) ;  
    padding
:  2px ;  
    background
:  rgb(255, 255, 255) url(http://www.google.com/coop/images/google_custom_search_watermark.gif) no-repeat scroll left center ;  
    -moz-background-clip
:  -moz-initial ;  
    -moz-background-origin
:  -moz-initial ;  
    -moz-background-inline-policy
:  -moz-initial ;
}
.tipSearch
{
    background
: #FFFFFF url(http://blog.eshangrao.com/themes/WebPlume/img/q.png) no-repeat scroll 4px center ;
    padding-left
: 18px ;

}
</ style >
< body >
< input  type ="text"  size ="40"  class ="googleSearch" />
< input  type ="text"  size ="40"  class ="tipSearch" />
</ body >


你可能感兴趣的:(Google,Blog)