Code Addresses www.dwinwin1.com/indexnew.asp www.dwiwin1.com/stylesnew.css Both files have been validated. Problem 1: masthead div has an h1 contained within it which has a span inside of it that contains a background image because I am using the gilder/levin technique for image replacement. The masthead is 100% width. The h1 containing the span which contains image is 750px wide. I want it to be centered and I can't do it. I applied text align: center to the masthead and margin: 0 auto to the h1 within and even applied text-align: center to the h1 and margin: 0 auto to the span. Still doesn't work. Problem 2: The navigation beneath the masthead is 100% width. I want the ul links to be centered. Can't do it. Applied text-align: center to the containing navigation div and margin: 0 auto to the ul contained within. Still doesn't work. Problem 3: The most cryptic. Beneath the 100% width masthead and navigation divs, I wrapped everything else in a 750px wide container div to give it a white background and control the width. In FF, the picture of the guy in handcuffs has a white background, but it ends there, which seems to suggest that FF thinks the container div has ended when it hasn't. In IE 7, it gets it right and everything beneath the nav gets a white background. Also, the margin above the picture is too big in FF and should match the margin for the right side blue area floated to the right but is instead bumped down lower than the right side. In IE 7, this again is fine. I tried to make the code as readable as possible. The xhtml has as little markup attributes as possible and no inline styling. The css objects are in alphabetical order and any descendants are tabbed inward accordingly. I know it has to be something stupid and simple that I am overlooking but when you look at the code too much, often you can no longer see it with a fresh pair of eyes. Thanks in advance
Hey - I had a quick look, the first link didn't work, so I took out the first n in the link and it was fine. Regardless, are you sure that's the page you want us to look at? It's coded with tables and I can't even find an h1 tag!!
it's www.dwiwin1.com/indexnew.asp. I thought I changed the link to the correct one right after I posted it. Thanks.