IE 中的 HTML CSS 下拉图像 - 下拉图标看起来在文本框之外有空格。
我创建了一个下拉菜单,用户可以在其中输入值和也选择值。 问题出在化妆品上。
使用的逻辑:
<tr>
<td align="right">
<input type="text">
</td>
<td>
<img border="0" src="dropdown.gif">
</td>
</tr>
这是链接 http://jsfiddle.net/LLPY7/1/
但是当这个在 IE 浏览器中呈现,它看起来不干净,下拉图标看起来在文本框之外,它们之间有一点空间 - 我已经尝试了很多东西,但它不起作用,任何 javascript/css/html 天才都可以帮助解决这个问题美容问题?所以它看起来应该是真的。
I made a dropdown where user can type in the value & also select the value.
Problem is with the cosmetics.
Logic used:
<tr>
<td align="right">
<input type="text">
</td>
<td>
<img border="0" src="dropdown.gif">
</td>
</tr>
Here is the LINK http://jsfiddle.net/LLPY7/1/
but when this is rendered in the IE browser, it doesnt look clean, the dropdown icon looks outside the textbox, it has a little space between them - I have tried many things but it doesnt work, any genius of javascript/css/html can help with this cosmetic issue? so it should look real.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
阅读第一条评论,您需要一个文档类型: http: //www.endyourif.com/margin-0-auto-not-centering-in-internet-explorer/
Read the first comment, you need a doctype: http://www.endyourif.com/margin-0-auto-not-centering-in-internet-explorer/