Posted by phosgen on November 5, 2009 at 1:28pm
Jump to:
| Project: | Rotor Banner |
| Version: | 6.x-2.2 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | mrfelton |
| Status: | active |
Issue Summary
Is there a way to implement a feature ton get the Text(that only is shown when no image is provided) to show p.a. right next to the image or beneath it ?
Best Regards
Phos
Comments
#1
#2
Not currently, though I think this may be a welcome addition.
#3
Thx for the answer. Would be great to have this feature implemented sometime.
#4
I'd be very happy to see this, would be nice to be able to easily use this as a slideshow with caption. great work!
#5
One method to display an image and text is to include both in the textarea and use CSS to position.
My first reaction was to pass on the module until I investigated further. Hope this helps others.
Thanks for the module. Easy to install and use!
#6
Before seeing this thread, I have done as suggested in #5. It works and I can display stylized text with an image background. Among other CSS, this involves using z-index to get text to show above image.
But there's a small problem: if you don't assign z-index just so, then you get all text loading at once on top of the first image at initial page load. Solution is to create a special class for the first image and the first text in the cycle. Give both of these z-index higher than z-index for the rest of the images (but text has to be higher than image to get it to show above the image).
Once you get the z-indexes done right for the default panel vs. first panel, it works fine.
Hopefully that's clear enough.