Can anyone help me? I have a problem with my site. www.fun365.eu. In Firefox and Opera I can see the right column at it's place but in Internet Explore it is at the bottom of the page. I don't know what to do.
I haven't looked at your code, but you may have run into a float margin bug. Try adding display: inline; to your right column' style rules (no hack needed, just put it in there with the other styles) and see if it fixes the problem. If it doesn't, let me know and I'll take a look at your code. But beware, I'm anal-retentive about semantics and minimal markup, so I may end up deciding to fix the problem once and for all with a re-write if I feel it's necessary.