Jump to content

CSS is th prob with IE


forumnz

Recommended Posts

You've got some basic errors that need to be resolved. You should also check to see whether your client's sites are also affected.

 

- Your markup is not valid XHTML 1.0 Transitional

- Your CSS is not valid

 

Use the W3C validators - http://www.w3.org/QA/Tools/ - to find and correct the problems. Remove the extra meta tag for "content-type" that is in the head, and remove align="" and bgcolor="" from your markup too. Should only take a few minutes to do all that.

 

I'd also recommend that you use an unordered list for your navigation links.

 

If the issue is still present after you've validated your code then we'll see what is wrong.

Link to comment
Share on other sites

While bronzemonkey pointed out that you have errors all over, the specific issue is here:

 

  <div id="blue"><div class="newmaintext">You will receive: </div>
  <ul>
<li>Free website</li>
<li>Free CMS - easily update your site</li>
<li>Free email addresses - unlimited</li>
<li>Free website development </li>
<li>Free domain name - www.your-site.co.nz</li>
<li>Free webstats</li>

<p>All you pay is $39<sup>.95</sup> per month for hosting which is mandatory with every website</p>
<p align="right"><strong>... now there's one great deal!</strong></p>
  </ul>
  </div>

 

"You will receive:" is basically text hanging out in the middle of no where alone and naked. Put some clothes on it! Text should be contained in a block element - paragraph, heading, etc.

 

But that's just a contributer to the real issue - you put paragraphs inside of a list (a no-no). Move the closing /ul to after the last list item.

 

I also recommend setting a default font-size in your body tag.

 

You have a lot of errors that are easily fixed. Just use the validation tool to find them.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.