I’m creating a website, with a two column layout, done by tables. In the right column, I’m creating a flat calendar, using the following code:
This works great in FF, but it’s a disaster in IE. It doesn’t display in the right place, and even worse, in the left column of the table, there is a white box, the same size as the calendar, covering everything else.
By adding an ‘inline’ to the calendarId’s style, I could make the calendar at least position itself correctly, but the box remains.
I’m not sure if this is related, but without the ‘inlne’ attribute set to the div, the calendar in IE displays overtop of other items, even if it’s located in a different area.
some issues were fixed in the calendar. Please, try to use attached file instead of the original one. If the issue isn’t solved, please provide a sample to re-create the problem.