I have panel on my page:
<asp:Panel Runat="server" Visible="False" style="Z-INDEX: 101; LEFT: 400px;
POSITION: absolute; TOP: 150px"
ID="pnlTimeSpot"
When this panel is visible, it has fixed position.
How can I move this panel on the page with mouse? Like if you open new
window.
I don't wont to have the fixed position on the page.
Thank you,
SimonRemove the Style section in the tag - - the Z-index, left and top puts it in
a fixed position.
David Wier
MCP, MVP ASP.NET, ASPInsider
http://aspnet101.com
http://aspexpress.com
"simon" <simon.zupan@.stud-moderna.si> wrote in message
news:OMkoHatzDHA.2160@.TK2MSFTNGP12.phx.gbl...
> I have panel on my page:
> <asp:Panel Runat="server" Visible="False" style="Z-INDEX: 101; LEFT:
400px;
> POSITION: absolute; TOP: 150px"
> ID="pnlTimeSpot">
> When this panel is visible, it has fixed position.
> How can I move this panel on the page with mouse? Like if you open new
> window.
> I don't wont to have the fixed position on the page.
> Thank you,
> Simon
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment