Javascript Mouseover Error
Hello, I am in the process of integrating EPC and its working great so far.
However I am having two issues that I think are boiling down to the same problem.
First off the test website is here :
http://www.northgeorgialiving.com/nglm/calendar
Problems:
1. The background/borders for the mouseover wont appear even though it is set in the admin section.
2. The mouseover is off to the right. This distance increases with browser width increasing.
I have checked through the forums. I could not find a fix trying all the things that other users had work for them.
Just so your aware here is my php snippet for the page:
Code:
<?php $CSS=1;
require("wp-content/calendar/calendar.php"); ?>
</head>
<body id="<?php echo $dir ?>">
<?php $OL=1;
require("wp-content/calendar/config.inc.php");
require("wp-content/calendar/calendar.php"); ?>
I added the config.inc.php require from another thread however it did not solve the issue.
Any ideas?
Thanks,
Joseph Rosenblatt
|