新建个html文件,下面的东西放里面,用我这张图片,叫back.jpg,跟这个文件放一个目录里(提交我用的普通的提交,js的自己弄吧):
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Search</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
.search{width:870px;height:52px;background:url("back.jpg") no-repeat scroll left transparent; border:none;}
.form{width:620px;height:30px;line-height:50px;margin-left: 7px;}
input{opacity:0.5;height: 23px;}
.input{width:410px;}
select{}
</style>
</head>
<body>
<div class="search">
<div class="form">
<form action="#">
<input value="搜索" class="input" type="text" name="search" onblur="if(this.value==''){this.value='搜索'}" onfocus="if(this.value=='搜索'){this.value=''}" >
<select>
<option value ="all" selected="selected">全部</option>
<option value ="one">一</option>
<option value="two">二</option>
<option value="three">三</option>
</select>
<input class="submit" type="submit" style="margin-left:20px;" >
</form>
</div>
</div>
</body>
</html>
google等,
淘宝好象也可以吧,你这个应该是用来淘宝搜索的吗?
如果只是你们自已开发的电子商务网站,那你得 找到做网站的人,让他帮你加上去. 有关联到后台数据库的,不可能光html/css 就能实现的.
但是不知道颜色的值 不好做图片