I’ve created a calendar in flash that is meant to overlay over the website (lightbox style). I’m having a few issues, such as IE6 hating position:fixed which I’m pretty sure I can manage to fix.
http://www.mufasafoundation.com/Even…s-overlay.html and click on the calendar at the bottom.
and the source can be found at http://www.mufasafoundation.com/Events/calendar.fla
I know the code is a little messy but I’ve done it in a hurry.
But my big issue is with the varying results of the calendar working correctly. Some people are unable to click on the event for April 8th (which should highlight blue on rollover and when clicked tween into a slimmer view to display event info). Not sure why but I can’t recreate it on my computer.
I’ve also had issues with the movement from full to slim size when an event is clicked. Sometimes it decreases in size but doesn’t shift to center, sometimes it only decreases/increases part way, sometimes only the close button moves/doesn’t move, etc. I thought it was a load issue but it does it locally as well. Perhaps an event handler is preventing the tween from completing correctly? I don’t know.