I know about the transparency issue, I just didn't think too many people would be affected by it. But I will definitely fix it when I get the chance.
QUOTE
Well the it is harder to fix it because he would have to remove the transparency
It IS possible to enable PNG transparency in IE6 via CSS behaviors. By using conditional comments, this "hack" will not affect the validity of the page's markup.
Thanks for pointing out the thing about the content turning yellow. Seems like a nasty IE6 bug. It's fixed now. (For some reason, adding an empty <p> element after the yellow box fixes the issue, at least it worked for me when I tested it in IE6.) This is precisely why I dislike IE, especially older versions -- it doesn't follow the rules and exhibits weird bugs.
I like the gray look -- it brings out the color in the few colorful elements that I do add (for example, images or emphatic elements such as that yellow box.). Though I can always change it if I feel like it.
I do agree about the text on the home page -- it looks unfinished. Only reason it looks unfinished is because it is. I was busy working on other parts of the site, and getting all of my scripts to work on the new server.
QUOTE
What is the point in the "Skip To Content" text when its only 35px below the hyperlink?
The "Skip to content" hyperlink is an accessibility feature for older browsers with limited CSS support, text-based browsers such as Lynx, and some screen readers. Since the dropdown menu is composed of a fairly long list of items, it makes it easier for users of said browsers to get to the content without scrolling (or listening) through all of those links. (View the page with CSS disabled to see what I mean.)
Thanks, everyone, for your input!