View Full Version : Caught up on something easy
livefreenski
Feb-18-2007, 04:35 PM
Got the slideshow and navabar down, but of course I can't change the background of my website. I'm looking to make nearly everything white. but have failed as you can tell that the background is still black.:rolleyes
Andy or Allen will you come dig me out of this whole once again thanks
Allen
Feb-18-2007, 04:44 PM
Got the slideshow and navabar down, but of course I can't change the background of my website. I'm looking to make nearly everything white. but have failed as you can tell that the background is still black.:rolleyes
Andy or Allen will you come dig me out of this whole once again thanks
.box {background-color: #FFFFFF;}
Just put it high enough in your CSS to take effect.
livefreenski
Feb-18-2007, 08:17 PM
thank you again for the help Allen
but i was unable to fix it i copy it exactly into the very top of my CSS box and still no result... any other ideas what could be causing this other then my terrible programming skills
Ty
Allen
Feb-18-2007, 08:57 PM
thank you again for the help Allen
but i was unable to fix it i copy it exactly into the very top of my CSS box and still no result... any other ideas what could be causing this other then my terrible programming skills
Ty
Ok, then remove that and add the green below.
#bodyWrapper {background-color: #FFFFFF;}
#bioBox {
margin: 0 auto;
text-align:center;
width: 700px;
height: 440px;;
border: none;
background: #FFFFFF !important;
}
livefreenski
Feb-18-2007, 09:27 PM
Once again I owe you folks here. thanks for you help and time.
Ty
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.