When opening calendar view of upcoming events using IE6 on Windows, the columns intersect the blocks on right side (or go off screen if no blocks). To view what I am talking about, please follow the link. Does not appear on Safari Mac OSX.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | shot_001.png | 12.15 KB | echos |
Comments
Comment #1
killes@www.drop.org commentedThis appears to be a css issue relating to IE only. I mark this as "postponed" as I have no means to test and change it.
Comment #2
echos commentedWhen do you think this will be addressed? I would like to solve this problem ASAP.
Comment #3
killes@www.drop.org commentedProbably never, if not somebody attaches a screenshot so that I can see what this is about. Please go to http://vdst.net/freiburg and try to get the described behaviour to reproduce there. then take a screenshot and post it here. Other sites might be ok, too.
Comment #4
media girl commentedYou might add some style handling in your CSS. For example, IE does not like 'em' sizing in tables and columns. I don't know what your CSS says (or doesn't say). You might try using px or even % to define your column/table widths to possibly address this.
Hope this helps! (If it does, please report back as these are easy fixes for future themes and CSS stylings.)
Comment #5
echos commentedThis only happens on when the rights side ia populated with boxes. I will get a screen shot for you.
Comment #6
echos commentedHere is the screen shot, Thanks.....
Comment #7
echos commentedWhat do you think about the screen shot? Is it okay, I would like to fix this soon.
Thanks....
Comment #8
echos commentedThis also happens in Drupal 4.5.0 and events with marvin as the theme.
Comment #9
killes@www.drop.org commentedI have spoken to people who do understand more about CSS than myself and they said that there isn't much that can be done about it. The content is just too wide. The same happens which many of Drupal's admin tables. What you could do is to "play" with the z-index and try to get the content to overlay the side bar instead.
Comment #10
doubtintom commentedIn the event.css you'll find
#event .event-calendar table {
width: 100%;
}
Change the 100 to 90 and the tables will fit in the content area using Internet Explorer.
There must be some better way which I have not yet discovered, as Drupal is handling wider tables (in administer, for example) just fine in IE. I haven't found out just where the table cell width of the content area is determined, but I'm still looking.
Next I'm going to decrease the font sizes so the table is not so overcroweded, especially when more than one event falls on the same day.