View Full Version : Slideshow Border
Aaron Jors
Sep-22-2007, 09:48 AM
I would like to ad a black border to my slideshow, how can I do that?
Thanks.
Allen
Sep-22-2007, 04:47 PM
I would like to ad a black border to my slideshow, how can I do that?
Thanks.
Add the bold. You can change the border type solid it you don't like ridge.
#bioBox {
text-align: center;
background: none;
margin: 0 auto;
border: 8px ridge #000;
height: 425px;
width: 680px;
}
#ssSlide {
margin-top: 10px;
}
An option if you'd like your nav to coordinate.
#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
color: #999999;
background-color: #020202;
border: 3px ridge #000;
}
Aaron Jors
Sep-23-2007, 06:45 AM
Allen, am I replacing anything with this or just adding it?
Allen
Sep-23-2007, 07:08 AM
Allen, am I replacing anything with this or just adding it?
I edited my last post adding the color. Add the red parts. The other parts
are existing.
Aaron Jors
Sep-23-2007, 06:28 PM
Allen, works great exactly what I want. There is only 1 problem that I am running into which is that the pictures don't fill the box. I uploaded a picture (the one of the ducks) which is exactly 680 pixels wide thinking that the picture size might be the problem but as you can see that didn't help.
Is there any way to make it so the black border always matches up with the picture?
Allen
Sep-23-2007, 08:47 PM
Allen, works great exactly what I want. There is only 1 problem that I am running into which is that the pictures don't fill the box. I uploaded a picture (the one of the ducks) which is exactly 680 pixels wide thinking that the picture size might be the problem but as you can see that didn't help.
Is there any way to make it so the black border always matches up with the picture?
I would create a new private gallery just for the slideshow and add all the
show photos in there. Then you could put special ones in there all the same
size and then frame would fit them all.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.