IE 中的 HTML CSS 下拉图像 - 下拉图标看起来在文本框之外有空格。

发布于 2024-12-11 00:44:51 字数 468 浏览 0 评论 0原文

我创建了一个下拉菜单,用户可以在其中输入值和也选择值。 问题出在化妆品上。

使用的逻辑:

 <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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

默嘫て 2024-12-18 00:44:51

阅读第一条评论,您需要一个文档类型: http: //www.endyourif.com/margin-0-auto-not-centering-in-internet-explorer/

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”   “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>

Read the first comment, you need a doctype: http://www.endyourif.com/margin-0-auto-not-centering-in-internet-explorer/

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”   “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文