简体   繁体   English

IE中的CSS问题:侧边栏不会出现

[英]CSS Issue in IE: Sidebar Won't Appear

Having trouble diagnosing/fixing an issue on a website where the Wordpress sidebar won't appear in Internet Explorer (all versions). 无法诊断/修复网站上的问题,在该网站上Wordpress侧栏不会出现在Internet Explorer(所有版本)中。

Here's a link to one of the affected pages: 这是受影响页面之一的链接:

http://piiholozipline.com/tours http://piiholozipline.com/tours

In Firefox/Safari, the sidebar is visible. 在Firefox / Safari中,边栏可见。 In IE, it's hidden. 在IE中,它是隐藏的。

Try to do so this: 尝试这样做:

#content_box{
    position:relative;
}

.custom #sidebars {
    position: absolute;
    top:0;
    left:690px
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM