Topics:
4/2/2010
ubimaior
12/22/2009
twaite
9/22/2008
alexa
7/25/2008
oara27
5/29/2008
diegolaz
5/18/2008
elmajdal
3/13/2008
raulcigil
2/29/2008
critchie
2/12/2008
cagus
10/25/2007
jbear123
10/2/2007
sandeepsingh
Posts:
Question    dibakar
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;"/>