上图:
比较喜欢这两个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>
.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>
--=阅读快乐=--
欢迎访问我的新鱼塘 www.pumaboyd.com