Hi all, quite strangely, I can't seem to get the latest version of
Lightbox to work with
FX.Slide.
I currently have the following in my <head> tag:
PHP Code:
<script type="text/javascript" src="support_files/skins/v1/js/prototype.js"></script>
<script type="text/javascript" src="support_files/skins/v1/js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="support_files/skins/v1/js/lightbox.js"></script>
<script type="text/javascript" src="support_files/skins/v1/js/mootools.js"></script>
<script type="text/javascript" src="support_files/skins/v1/js/slide.js"></script>
As it is there, the two scripts conflict somehow, and FX Slide stops working. I know it's to do with the first three lines of code, simply, in that if I comment them out, FX Slide continues to work as normal.
Does anyone know of this, or how to get around it?