Accordion Menu / Posts /

Problem with IE9

16
Hi,

I have a problem with IE9.  Could you please go to www.angel-haircare.com and take a look at the products page and take a look at the menu.  There is something wrong either with my code or there is something else.  Cannot figure out what it is :(

Tyrone
Tyrone Cutajar  11 years ago   viewed: 6769    

1 Answer

0
I checked out your page and found two major HTML syntax errors:
1. Your hyperlink is not correct:
You should: <a href="...">link text</a>
instead of <a href="..." />link text</a>

2. Your ul li is not correct:
You should:
<ul>
  <li>...</li>
  <li>...</li>
  <li>...</li>
</ul>
Instead of:
<ul>
<li>
  <li>...</li>
  <li>...</li>
  <li>...</li>
</li>
</ul>

I have send you the revised menu markup by your email.
milo   11 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: