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  12 years ago   viewed: 7026    

2 Answers

0

I think you should open the developer tools (F12) in IE9 and check the console for any JavaScript errors that might be affecting the menu's functionality.

Inspect the CSS styles applied to the menu. Some CSS properties may not be fully supported in IE9, which can cause layout issues. Validate the HTML code for any errors that might affect how the page displays in IE9.

geometry dash lite

 If the menu relies on modern CSS or JavaScript features, consider adding fallbacks for IE9.

ronaldsteele
  2 months ago
-1
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   12 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: