neonick5647
06-19-2004, 01:07 AM
I used css on my page. I want to know how to change the background of the left column only. Can someone please help me?!?!? :)
|
View Full Version : Please Help Me!!!!!!!! neonick5647 06-19-2004, 01:07 AM I used css on my page. I want to know how to change the background of the left column only. Can someone please help me?!?!? :) Dude128 06-19-2004, 03:22 AM I'm assuming you mean you used different divs for the content? if so, each one probably has a unique id. in the CSS under that id (indicated by a # then the name), add background: #[hex code]; neonick5647 06-19-2004, 03:35 PM it didn't work! I think i will just switch to tables its easier........ westernrider 06-19-2004, 04:11 PM well, maybe you could show us your code before you switch to tables. You might have just put it in the wrong spot. neonick5647 06-19-2004, 04:50 PM #left { #[#66FF00]; position: absolute; left: 5px; padding: 0px; top: 0px; width: 150px; neonick5647 06-19-2004, 04:55 PM that is part of the codes i have^^^^^^^^^ kittycat 06-19-2004, 05:53 PM Your first line should be changed so it looks like this.. background-color: #66FF00; neonick5647 06-19-2004, 06:46 PM thanks! ill try it....... neonick5647 06-19-2004, 06:48 PM YAY! It finally worked!!!!! Thank you sooooo much this really helped! neonick5647 06-19-2004, 07:16 PM now i can really work on my site! |