validation trouble and yet another IE bug.

Z

zacariaz

http://www.g33kz-inn.org/mweb/
I've just started this little project so it should take long to take a
look at it.

It wont validate and i dont quite nderstand why. Apperently you cant
have <a> tags inside <li> tags when running xhtml strict, and that
confuses me.

About the ie bug. My IE6 stretches the background image and that is a
problem i would like solved. works fine in FF though.

Regards
 
J

Jonathan N. Little

http://www.g33kz-inn.org/mweb/
I've just started this little project so it should take long to take a
look at it.

It wont validate and i dont quite nderstand why. Apperently you cant
have <a> tags inside <li> tags when running xhtml strict, and that
confuses me.

No you have typos in your markup:

<li><a href="#">home<a/></li>
^^
should be:

<li><a href="#">home</a></li>
 
Z

zacariaz

No you have typos in your markup:

<li><a href="#">home<a/></li>
^^
should be:

<li><a href="#">home</a></li>

Of course, duh...
Thanks for the quick responce.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top