Hello!
Thank god I can attach files because this would be hard to explain. So, I have edited all the heights of the div section of the css file, theming my slider appropriately. In this example in the screenshot the thumbnail is 250px tall. Now all the div containers related to this are 250px tall +/- some padding.
Now as you can see in the screenshot, there is a call from element.style where it is bringing in a height of 325px and is creating a layer that extends down over other content (making it unclickable). The kicker is that this is transparent in Firefox/Safari/Chrome but the added space below the thumbnail is just a black box in IE.
Can you help? I can't figure out where this call is coming from and it really is the very last hurdle for me functionality wise. I've been looking for a controllable slider sometime and your module really has everything I need.
Any immediate ideas?
Thanks!
-Ben
| Comment | File | Size | Author |
|---|---|---|---|
| slider_issue.JPG | 121.4 KB | raiyne |
Comments
Comment #1
butler360 commentedI found the exact same issue. I just added this to my theme's CSS to fix it:
Just put whatever the height of your image is in there.