It's probably really simple, but I'm lost on this one.. plus, I'm tired as hell... http://illogicalmind.com/ The right sidebar seems to scoot over to the left by several pixels in IE, but looks just fine in Firefox. style.css is here. While I know a little bit of what I'm doing, I'm still a pretty big newb to CSS, and my coding is probably messy, and certainly isn't compliant in its current state. Any help would be appreciated, thanks.
At a glance, just use an IE only conditional comment to position the sidebar 10px or so to the left (talking IE7 here, IE6 has a fair few problems)
Yes, there's still several fixes I need to do for IE6. I'm just touching IE7 here. Thanks, I'll try that.
It would be better if you could pinpoint first the source/s of the problem. I wouldn't advise resorting to hacks by default, it's only a quick fix solution and very lazy way of approaching the problem.
Eventually, I'll try to find the source.. but right now everything I try ends up looking messed up in either of the browsers..