Results 1 to 2 of 2

Thread: IE Bug With Chrome Drop Down Menu

  1. #1
    Join Date
    Oct 2009
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default IE Bug With Chrome Drop Down Menu

    1) Script Title: Chrome Drop Down Menu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rome/index.htm

    3) Describe problem:
    I think this is the old version of Chrome Drop Down Menu Used in this site.
    It has problem in IE7 IE8 ...
    Can u Please help me to fix the bug .
    Last edited by davis; 10-21-2009 at 05:04 AM.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    The culprit most likely is due to the conditional HTML comments added throughout the menu's markup on your page, ie:
    Code:
    		<!--[if IE 7]><!-->
    
    		</a>
    		<!--<![endif]-->
    		
    		<table><tr><td>
    			<ul>
    			<li><a href="storfirst_eas.php">StorFirst EAS</a></li>
    			<li><a href="storfirst_altus.php">StorFirst Altus</a></li>
    			<li><a class="last" href="storfirst_service.php">StorFirst Service</a></li>
    
    			</ul>
    		</td></tr></table>
    		
    		<!--[if lte IE 6]>
    		</a>
    		<![endif]-->
    The menu items are also added inside table cells, which may also be contributing to the problem. The best thing to do is actually just to remove the menu, and use the new script/ HTML markup provided by Chrome Menu v2.0.
    DD Admin

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    davis (10-21-2009)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •