Menu items hidden
My dynamic submenu items on my horizontal menu control are hidden by the contents of the table below it. I have tried everything to get them to appear but to no avail. What is even crazier is that this do not happen on my other testing machine - only on my primary testing computer. I am using a sitemap with xml code to populate the contents of the menu control on both computers. Does anyone have a clue on what is could cause my menu subitems to disappear behind the table below it? Also, the beta version of Visual Studio 2005 does not have a bin directory. Is this normal, and if so, where is my dll file? Below is the xml sitemap.
<?xml version="1.0" encoding="utf-8" ?>
<siteMap>
<siteMapNode url="..index.htm" title="Home" description="Home">
<siteMapNode title="City Hall" description="City Hall" >
<siteMapNode url="../admin.htm" title="Administration" description="Administration" />
<siteMapNode url="../announce.htm" title="Announcements" description="City Hall" />
</siteMapNode>
<siteMapNode url="editor.aspx" title="Editorial" description="Editorial" />
</siteMapNode>
</siteMap>
[1211 byte] By [
Parrot] at [2007-12-16]