javascript - Creating a calendar control using CSS: How to auto layout events -


i'm creating javascript based calendar control, when showing single day needs list events occuring. i'd use css float:left in order browser automatically layout events.

i'd events automatically stack, float far left when possible. stack if there overlap event.

however i'm having problems, looks this:

alt text

this result want achieve:

alt text

how can achieve effect using float?

have tried using "clear:both;" css style attribute block green element?

also, may find created jquery plugin fullcalendar serve needs.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -