View Full Version : Trying to change background color
cerevisia
Nov-23-2007, 06:33 AM
Could use help with two problems.
When I move my curser over the slide show I see a very small white dashed box going around the inside part of my frame. Can I make that go away?
When I hit my galleries nav button it takes me to Gallery Categories. Here I have a gradient background color. I’ve tried several guesses how to change the color but with out any luck.
Have spent the last several hours reading different threads in search of these answers but still no luck. Came across one thread that has 236 pages. Went through it all last night. Found some interesting stuff.
Oh and one more. Why Notepad and not Word when saving?
http://cerevisia.smugmug.com/galleries
Brian
Allen
Nov-23-2007, 07:38 AM
Could use help with two problems.
When I move my curser over the slide show I see a very small white dashed box going around the inside part of my frame. Can I make that go away? I don't see this using Firefox?
When I hit my galleries nav button it takes me to Gallery Categories. Here I have a gradient background color. I’ve tried several guesses how to change the color but with out any luck. What background? The dark gray in the category box or page background?
#categoriesBox .boxBottom {
border: none;
background: none !important;}
Have spent the last several hours reading different threads in search of these answers but still no luck. Came across one thread that has 236 pages. Went through it all last night. Found some interesting stuff.
Oh and one more. Why Notepad and not Word when saving? A word processor like Word adds all kinds of overhead/control codes/crap
and notepad just saves the pure text.
http://cerevisia.smugmug.com/galleries
Brian
cerevisia
Nov-23-2007, 09:23 AM
Good afternoon Allen.
Yes I’m trying to get rid of the grey background and replace it with
{background:#778899;
What you gave me will delete the grey box that the Galley Category pics are seen in but I need a little bit more to add a different color, {background:#778899;
} I’ve been playing around with what you gave me, adding the above but no luck yet.
I do not wish to change the page background color.
Found this on page 64 of the Shizam's Flash Slideshow where some one else had a problem with small white border lines and you and another person replied, “Got it from your site.
You are specifying:
oParams.borderThickness = '10';
oParams.borderColor = 'ffffff';
which will put a thin white border around your slideshow (is this what you're tyring to avoid? I would change to:
oParams.borderThickness = '0';
and see if that gets rid of the border.”
Your reply was to this person with the white lines was, Add this to your CSS.
#bioBox.box,
#bioBox .boxBottom,
#bioBox .boxTop {
border: none !important;
}
I do not have IoParams.borderThickness = '10'; any where in my bio and when I add it the white lines remain.
I tried both and no luck with the small dashed white lines in my slide show.
I’ve created a short cut on my desktop for Notepad and am constantly saving things to it now.
http://cerevisia.smugmug.com/
Brian
Allen
Nov-23-2007, 09:46 AM
Good afternoon Allen.
Yes I’m trying to get rid of the grey background and replace it with
{background:#778899;
What you gave me will delete the grey box that the Galley Category pics are seen in but I need a little bit more to add a different color, {background:#778899;...
You have a category box displayed and not the galleries box. So add
the categories box to this and it looks like !important is needed.
#categoriesBox .boxBottom,
#galleriesBox .boxBottom {background:#778899 !important;
}
cerevisia
Nov-23-2007, 09:57 AM
Thanks, that did it.
Brian
cerevisia
Nov-23-2007, 02:42 PM
When I bring my curser over my slide show a very small border of white lines appear inside my slide show. The white borderlines are as wide as my pictures and as tall. Along with these lines I get a box that appears that says, “ Click to activate and use this control”. There is not a filmstrip on the bottom and no controls for them to use. If I left click once the white lines disappear. On a second click I get bumped out of the home page and end up at Smugmug home page.
Anyone have any thoughts on this.
Brian
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.