Hi again, I skipped form the previous control(dropdownextender) to the hover menu extender with the following code:
<asp:PanelID="Panel1"runat="server"Height="50px"Width="125px">
<asp:ButtonID="Button8"runat="server"Style="left: 0px; position: relative"Text="someText"/><br/>
<asp:ButtonID="Button9"runat="server"Style="left: 0px; position: relative; top: 0px"
Text="someText"/><br/>
<asp:ButtonID="Button10"runat="server"Style="position: relative"Text="someText"/></asp:Panel>
<cc1:HoverMenuExtenderID="HoverMenuExtender1"runat="server"PopupControlID="Panel1"TargetControlID="Button3"PopDelay="50"HoverCssClass="popupHover"PopupPosition=Right>
</cc1:HoverMenuExtender>
The problem now is that the panel with the 3 buttons does not appear in the correct position ander the specifiedTargetControlID Button3,but in the upper left of the page...
Any ideas?
Thanks!
No comments:
Post a Comment