PDA

View Full Version : page placement issues


ktague
11-06-2004, 12:54 AM
I'm hoping someone can give me a little guidance with my installation.

When I'm in setup mode, there's a perfectly functioning version of the calendar displayed.

When I try to place the calendar on my site, it jumps all over the page when more than one rollover is performed.

Has anyone experienced this before?

It seems to be specific to IE (I'm on a Mac) Safari and Netscape seem to be working fine.

I don't think it's the browser though, because like I said, it seems to work fine in the setup tool - I think I have a problem in my html somewhere.

http://www.oceancharterschool.org/calendar/

ktague
11-06-2004, 02:13 AM
ok..fixed it.

these two items:


<?php $CSS=1; require ("showCalendar.php"); ?>
<?php $OL=1; require ("showCalendar.php"); ?>

needed to be placed within <head></head>

ve9gra
11-06-2004, 08:55 AM
I thought the OL needed to be within the <body> tag.... but hey... whatever works eh ? :)

Andrea W
11-06-2004, 10:14 PM
I tried your fix, but it doesn't work for me. My calendar still jumps down under IE on my Mac. Was cal.php the only place you made that change? What version of overLIB do you have?

I'm running Mac OS X 10.3.6 and IE 5.2.3 (5815.1).