ASP.NET Show - Manual changer absolute position

 

Example Code

<obshow:Show id="Show1" runat="server" ShowType="manual" ManualChanger="true">
    <Changer Type="Both" AllowAbsolutePosition="true" />
    <Panels>
        <obshow:Panel>
            ... Panel Content here ...    


CSS (CSS file style.css is located according property StyleFolder)

/* changer container */
.ob_show_changer
{
    overflow:auto;
    position:absolute;
    left:10px;
    top:20px;
    z-index:2;
    ...
}