
Originally Posted by
shakmbakm
thanks a bunch, any idea why the header is cut off?
Yes, your container is 1000px wide, but your header2 image is 1080px wide, so because it's centered, 40px is hidden either end. Either trim the image to 1000px width, or do something like this:
Code:
url("../images/header2.png") no-repeat scroll 40px top transparent
Your UL is also set way too wide, so it's worth fixing that. Don't let any elements be wider than your container, or it will cause problems somewhere along the line.
Bookmarks