Dec 17th, 2010, 8:24 AM
Found it - it's not the api (most you knew that already). A few of my image names, alt tags and id's shared the same name as the css rules. For instance, the menu image for "About" had the name/alt/id of about. I also had a css rule named about. When I converted the page from html to php, php assigned the css rule to that image. Changed the name of the image, all better. Created a new class for the form text, all better.