Within my asp:content tag, there is a div element:
<asp:Content ID="btnContent" ContentPlaceHolderID="ButtonContent" runat="server">
<div id="dButtons" runat="server" visible="false">
Some CONTENT
</div>
</asp:Content>
As I scroll down the page, the content panel (div) disappears. Is there a way to keep it visible at all times, even when scrolling?