View Full Version : A Very Quick Question
911 Dispatcher
Oct-22-2008, 03:32 PM
I need to know where to look for the thread that explains how to put borders around your gallery index pages and if possible around your gallery slideshows. The only one I have found so far is how to put them around regular galleries.
www.adpphotostudio.com (http://www.adpphotostudio.com)
Thanks!
jfriend
Oct-22-2008, 05:18 PM
I need to know where to look for the thread that explains how to put borders around your gallery index pages and if possible around your gallery slideshows. The only one I have found so far is how to put them around regular galleries.
www.adpphotostudio.com (http://www.adpphotostudio.com)
Thanks!
Lots of dgrin search results on that topic here (http://www.google.com/search?hl=en&q=borders+slideshow+site%3Adgrin.com&btnG=Google+Search&aq=f&oq=).
Allen
Oct-22-2008, 05:19 PM
I need to know where to look for the thread that explains how to put borders around your gallery index pages and if possible around your gallery slideshows. The only one I have found so far is how to put them around regular galleries.
www.adpphotostudio.com (http://www.adpphotostudio.com)
Thanks!
Can you provide a direct link to the two pages? Having trouble understanding
exactly what type pages.
911 Dispatcher
Oct-22-2008, 06:33 PM
Can you provide a direct link to the two pages? Having trouble understanding
exactly what type pages.
Thanks Al,
Here ya go.
http://adifferentperspective.smugmug.com/gallery/5821596_FLNuo
Allen
Oct-22-2008, 07:12 PM
Thanks Al,
Here ya go.
http://adifferentperspective.smugmug.com/gallery/5821596_FLNuo
That is a slideshow style gallery and the only border I think you could add is
around the whole show not individual slides.
.gallery_5821596 #gallerySlideShowSWF {
border: 4px double #666;;
}
Remove this javascript from your CSS, probably goes in your footer javascript.
function delHover() {
imgTags = document.getElementsByTagName("img");
for (i=0; i<imgTags.length; i++) {
imgTags[i].title = "";
imgTags[i].alt = "";
}
}
911 Dispatcher
Oct-22-2008, 07:57 PM
That is a slideshow style gallery and the only border I think you could add is
around the whole show not individual slides.
.gallery_5821596 #gallerySlideShowSWF {
border: 4px double #666;;
}
Remove this javascript from your CSS, probably goes in your footer javascript.
function delHover() {
imgTags = document.getElementsByTagName("img");
for (i=0; i<imgTags.length; i++) {
imgTags[i].title = "";
imgTags[i].alt = "";
}
}
Al,
YOU ROCK!! THAT IS EXACTLY WHAT I WAS WANTING TO DO.
Now, How do I get the pictures to stay centered?
Allen
Oct-22-2008, 08:21 PM
Al,
YOU ROCK!! THAT IS EXACTLY WHAT I WAS WANTING TO DO.
Now, How do I get the pictures to stay centered?
Vertically you get what the flash show gives you, don't know of anyway to change it.
911 Dispatcher
Oct-22-2008, 08:27 PM
Vertically you get what the flash show gives you, don't know of anyway to change it.
Al, thank you for all your help, I GREATLY appreciate it!!
Benn
911 Dispatcher
911 Dispatcher
Oct-22-2008, 08:59 PM
AL,
What syntax do I use for to put the bourder around a journal page? I tried what I thought was right but no luck!!
Can you help me quickly again?
Thanks,
Benn
Allen
Oct-22-2008, 09:15 PM
AL,
What syntax do I use for to put the bourder around a journal page? I tried what I thought was right but no luck!!
Can you help me quickly again?
Thanks,
Benn
Around the whole page or part of it? Maybe this?
#journal {border: 4px solid red;}
or
.journal {border: 4px solid red;}
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.