Thread: AlexG
View Single Post
Old 12-11-2012, 07:23 PM   PM User | #7
Excavator
Master Coder


 
Excavator's Avatar
 
Join Date: Dec 2006
Location: Alaska
Posts: 9,410
Thanks: 22
Thanked 1,765 Times in 1,749 Posts
Excavator has a spectacular aura aboutExcavator has a spectacular aura aboutExcavator has a spectacular aura about
Quote:
Originally Posted by AlexG View Post
That made it work. Thank you very much. Now how do I get it to go into the whole site (the header and footer)?
Remove any images/colors you have covering backgroundrays.jpg -
Code:
#header_outer {
    background: none repeat scroll 0 0 #00C5CC;
}
#bottom {
    background: url("1-default/footerbg.png") repeat-x scroll left top #00C5CC;
}
__________________
Validate often DURING development - Use it like a splelchecker | Debug during Development |Write it for FireFox, ignore IE
Use the right DocType | Validate your markup | Validate your CSS | Why validating is good | Why tables are bad
Excavator is offline   Reply With Quote