Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7089949
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T07:59:05+00:00 2026-05-28T07:59:05+00:00

Fixed by adding: <meta http-equiv=X-UA-Compatible content=IE=9 /> The problem was that IE rendered it

  • 0

Fixed by adding: <meta http-equiv="X-UA-Compatible" content="IE=9" />
The problem was that IE rendered it as Quirk mode, So after the suggestions I disabled it and my page was perfect! So I added that meta so it will show up good in IE 9.

My drop down menu is compatible with FF and CHROME but not with IE.
Using PHP/HTML/CSS

JSFiddle: link

The problem really is:
When I remove > it will show onze media. But there is no drop down menu (list).
So the actual question is: Does I.E. support <ul><li><ul><li></li></ul></li></ul>?

enter image description here
IMG LINK for larger IMG

#media > a{
    height:49px;
    width:85px;
    background-repeat:no-repeat;
    background-image : URL(images/menu/media_normal.png );
    margin-left: 0px;
    margin-left: 0px;
}   
#media > a:hover{
    height:49px;
    width:85px;
    background-repeat:no-repeat;
    background-image : URL(images/menu/media_selected.png );

}


<li id="media"><a href="media.php"></a>  
<ul>
<?php   
$query = mysql_query("SELECT * FROM `apps` ");
while ($query_row = mysql_fetch_assoc($query))
{
    ?>
    <li>
    <?php
    $meer = $query_row['TITLE'];
    $desc_inject = '';
    $sub_string = substr($desc_inject, 0, 200);
    echo $sub_string." " . '' . '<a href="applink.php?id='. $query_row["ID"] . '">' . $meer . '</a>';
    ?>
    </li>
    <br />
    <?php
}
?>
</ul> 
</li> 

This will get the titles from my database (MySQL) and parse it in the drop down of menu.
In chrome and FF it shows up perfect, but in IE it does not even show the tab menu.
If I delete > between #media > a {} it shows the tab menu but not the hover, I also need to delete > between #media > a:hover {} then it shows the hover.
But the drop down menu does not work.

is

<ul><li><ul><li></li></ul></li></ul>

compatible with IE? I have the latest IE.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T07:59:06+00:00Added an answer on May 28, 2026 at 7:59 am

    The invalid markup is forcing IE into Quirks mode and therefore will probably render support for the child selector inactive (as @Sarfraz suggested). Forcing IE9 into Standards mode corrects the display issues.

    You can see this by pressing F12 in IE 9 to show the Developer Tools and along the header of this portion of the window it states Document Mode: Quirks. If you select Internet Explorer 9 standards the menu displays as expected.

    You should run your site through the W3C validator (for example) and correct the errors and the page should be rendered as expected. Valid markup makes browsers happy – especially IE. If you then load corrected page in IE 9, it should render in Standards mode and not revert to Quirks mode.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im adding textboxes (not a fixed number of textboxes) dynamically to a form on
Fixed: See notes at bottom I am implementing a generic class that supports two
I'm adding fixed bar on the bottom of page, first I have 100% width
After adding Microdata to my pages, I got many errors from W3C validator complaining
I have a Java application that has a fixed thread pool of fifteen, the
Bazaar support adding meta data to commit to record who the actual author of
By fixed vector I mean a static list of values, like 1 through 24.
So I just fixed a bug in a framework I'm developing. The pseudo-pseudocode looks
I want to create fixed status bar in by web form to display various
I have a fixed-length data file need to persistence into database. I use a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.