View Full Version : firefox vs safari behavior
chrisvw
Feb-13-2009, 06:02 AM
just when i thought i was done customizing ran into a few snafus
in safari my nav bar lines up on the left. in firefox its centered
my gallery used to be black...now its white...looks horrible
the background in my slideshow was all black..now is a shade of black...
any ideas on how to correct please. thanks. chris
http://chrisvw.smugmug.com/
thanks. Chris
jfriend
Feb-13-2009, 06:39 AM
Add a missing closing brace on this rule:
#my_banner {
width: 331px;
height: 101px;
margin: 0 auto;
background: url(http://chrisvw.smugmug.com/photos/472164484_5sD2n-O.png) no-repeat;
}
chrisvw
Feb-13-2009, 06:58 AM
Add a missing closing brace on this rule:
#my_banner {
width: 331px;
height: 101px;
margin: 0 auto;
background: url(http://chrisvw.smugmug.com/photos/472164484_5sD2n-O.png) no-repeat;
}
Hi Jfriend....thanks for your willingness to help...that moved the nav to the left in both browsers...
still having issues with gallery...need it black...weird..
jfriend
Feb-13-2009, 07:15 AM
Hi Jfriend....thanks for your willingness to help...that moved the nav to the left in both browsers...
still having issues with gallery...need it black...weird..
Now get rid of this extra closing brace:
body {
background-color: #000000;
}
}
CSS is essentially a form of programming language and it's very, very sensitive to using the exact syntax. Different behavior in different browsers is sometimes caused by how browsers handle error situations differently.
chrisvw
Feb-13-2009, 07:28 AM
so last question...what would cause my gallery to go from black...ie nice looking...to white....horrible looking....thanks. chris
jfriend
Feb-13-2009, 07:34 AM
so last question...what would cause my gallery to go from black...ie nice looking...to white....horrible looking....thanks. chris
The .galleryPage part of this CSS rule is causing your white background color:
/*===Removes Box Background===*/
.galleryPage,
.boxBottom,
.boxTop,
.box
{background: none !important;}
I don't know what you were trying to accomplish with that, but if you remove that .galleryPage line, your galleries go back to a black background.
chrisvw
Feb-13-2009, 08:24 AM
thanks John.
that did the trick...appreciate it alot. i had been given that line of css, obviously was not working so thank you.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.