样式<选择>IF IE 7 语句中的标记选择>
我意识到 IE 对表单下拉列表中的 CSS 样式不太友好。在我在这里构建的页面上: http://vpointproducts.com/html-code/clinique-css.html
我正在尝试将 IE7 中的下拉菜单修复为与 FF、Saf 和 Chrome 中显示的高度相同。然而,我在 CSS 中使用的使其在这些浏览器中工作的图像仍然出现在 IE 7 中。我试图在 IE 7 中包含一个 if 语句来解决这个问题,但我没有运气。我使用的 CSS 在这里: http://vpointproducts.com/html-code/clinique-stylesheet.css
I realize that IE is not as friendly with CSS styles on the dropdown in a form. On a page I am building here:
http://vpointproductions.com/html-code/clinique-css.html
I am trying to fix the dropdowns to be the same height in IE7 as it appears in FF, Saf, and Chrome. However, the image I am using in the CSS to make it work in those browsers is still appearing in IE 7. I am trying to include an if statement for IE 7 to fix this issue but I am having no luck. The CSS i am using is here:
http://vpointproductions.com/html-code/clinique-stylesheet.css
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用条件注释来仅针对 IE7
将其放在文档的头部。
更多信息请参见:http://msdn.microsoft。 com/en-us/library/ms537512(v=vs.85).aspx
You could use conditional comments for targeting just IE7
Place this in the head of your document.
More info here: http://msdn.microsoft.com/en-us/library/ms537512(v=vs.85).aspx