IE/Firefox rendering li tag differently

They have: 222 posts

Joined: Sep 1999

http://home.woh.rr.com/drimages/index.html

In Firefox it adds the bullet point and indentation for each link in the box, but in IE it does nothing... I'm pretty sure it's something w/ the "box" element in my stylesheet, but can't figure out what.

Roo's picture

She has: 840 posts

Joined: Apr 1999

• No closing li tags
Code:

  • Item

Validate your code

They have: 222 posts

Joined: Sep 1999

Yeah it does...

<li><a href="/view-article.php?id=16">Where Is The Man?</a></li>
<li><a href="/view-article.php?id=15">Heart attack victim goes unnoticed at Pentecostal revival</a></li>
<li><a href="/view-article.php?id=14">The Rumors Are True: A Note From Ben</a></li>
<li><a href="/view-article.php?id=13">Happy New Year from Stavesacre</a></li>
<li><a href="/view-article.php?id=12">An introduction to MySQL permissions</a></li>
'

Roo's picture

She has: 840 posts

Joined: Apr 1999

You've got a lot of line breaks, the code is very messy. The link I posted is to your validation error page.

Okay, well the board won't display the code as it is. Go remove hard returns and fix the code, and I'll bet it will work.

Roo

Roo's picture

She has: 840 posts

Joined: Apr 1999

Also you are misssing vital information in your doctype:

It should look like this:

You have instead of

You also have no charecter encoding:

Also what is with your CSS? No font specified?

Roo

timjpriebe's picture

He has: 2,667 posts

Joined: Dec 2004

I'm running into this same problem with code that validates. Any ideas?

timjpriebe's picture

He has: 2,667 posts

Joined: Dec 2004

Nevermind. Forgot the

    Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.