Question : ASP.Net Menu Problem on IE 8

The subitem under "Diabetes Awareness" renders as a white rectangle in IE 8 and renders correctly in Mozilla Firefox. The url is www.lions12s.org . The page renders correctly in IE 8 from within VS 2010.

I have attached the sitemap and the source code for the menu. Any suggestions would be greatly appreciated.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
*********Source Code for Menu*********
              <td style="width: 600px;background-color:Blue;">&nbsp; &nbsp;&nbsp;
                <asp:Menu ID="Menu1" runat="server" DataSourceID="SiteMapDataSource1" ForeColor="Gold"
                  Orientation="Horizontal" StaticDisplayLevels="2" Width="600px" 
                      BackColor="Blue" DynamicHoverStyle-BackColor="#99CCFF" DynamicHoverStyle-ForeColor="Black" 
                      DynamicMenuItemStyle-BackColor="Blue" DynamicMenuItemStyle-ForeColor="Gold" DynamicHorizontalOffset="25" 
                      StaticHoverStyle-BackColor="#99CCFF" StaticHoverStyle-ForeColor="Black">
                </asp:Menu>
                <br />
              </td>

**********Sitemap************
<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
  <siteMapNode url="Default.aspx" title="Home"  description="">
    <siteMapNode url="Clubs/Default.aspx" title="Club News" description="News and photographs about the activities of District 12S clubs."/>
    <siteMapNode url="Newsletters/Default.aspx" title="Newsletters" description="" ></siteMapNode>
    <siteMapNode url="Projects/Default.aspx" title="Projects" description="District 12-S Supported Projects"></siteMapNode>
    <siteMapNode url="Diabetes/Default.aspx" title="Diabetes Awareness" description="District 12-S Diabetes Awareness and Support Programs">
       <siteMapNode url="Diabetes/MHMDiabetesTeam.aspx" title="District 12-S Middle Half Marathon Team Registration" description=""/>
    </siteMapNode>
      <siteMapNode url ="Projects/KidsightOutreach.aspx" title="KidSight Outreach" description="Learn about KidSight Outreach"/>
      <siteMapNode url="MTLSS/Default.aspx" title="MTLSS" description="Middle Tennessee Lions Sight Service"/>
      <siteMapNode url="WhiteCane/Default.aspx" title="Hearing Aid Program" description="District 12-S Hearing Aid Program" /> 
      <siteMapNode url="mailto:[email protected]" title="Contact Us" description="Send email to the webmaster. Your email must be set up to allow this."/>
    </siteMapNode>
</siteMap>

Answer : ASP.Net Menu Problem on IE 8

Check if this is what you need: http://weblogs.asp.net/bleroy/archive/2009/03/23/asp-menu-fix-for-ie8-problem-available.aspx

Changing compatibility view is not a solution as you will have to tell users not to use IE 8 mode and not that is really not possible.
Random Solutions  
 
programming4us programming4us