Jump to content

Recommended Posts

Posted

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+

Posted

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 :o

Jim

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...