Hi all, There is a serious positioning problem going on with my page. It looks right in FF, but in IE the spacing is messed up and the top left photo fails to display. I imagine it has something to do with the padding or margin for my text. Please help! Dachshund Rescue of Houston Thanks in advance, Amanda
Fix your doctype, it's incorrect and may be throwing IE into quirks mode. Case matters: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Then, validate your html and css for those lists of errors. Why are you using a transitional doctype? All new web pages should always use strict.
Ok, let me take a look at that. Transitional is what we are using in my "intro" course. I'm taking it online which has presented problems of itself. I'm wondering how up to date my teacher is, with his lessons. Thanks, Amanda
That's why you validate as you go along so it can catch such things. What's so funky? Looks good in FF.