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:

this result want achieve:

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
Post a Comment