View Full Version : Filmstrip - move the strip to the bottom
kararue
Dec-03-2008, 06:09 PM
Hi,
In filmstrip mode, can I have the big photo up top and the strip on the bottom?
Thanks in advance for any help!
jfriend
Dec-04-2008, 08:23 AM
Hi,
In filmstrip mode, can I have the big photo up top and the strip on the bottom?
Thanks in advance for any help!
You can try this CSS and see how it works for you:
#filmstrip {position:relative;}
#filmstrip #caption_bottom {margin-top:150px;}
#moveWrapper {
position:absolute;
}
.filmstrip.Small #moveWrapper {top:450px;}
.filmstrip.Medium #moveWrapper {top:600px;}
.filmstrip.Large #moveWrapper {top:700px;}
kararue
Dec-04-2008, 03:21 PM
You can try this CSS and see how it works for you:
#filmstrip {position:relative;}
#filmstrip #caption_bottom {margin-top:150px;}
#moveWrapper {
position:absolute;
}
.filmstrip.Small #moveWrapper {top:450px;}
.filmstrip.Medium #moveWrapper {top:600px;}
.filmstrip.Large #moveWrapper {top:700px;}
thanks! I tried it and it worked but once I saw it, I think I prefer the top bar.
vBulletin® v3.8.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.