arvind Posted February 6, 2004 Posted February 6, 2004 I'm having problems making my site properly viewable in Mozilla. My Blog looks fine in IE but in mozilla the ads at the bottom suddenly jump to the top. I don't understand why that's happening and because it happens mozzila users cannot click on the ads and text at the top of the page is hard to read. You can see what its meant to look like in IE6+ Quote
btrfld Posted February 6, 2004 Posted February 6, 2004 Perhaps your DOCTYPE is screwing Mozilla up. In your page it's <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> with a 'local' URL for validation. I think it should be <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Maybe Mozilla is failing to see it as valid XHTML 1.0, and rendering it in some quirks mode. I'm no expert. I just happen to be reading about this at the moment. Hope this doesn't make it worse Jim Quote
arvind Posted February 6, 2004 Author Posted February 6, 2004 thanks for the suggestion but it didn't do it Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.