为什么搜索加了浮动布局还是叠加状态?
以下是我写的代码:<p>
<img src="https://img.alicdn.com/imgextra/i2/1904363826/TB2lEiDaHH9F1JjSZFAXXba3VXa_!!1904363826.gif" alt=" 动态店招图.gif" />
<map name="Map">
<area shape="rect" coords="8,125,99,150" href="#">
<area shape="rect" coords="137,119,228,146" href="#">
<area shape="rect" coords="266,116,352,154" href="#">
</map></p>
<div style=" top:126px; left:700px; border:none; padding:0;width:160;" class="footer-more-trigger">
<form class="focus" name="SearchForm" action="https://shop136197656.taobao.com" method="get" target="_blank">
<input type="hidden" name="userId" value="" />
<input type="hidden" name="shopId" value="136197656" />
<input type="hidden" name="view_type" value="" />
<input type="hidden" name="order_type" value="" />
<input type="hidden" name="search" value="y" />
<input id="J_ShopSKey" name="keyword" type="text" class="text J_SEKeyword" value="" style="width:136px;height:19px; border:1px solid #01114f; float:left;">
<input type="image" src="https://img.alicdn.com/imgextra/i1/1904363826/TB2uVDfX.ifF1JjSszcXXc2qpXa_!!1904363826.png" border="0" widht="21" height="21" align="absmiddle" style=" float:left;">
</form>
</div>
然后放到淘宝的代码输入框里自动变成:
<p> <img src="//gdp.alicdn.com/imgextra/i2/1904363826/TB2lEiDaHH9F1JjSZFAXXba3VXa_!!1904363826.gif" alt=" 动态店招图.gif" /> <map name="Map"> <area coords="8,125,99,150" href="#" /> <area coords="137,119,228,146" href="#" /> <area coords="266,116,352,154" href="#" /> </map></p>
<div style="top:126px;left:700px;border:none;padding:0;" class="footer-more-trigger">这里把我设置的宽度自动隐藏了??
<form class="focus" name="SearchForm" action="//shop136197656.taobao.com/?scene=taobao_shop" target="_blank" method="post">
<input type="hidden" name="userId" value="" /> <input type="hidden" name="shopId" value="136197656" /> <input type="hidden" name="view_type" value="" /> <input type="hidden" name="order_type" value="" /> <input type="hidden" name="search" value="y" /> <input name="keyword" class="text -_-SEKeyword" value="" style="width:136px;height:19px;border:1px solid #01114F;float:left;" /> <input type="image" src="//gdp.alicdn.com/imgextra/i1/1904363826/TB2uVDfX.ifF1JjSszcXXc2qpXa_!!1904363826.png" align="absmiddle" style="float:left;" />
</form>
</div>
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
|
点赞26 哪些同学觉得很赞!
- lori棒棒糖 觉得很赞
- 昵昵妹 觉得很赞
- 潜意式 觉得很赞
- 龙猫1212 觉得很赞
- 大大大表哥 觉得很赞
- 依仔101 觉得很赞
- 西卡 觉得很赞
- 一品数码 觉得很赞
- 热爱生活热爱家 觉得很赞
- 我叫大帅比 觉得很赞
|
|
|