Very nice design
You've made a good effort on the CSS, but you've got some work to do.
- Put your nav menu in an unordered list. Do not make a batch of links with <br>s. Use your menu div and float it left.
- No need to use position: relative on your main areas. What you need to do to keep the design centered is to put everything inside a #wrapper div, set IT to position: relative and margin:0 auto with the width defined. Add text-align: center to the <body> to make IE 6 and below center it. This will then allow you to get rid of the relative positioning on everything else and use the normal document flow.
- Use conditional comments to target IE 6 and below 'fixes'.
- Get your styles OUT of your html and put them all in an external CSS file.
- put your text inside <p></p> tags and style the <p> as needed ie: margins, padding, etc.
I don't have any particular issues with the text colors, I think it's readable on the dark background.
__________________
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
|