淘宝首页店招上的搜索框怎么弄的
发布网友
发布时间:2022-04-27 05:15
我来回答
共2个回答
热心网友
时间:2022-06-26 19:33
教程代码如下所示:
<table background="店招图地址" width="950" height="100" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="687">
<span style="color:rgb(0,0,255);"><br />
</span>
</td>
<td width="220">
<span style="color:rgb(0,0,255);"> </span>
<p> </p>
<p> </p>
<span style="color:rgb(0,0,255);"> </span>
<form action="店铺网址" method="post" style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;padding-top:0px;" target="_blank">
<input name="baobei_type" type="hidden" /> <input name="keyword" style="line-height:16px;width:100px;font-size:12px;" /><span style="font-family: "microsoft yahei";"><span style="color: rgb(255, 255, 255);"><input style="border-bottom:medium none;border-left:medium none;padding-bottom:1px;background-color:#8986FB;margin:0px;padding-left:10px;padding-right:5px;color:#FFF;font-size:12px;border-top:medium none;border-right:medium none;padding-top:3px;" type="submit" value="搜索" /></span></span>
</form>
</td>
<td width="43">
</td>
</tr>
</tbody>
</table>
热心网友
时间:2022-06-26 19:34
首先还是准备好图片,photo中设计好,店招图片(950*120或950*150),搜索图片,并将搜索图片切片分为搜索框和搜索按钮,搜索框大小根据设计可以自定。
将店招图片,搜索框图片,搜索按钮图片上传到店铺图片空间中,并复制粘贴保存好图片地址。
打开,Macromedia Dreamweaver 8,新建HTML文档,菜单栏点击插入—图像,在URL处粘贴店招图片,注意图片地址如果是https://的需要去掉s,改为http://,否则图片打不开。
<div class="most-footer footer-more-trigger" style="width:auto;border:none 0;padding:0;width:950px;height:150px;border:none;padding:0;top:auto;left:auto;background-color:transparent;">
<div class="most-footer footer-more-trigger" style="width:auto;border:none 0;padding:0;width:950px;height:150px;left:auto;top:auto;border:none;padding:0;overflow:hidden;background-color:transparent;">
<div class="most-footer footer-more-trigger" style="width:auto;border:none 0;padding:0;height:150px;width:950px;top:auto;left:auto;background-color:transparent;">
<div style="background-color:transparent;background-image: url(此处插入店招链接在括号内);background-repeat:no-repeat;height:150px;width:950px;position: relative;">
<div class="most-footer footer-more-trigger" style="border:0;padding:0;background-color:transparent;white-space:nowrap;color:#ffffff;left:202px;top:93px;height:23px(此处为搜索框位置,可根据实际需要调整,括号内为说明,连括号删除);width:auto;z-index:2;">
<form action="//shop14259648(此处改为自己店铺名称,即淘宝首页,括号内内容说明,连括号删除).taobao.com/search.htm" method="post" target="_blank" style="padding:0px;margin:0px;">
<input name="keyword" value="" style="float:left;line-height:23px;font-size:12px;width:102px;height:23px;background:url(此处插入搜索框图片链接括号内) no-repeat left top;border:none;" /><input type="submit" value="搜索" style="float:left;background:url(此处插入搜索按钮图片链接在括号内) no-repeat left top;width:22px;height:23px;cursor:pointer;border:none;text-indent:999px;overflow:hidden;" />
</form>
</div>
</div>
</div>
</div>
</div>
</div>
插入上述链接后,Macromedia Dreamweaver 8内生成格式为下图,跟实际的效果不是很一致,不过没关系,复制所有代码。
到淘宝店铺装修,店招编辑处选择自定义招牌,点击源码按钮,在输入框中粘贴代码,粘贴后再点击一下源码按钮,生成如下图片,点击保存。
7
保存后,发布,就可以看到店招内出现搜索框了。之后可根据需要编辑代码调整搜索框的位置。