NumericUpDown Extender不会保持稳定状态

时间:2012-08-14 21:14:09

标签: asp.net ajaxcontroltoolkit

我有一个像这样的ajax NumericUpDown扩展器:

<div style="float: left;">
     <asp:TextBox ID="txtFixedCost" runat="server" CssClass="app_textbox" Width="100px"
          Height="15px" Text="40" MaxLength="2" />
     <asp:NumericUpDownExtender ID="NumericUpDownExtender1" runat="server" TargetControlID="txtFixedCost"
          Maximum="100" Minimum="0" Width="50" />
</div>

问题是文本框/扩展程序控件在滚动时不会停留在页面上。它们与滚动一起移动。如何让这些控件保持不变?非常感谢帮助,谢谢。

1 个答案:

答案 0 :(得分:0)

使用position:fixed样式作为外部div