Here is my menu code from my Master Page:
<%
@ Master Language="VB" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
script runat="server"></script>
<
html xmlns="http://www.w3.org/1999/xhtml">
<
head runat="server">
<title>Brookside Homes HomEm8 System by Em8s, LLC</title><link rel="stylesheet" type="text/css" />
</
head>
<
body>
<form id="form1" runat="server"><table border="0" cellpadding="0" cellspacing="0" style="z-index: 100; left: 0px;
width: 100%; position: absolute; top: 0px; height: 100%">
<tr><td colspan="2" style="height: 135px; font-size: small; text-align: left; clear: none;
width: 875px; border-bottom-color: silver; border-bottom-style: ridge;"
valign="top">
<br />
<asp:LoginName ID="LoginName1" runat="server" FormatString="Hi! , {0}" Height="16px"
Style="left: 32px; position: absolute; top: 16px; text-transform: none; padding-top: 2px"
Width="105px" />
<asp:ImageButton ID="ImageButton1" runat="server" Height="36px" ImageUrl="~/HomEm8/Images/IdeaIcon.jpg"
OnClientClick="" Style="left: 64px; position: absolute; top: 80px" ToolTip="I have an idea...!"
Width="37px" CommandArgument="" /><asp:LoginStatus ID="LoginStatus1" runat="server" Style="left: 32px; position: absolute;
top: 48px"
Width="144px" LogoutPageUrl="~/index.htm" LogoutText="Logout of HomEm8" />
<asp:Label ID="Label1" runat="server" Style="left: -265px; position: relative; top: 12px"
Text="Hi!"></asp:Label>
<img src="Images/BH_4C.jpg" style="z-index: 102; left: 264px; position: absolute; top: 8px; border-right: #ffff00 thick ridge; border-top: #ffff00 thick ridge; border-left: #ffff00 thick ridge; border-bottom: #ffff00 thick ridge;" />
</td>
</tr><tr>
<
td style="width: 175px; height: 550px; font-size: small;" align="left" valign="top"
title="Brookside Homes HomEm8 System by Em8s, LLC" colspan="">
<asp:Menu ID="Menu2" runat="server" BackColor="Khaki" DynamicHorizontalOffset="2"
Font-Names="Arial" Font-Size="Small" ForeColor="#990000" StaticSubMenuIndent="10px"
Style="position: absolute; z-index: 120; left: 8px; top: 144px;" Font-Overline="False"
ItemWrap="False" Width="120px" Height="109px">
<StaticMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />
<DynamicHoverStyle BackColor="#990000" ForeColor="White" />
<DynamicMenuStyle BackColor="Khaki" />
<StaticSelectedStyle BackColor="#FFCC66" />
<DynamicSelectedStyle BackColor="#FFCC66" />
<DynamicMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" BackColor="Khaki" />
<Items>
<asp:MenuItem Selectable="False" Text="I want to work on..." Value="I want to work on...">
</asp:MenuItem>
<asp:MenuItem Text="Customers" Value="Customers">
<asp:MenuItem Text="Add New Customer" Value="Add New Customer"></asp:MenuItem>
<asp:MenuItem Text="Update Customer Info" Value="Update Customer Info"></asp:MenuItem>
<asp:MenuItem Text="Add a New Dream" Value="Add a New Dream"></asp:MenuItem>
<asp:MenuItem Text="Modify Existing Dream" Value="Modify Existing Dream"></asp:MenuItem>
<asp:MenuItem Text="Customer Contacts" Value="Customer Contacts"></asp:MenuItem>
</asp:MenuItem>
<asp:MenuItem Text="Sites" Value="Sites">
<asp:MenuItem Text="Add or Modify" Value="Add New Site">
<asp:MenuItem Text="Site" Value="Change Site Info"></asp:MenuItem>
<asp:MenuItem Text="Neighborhood" Value="Neighborhood"></asp:MenuItem>
<asp:MenuItem Text="Township" Value="Township"></asp:MenuItem>
<asp:MenuItem Text="County" Value="County"></asp:MenuItem>
</asp:MenuItem>
</asp:MenuItem>
<asp:MenuItem Text="Product Warehouse" ToolTip="All Plans and Options are Defined in this area."
Value="Product Warehouse">
<asp:MenuItem NavigateUrl="/Edit_pdPlan.aspx" Text="Plans" ToolTip="Add or Edit Plans"
Value="Plans"></asp:MenuItem>
<asp:MenuItem Text="Plan Types" ToolTip="Add or Modify Plan Types" NavigateUrl="~/HomEm8/Edit_pdPlanType.aspx"
Value="Plan Types"></asp:MenuItem>
<asp:MenuItem NavigateUrl="~/HomEm8/Edit_pdLoca.aspx" Text="Locations" Value="Locations"
ToolTip="Add or Modify Locations"></asp:MenuItem>
<asp:MenuItem Text="Items" ToolTip="Add or Modify Items" Value="Item" Enabled="False">
</asp:MenuItem>
<asp:MenuItem NavigateUrl="~/HomEm8/Edit_pdItemCtgy.aspx" Text="Item Categories"
ToolTip="Add or Modify Item Categories" Value="Item Categories"></asp:MenuItem>
</asp:MenuItem>
</Items>
<StaticHoverStyle BackColor="#990000" ForeColor="White" />
<StaticMenuStyle BorderStyle="Outset" BorderWidth="2px" />
</asp:Menu>
</td>
My issue is difficult to explain as it is one that occurs only when hovering or "mousing" over the dynamic menu items. When I do so, a portion (the portion adjuacent to the dynamic menu) of the Gridview, etc, whatever is in the content area (in a column on the page adjacent to the column the menu is in) will visually shift or jump maybe 10px to the right when the dynamic menu is active, then return to correct position when not over the dynamic menu.
A different issue but similar, when I choose to edit an item in gridview, as soon as my mouse goes over any field in update mode I get the same grapic shift only it leaves a "ghost" of the button, textbox frame, whatever in the active row of the grid. I will email you a screenshot of it.
Thank you for your help.
Steve Holzer
[email protected]www.Em8s.net
Why don't computers do what I want them to do instead of....what I tell them to do!?!?!?