我在 dermatologytech.org/ 上工作,并且尽可能地将标记作为 W3 有效。当我在 Internet Explorer 中查看该站点时,它显示不正确,按钮一直向上显示。见下图。此外,导航在 FireFox 中移动。见第二张图。任何援助将不胜感激。
2 回答
嘿,现在你可以轻松地做到这一点,只需定义
css文件中滑块div 的最小高度。
像这样
.slider{
min-height:266px;
}
Can you post the CSS and PHP index (or maybe part) to help you troubleshoot? There might be a problem with your positioning as Internet Explorer does not support all CSS tags. I tried using IE 8 on your site and the output is okay. So maybe check your CSS file and look for CSS tags that are incompatible with IE 7 and look for a workaround. Check this out : http://msdn.microsoft.com/en-us/library/bb250496%28v=vs.85%29.aspx and this : http://www.quirksmode.org/css/contents.html
These sites may help you find what makes your layout change on IE.