[jQuery] jQuery Cycle - onBefore? onAfter?
I am using this plugin for my portfolio site. I use it quite often,
but am stumped and hoping someone can help.
Each slide is a div which contains an image + a reflection (using
reflection.js - it wraps the image and its reflection in a div), and
then a div with a description.
Here is the URL- http://maryahayne.com/web.htm
I need the description div to be higher in the stacking order and
float over the reflection. In IE6 and 7 (only - it works in all
others), this last div, called '.desc', goes under the reflection
(which is an img to IE) , but ONLY AFTER THE FIRST SLIDE. The first
slide looks fine when the page first loads. After that, on repeat, it
does not work correctly.
Seems that an onBefore or onAfter callback is required, but not sure
which one or how to implement in this case
All CSS is in the source of the page, or I can post it if you want.
Any help will be MUCH appreciated.
Cheers,
Mary