Update! I hear a lot of problems in this layout with some plugins. I guess this has something to do with your plugin using clear: left; or clear: both; in its CSS. I recoded this layout using relative positioning instead of float. This and subpage support have been added in version 1.1.x.
neoyinyan
Member
Posted 4 years ago #
Hi, beautiful theme, luv it. But the side bar skews al the way to the right or incorrectly in IE6. All other browser seems to be fine. Can you please direct me in the right direction.
Thanks
zhudachang
Member
Posted 4 years ago #
Yes, I have the same problem with the theme in IE 6.0.
Is there any fix available or hints how to fix it?
Thanks for this great theme.
Hello, this is a IE 6 bug (obviously). I was able to find a fix for it. Explanation of the fix is from http://www.positioniseverything.net/abs_relbugs.html.
I will include the fix in my new release.
All you need to do is a conditional comment in header.php below the current <![endif]-->
<!--[if lt IE 7]>
<style>
#pageinner {zoom: 1;}
</style>
<![endif]-->
You may preview the fix at http://pure-essence.net/wp-themes/
lailahmorid
Member
Posted 4 years ago #
I added that and it didn't fix my blog. Now I found another bug! It's not posting properly.
I haven't heard anything about it not posting properly from anyone else. Please describe your issue in details.