jsp iframe 引用的问题。
<div style="width:1003px">
<div style="margin:0 0 0 0; line-height:67px; width:1003px"><IFRAME src="<%=webRoot %>/shop/model1/header.jsp"
frameBorder=0 width=1003 scrolling=no
height=116></IFRAME>
</div>
<div style="margin:0 0 0 0;height:533px; width:200px;float:left">
<IFRAME src="<%=webRoot %>/shop/model1/leftside.jsp" frameBorder=0 width=188 scrolling=no height=545 ></IFRAME>
</div>
<div style="margin:0 0 0 0; line-height:533px; width:803px;float:left">
<IFRAME name="main" id="main" onload="this.height=main.document.body.scrollHeight" src="<%=webRoot %>/shop/model1/main1.jsp"
frameBorder="0" width="803" scrolling="no" height="545" ></IFRAME>
</div>
</div>
我现在引用左侧菜单leftside.jsp菜单引用进来以后宽度的问题,鼠标按往右边拖。引用的leftside.jsp就出现白色的页面,再往左边拖原来的菜单内容又回来了。请问,这种情况如何改变?