Page 1 of 1

How to make the DIV displayed in the StiWebViewerSL

Posted: Tue Apr 22, 2014 7:26 am
by fzflower

Code: Select all

    <form id="form1" runat="server">   
    <div class="box" style="z-index:999;top:70px;position:relative; background:#f7f7f7; border:solid 1px #f09; width:200px; height:200px;">
    <pre>
        position: relative;
        background: #f7f7f7;
        border: solid 1px #f09;
        width: 200px;
        height: 200px;
        z-index:999;
        top:70px;
    </pre>
    </div>
    <div>    
    <cc1:StiWebViewerSL Width="100%" Height="100%" ID="StiWebViewerSL1"  runat="server" style="z-index:1;border:solid 2px #000;" />
    </div>
    </form>


Re: How to make the DIV displayed in the StiWebViewerSL

Posted: Tue Apr 22, 2014 11:31 am
by Vladimir
Hello,

Please try to use this code:

Code: Select all

<cc1:StiWebViewerSL Width="100%" Height="100%" ID="StiWebViewerSL1"  runat="server" Windowless="True" />
Thank you.

Re: How to make the DIV displayed in the StiWebViewerSL

Posted: Wed Apr 23, 2014 12:59 am
by fzflower
Many thanks for your answer,but it can't resolve my problem.
I can't find the 'Windowless' property in StiWebViewerSL.

The version I used is 2013.1.1600.0 and the browser is Chrome

Re: How to make the DIV displayed in the StiWebViewerSL

Posted: Wed Apr 23, 2014 6:56 am
by Alex K.
Hello,

Please check the last version.

Thank you.