PDA

View Full Version : Problems w/ Picture Frame around Slide Show


PhotoByLeal
Aug-20-2008, 06:15 PM
Hello,

I would like to know why I am not getting a closed square around my slide show on my Home Page @ http://www.photobyleal.com/


here is the code for my bio on the slide show.




Another question, how do you change the box around the slide show like this page that I like or something close to it?
http://www.photoscapedesign.com/

I only see the top and left side of the square and not the right or bottom.
I would like to know, how do I just get the picture to show up in all black with a cool frame like photoscapedesign?

Any help would be appreciated.....

Angel

Barb
Aug-20-2008, 06:35 PM
Hello,

I would like to know why I am not getting a closed square around my slide show on my Home Page @ http://www.photobyleal.com/

Another question, how do you change the box around the slide show like this page that I like or something close to it?
http://www.photoscapedesign.com/

I only see the top and left side of the square and not the right or bottom.
I would like to know, how do I just get the picture to show up in all black with a cool frame like photoscapedesign?

Any help would be appreciated.....

Angel

Hi :)

I'm guessing you would rather do away with those borders on the homepage, since you have a border around your slideshow. If that's the case, add the following to your CSS:

#bioBox {border: none !important;}
#bioBox .boxBottom {border-left: none !important;}
#bioBox .boxTop {border-left: none !important;}

Photoscapedesign is actually my site. The border I have around my slideshow is a graphic and then placed using CSS. If you have a graphic or can create one that you want to use, we can help you place it around your slideshow :)

Add the above CSS and see what you think. I think you'll like it better :)

PhotoByLeal
Aug-20-2008, 06:55 PM
Thank you very much U ROCK! :bow

If you don't mind, I would love to get one but how do you create the cool border frame like that one?

Thanks Barb!

Barb
Aug-21-2008, 06:54 AM
Thank you very much U ROCK! :bow

If you don't mind, I would love to get one but how do you create the cool border frame like that one?

Thanks Barb!

Hi,

I actually did not create my graphic ... someone did that for me, so I'm not the best person to ask LOL. I'm sure a search on Google would find something. It's also possible that someone here would do one for you. Asking never hurts!

PhotoByLeal
Aug-21-2008, 04:02 PM
Thanks Barb....

Did you do the cool bullet point border around the nav bar, when you put the cursor or it?

How could I do something like that ?

Thanks....

Barb
Aug-21-2008, 04:12 PM
Thanks Barb....

Did you do the cool bullet point border around the nav bar, when you put the cursor or it?

How could I do something like that ?

Thanks....

For that, I just used CSS:

#navbar ul li a:hover {
color: #fff;
background-color: #000;
border-top: 2px dotted;
border-bottom: 2px dotted;
border-color: #00a5fe;
}

PhotoByLeal
Aug-21-2008, 05:09 PM
SWEET NIBBLETS! :ivar

For that, I just used CSS:

#navbar ul li a:hover {
color: #fff;
background-color: #000;
border-top: 2px dotted;
border-bottom: 2px dotted;
border-color: #00a5fe;
}

PhotoByLeal
Aug-22-2008, 07:51 PM
Barb,

Remember the problem I was having with the half a frame that I was having?
Why am I having it with the galleries at the bottom and when you also click on the gallery and it goes to the gallery?

Thanks,
angel m. leal jr.

Barb
Aug-23-2008, 06:49 AM
Barb,

Remember the problem I was having with the half a frame that I was having?
Why am I having it with the galleries at the bottom and when you also click on the gallery and it goes to the gallery?

Thanks,
angel m. leal jr.

Hi :)

That's part of the theme that you are using. If you want to remove those, add the following to your CSS:

.boxBottom {border: none !important;}
#smugmug {border: none !important;}

PhotoByLeal
Aug-23-2008, 09:01 AM
Markham was right!

Smugmug ROCKS! Thanks Barb....... :bow

angel m. leal jr.

PhotoByLeal
Oct-25-2008, 04:24 AM
Hello Barb,

Why is it that in IE the top dotted line on my Nav Bar does not show up like in Firefox or Safari?

thanks,
angel m. leal jr.