IE/Firefox rendering li tag differently
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 posted this at 01:55 — 10th April 2005.
She has: 840 posts
Joined: Apr 1999
• No closing li tags
Code:
Validate your code
IanD posted this at 02:03 — 10th April 2005.
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>
Fighting for a Lost Cause.net
Roo posted this at 02:17 — 10th April 2005.
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 posted this at 02:22 — 10th April 2005.
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 posted this at 03:13 — 11th April 2005.
He has: 2,667 posts
Joined: Dec 2004
I'm running into this same problem with code that validates. Any ideas?
timjpriebe posted this at 03:14 — 11th April 2005.
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.