View Single Post
Old 01-01-2013, 11:19 PM   PM User | #5
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
Your background doesn't resize. It moves around when the browser is resized but the image remains 1024x768.

Look at it like this once -
Code:
#container {
            background: url(images/background.png);
		        
		        position:relative;
		        z-index:1;
            margin:0 auto; 
		        width:1024px;
		        height:768px;
            }
__________________
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