I was putting the finishing touched on a site I'm working on and was going through and cleaning up the code...deleting unnecessary markup, renaming elements to better describe their function, etc...
For some reason my page layout became broken in IE6 as a result. IE6 is still the primary browser on the company computers. After wasting a lot of time I finally determined the source of the problem.
I renamed the DIV element that contains the main content of the page to "content". For some reason, IE didn't appreciate this and I don't know why.
Are there certain words that are not allowed for use as ID or Class names? If so, what are they and what browsers are affected?