Hey, Currently designing and creating a website. The sidebar is ruined in every version of IE Website is ps3connect . com Obviously get rid of spaces where needed. Thanks in advance for any help! Been really lost with this lately and I cannot figure out what the problem is.
Seems like a "float" issue to me. This is kind of a common problem. Lookout for the #sidebar section in your site's theme's CSS file (wp-content/themes/zenko/style.css) There, try adjusting the width until everything appears normal.
I am getting some jquery script error while loading in IE 7. Better check that out first. if thats resolved, mayb you could proceed with css changes. Adding float to #sidebar and setting its width appropriately can solve your IE compatibility issue.
Thanks for the help guys. Would you mind telling me what script the error is coming from? I cannot replicate that on my IE. #sidebar { float:left; width:300px; } This is what i have for my sidebar. Adjusting this doesnt seem to do much. Putting float: right, ruins the site . And adjusting the width does as well..
I would agree its a float issue but hard to distinguish since you have all these clearing divs. Try this: <div id="content" width:96%;margin:0 auto//adjusts padding> <div id="left">float:left;width:50%</div> <div id="right">float:left;width:50%</div> </div> Code (markup):
Thank you very much for the compliment. Still no luck with IE fixing. So I posted an ad in the services area hiring someone to do it a long with a few other easy tasks. PM me if you are interested.