I'm hoping that this is an appropriate forum for asking this. It has been recently been pointed out to me that my website: http://www.planetpersonality.com/ does not render properly for Firefox users. I think that the problem is that Firefox is not detecting my css section. Can anyone suggest what the solution might be?
Try replacing <html> with <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
here's your mistake: #content {position: absolute;top:310px;left:200px; width: 792px;} HTML: the } is ) in your code. just a simple typo. who would have guessed? u could also check http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.planetpersonality.com%2F&usermedium=all to see any errors in your css. btw, ie is really dumb if it shows your site correctly, and that's what missled u in the first place. happy coding!
instal the extension EditCSS for firefox and all your troubles will be fixed via some quick trial and error.