On-Click Popup - List
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 Code:
<?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
|