Bumping this up, still having issues with IE completely screwing up the sidebar style. Any help would be appreciated.
Any comments would be appreciated. I have done a search and seen nothing similar to this. Looking for any assistance before I scrap the theme and go looking for another.
Thanks,
Dan
Remove the login requirement. While is there nobody bothers to take a look at it – if it is more than a click. Give a working link (h t t p :// etc.!) and let them see what the problem is.
I haven’t looked at the page in IE, but I really don’t need to. The box model in IE doesn’t conform to standards, and it bites a lot of people in the butt. I suspect this is your problem. However …
If you remove the login requirement, you can use http://validator.w3.org/ to make sure you don’t have coding errors. Best rule that out first.
An other thing you can do is install this > http://ie7.sf.net. It’s basically javascript that fixes all the errors Internet Explorer has with it’s rendering. The only penalty is speed, in that Firefox renders faster than IE with javascript assist.
Ok I removed the login and here is the link to the page.
http://www.hlcmarketingcorner.com
I tried the IE7 patch and did not seem to make any drastic changes. Looking at validation now
Well, it looks mostly correct in the Internet Explorer beta. (I don’t have 6 anymore). I notice you’re missing some <ul> type stuff. The missing alt attributes shouldn’t affect display, but it would be good to include them. Fix up the tags for your lists and see if that solves your problem.
Also, I thought the ie7 javascript tag needed to be in the within head. You have it in body. I’m not certain if it works where you’ve put it. And I also don’t see the js files on your server. Not going to work without them!