Oh yeah I've seen that problem before. It's such a common problem it's even been given a name which is
"IE6 !@#*ING SUCKS"
Um excuse me just venting some frustration. What I'm guessing is happening is the calender will be one or two pixels wider than the specified content area. You will be able to fix this in the template.
You could try and mean try (I haven't looked at the HTML so not too sure what to expect)putting this bit of code directly after the content div
| Code: |
<span style="clear: right;" />
|
If that doesn't work you can do a IE6 specific css template. Post back if you need to know how to put a IE6 css template in.