Results 1 to 3 of 3

Thread: Problem with the browser

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

    Default Problem with the browser

    Hi
    I am using dynamic drive for drop down menus.This is working in all the explorers expect in ie8.A gap appers b/w the sliding menu and the top menu so that we can't go to the dropdown menu.can u solve this problem.
    Thanks in advance.

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    If it works in ie7 you could just set ie8 to render as ie7.

    <html>
    <head>
    <!-- Mimic Internet Explorer 7 -->
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
    <title>My Web Page</title>
    </head>
    <body>
    <p>Content goes here.</p>
    </body>
    </html>
    From msdn. I don't have ie8 or any ie so that's all i can recommend.

  3. #3
    Join Date
    Nov 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem with ie8

    Even then this is not working

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
  •