KurtWagnerOne / wp-constructor

Automatically exported from code.google.com/p/wp-constructor
0 stars 0 forks source link

Sidebar Not Appearing in IE #194

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Opening Site with IE9
2.
3.

What version of the ... are you using?
1. Wordpress: Latest
2. Constructor: 1.6.5
3. PHP: 5+
4. Browser: IE 9 (Working fine in firefox and chrome)
5. OS: XP, Win7

What URL of your blog(s)?
1. http://safegraffitiremoval.ie

Please provide any additional information below.

Everything listed above will reproduce the issue. The theme was customised to 
match the style of the previous cms. Border radius are created with moz-kit so 
I'm wondering if there's something in the CSS that needs to be appended in 
order to display the sidebar properly in IE 

Original issue reported on code.google.com by vin.furl...@gmail.com on 11 May 2012 at 10:39

GoogleCodeExporter commented 8 years ago
.layout-right #container {
border-right: none !important;
}

Original comment by AntonShe...@gmail.com on 11 May 2012 at 11:01

GoogleCodeExporter commented 8 years ago
Appologies, It's actually an issue in chrome also

Original comment by vin.furl...@gmail.com on 11 May 2012 at 11:01

GoogleCodeExporter commented 8 years ago
Excellent, that did the job for chrome but I'm still having the issue with IE9

Original comment by vin.furl...@gmail.com on 11 May 2012 at 11:04

GoogleCodeExporter commented 8 years ago
Ok Anton, It worked perfectly. I added some UX compatability to the meta in the 
head before I implemented your snippet. I deleted it and it seems to have done 
the trick.

Thanks very much for such a quick response and for getting this issue sorted.

Appreciate it

Original comment by vin.furl...@gmail.com on 11 May 2012 at 11:06

GoogleCodeExporter commented 8 years ago

Original comment by AntonShe...@gmail.com on 11 May 2012 at 11:33