[jQuery] superfish and lightbox dont work together
hi,
as soon as i fill my header the required data for lightbox.
<script type="text/javascript" src="lightbox/js/prototype.js"></
script>
<script type="text/javascript" src="lightbox/js/scriptaculous.js?
load=effects"></script>
<script type="text/javascript" src="lightbox/js/lightbox.js"></script>
<link rel="stylesheet" href="lightbox/css/lightbox.css" type="text/
css" media="screen" />
I loose the config commands
autoArrows: true, // disable
generation of arrow mark-up
dropShadows: true // disable
drop shadows
my arrows and my dropshadow disappear.
I have discovered that this line makes them disappear.
<script type="text/javascript" src="lightbox/js/prototype.js"></
script>
The script itself does work fine.
has anybody already encountered and solved that problem?