Active
Project:
Rotor Banner
Version:
6.x-2.2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
5 Nov 2009 at 13:28 UTC
Updated:
8 Dec 2010 at 17:28 UTC
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
Comment #1
phosgen commentedComment #2
mrfelton commentedNot currently, though I think this may be a welcome addition.
Comment #3
phosgen commentedThx for the answer. Would be great to have this feature implemented sometime.
Comment #4
clintcar commentedI'd be very happy to see this, would be nice to be able to easily use this as a slideshow with caption. great work!
Comment #5
wiredescape commentedOne 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!
Comment #6
john.kenney commentedBefore 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.