RLSinOP
11-29-2009, 11:55 PM
Is there a way to get the on-click pop-up (not mouseover) working for items displayed in a list? Per the instructions, I'm using:
<?php
$LIST=1;
$DF = "D - M d";
$template="monthly.php";
require ("calendar/calendar.php");
?>I'm using Wordpress and have the main calendar on it's own page and have this list in a sidebar, thus the need to "click" for details.
Thanks
<?php
$LIST=1;
$DF = "D - M d";
$template="monthly.php";
require ("calendar/calendar.php");
?>I'm using Wordpress and have the main calendar on it's own page and have this list in a sidebar, thus the need to "click" for details.
Thanks