Posts:
Hi,
i am facing a problem with Splitter control.If page has a Iframe,then when u click or drag Middle split bar then left and right side of that Bar becomes blank.After u finish ur drag or click then only it is coming once again.
But in ur example this things is not happening.So how could i solve this problem.here is my code:
<div style="margin:0px;padding:0px;width:800px;overflow:hidden;">
<table border="0" cellpadding="0" cellspacing="0"
style="width:800px;height:200px;border:solid 1px #6699CC;">
<tr style="height:200px;">
<td runat="server" id="tdTree1" style="width:250px;height:200px;" align="left" valign="top">
<div runat="server" id="divTree1" style="width:250px;height:100%;overflow:auto;padding:0px;margin:0px;">
<iframe src="Test1.aspx" width="100%" height="100"></iframe>
</div>
</td>
<td id="tdMid1" style="height:200px;width:6px;background-color:lightsteelblue;"></td>
<td id="tdEdit1" align="left" valign="top" style="height:200px;">
<textarea runat="server" id="txtEdit1"
style="margin:0px;height:100%;width:100%;padding:0px 0px 0px 5px;
border:none;"></textarea>
</td>
</tr>
</table>
</div>
<VwdCms:SplitterBar runat="server" ID="vsbSplitter1"
LeftResizeTargets="tdTree1;divTree1"
MinWidth="100"
MaxWidth="700"
BackgroundColor="lightsteelblue"
BackgroundColorLimit="firebrick"
BackgroundColorHilite="steelblue"
BackgroundColorResizing="purple"
SaveWidthToElement="txtWidth1"
style="background-image:url(vsplitter.gif);
background-position:center center;
background-repeat:no-repeat;"/>