PDA

View Full Version : loading calendar at the end ?


chris_nl
05-15-2006, 05:46 AM
Hello,
I am using a javascript to align my divs.
But if it load the calendar first, i get a error in my browser,
because the css properties haven't loaded yet, so the
browser width is not defined at that moment.

I would like the webpage to build up everything. And at the
end to load the calendar. Is this possible?
And how would i start doing this?

http://www.webdesign-cs.com/le-ri-crystal/zaalverhuurx.php

(here you can expierence the error)

Regards,
Chris.

Brian
05-15-2006, 09:22 AM
Not sure what to suggest (as this is a bit beyond general calendar support)...

Have you considered using an body tag onload javascript action? (That's the only think I can think that will load something after the page is loaded).