How to make the DIV displayed in the StiWebViewerSL
Posted: Tue Apr 22, 2014 7:26 am
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>