|
Answer to #1 - read the stickies there's one there on how to center your site.
Second, get rid of the position:absolute on the #header.
Third, put a "wrapper" div around the rest of your code, this will be needed to properly center the site.
On your second page, your <body> tag is in the wrong place, it cannot be inside the wrapper div.
Put your side nav into an unordered list, don't just leave them as links sitting in a div.
On your top nav, if you're going to float an element you MUST define a width. Then get rid of the 60px left margin on the list elements - which IE is going to double because of a bug.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|