Re: IE 6 navigation disappearing
Change your link to your external stylesheet to main.css from /main.css for the first page.
For the second, change it to ../main.css since it is a different directory.
Also your page does not validate, due to the meta tags. Fix or remove them temporarily, and it will validate. This will cause issues sometimes.
|