S
simon
I have panel on my page:
<aspanel 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
<aspanel 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