AJLX Posted July 15, 2013 Share Posted July 15, 2013 Hey Guys, I want to create a calendar. For this calendar I would like several features. A) In this calendar I want to be able to add events that last several days. I would like the calendar to show the event as a clickable coloured bar that spans the length of the event. B) When a new multi day event is added, I want it to appear underneath any other events that might already be occuring on these days. My project is currently here at: www.zeal.ajlx.co.uk. I'm not asking for you guys to write all the code for me, but some hints, tips, and ideas would be much appreciated! Many thanks! AJLX Link to comment https://forums.phpfreaks.com/topic/280180-php-calendar-help/ Share on other sites More sharing options...
jcbones Posted July 15, 2013 Share Posted July 15, 2013 Most of what you are asking about is simple design: For the multi-day events, I would make a div then use css to overlay it over the days. Getting the multi-days to lay underneath single days is just a matter of data ordering. Link to comment https://forums.phpfreaks.com/topic/280180-php-calendar-help/#findComment-1440839 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.