Look at this pic. One thing I noticed is how the multi day events span multiple table cells. Any idea how to do this. specially how the text spans multiple cells. the background image is just one large image that is shifted using css background position. But how is that text spanned.
nevermind just checked out Google Calendar. the text is generated via javascript and just positioned it so it looks like spanning. Its all millions of Divs not table This is kinda hard to do. :S
I did some calendar stuff with divs and spans.... (actually, it turns out it was really a definition list) It showed chunks of data one week at a time, but i'm sure you could stack it for a month--I'll send it to you later today.