ms_dos

  博客园  :: 首页  :: 新随笔  ::  :: 订阅 订阅  :: 管理
代码
<script language="javascript" type="text/javascript">
    
<!--
        window.onload
=window.onresize=function()
        {
            
if(document.getElementById('RDiv').clientHeight<document.getElementById('LDiv').clientHeight)
            {
                document.getElementById(
'RDiv').style.height=document.getElementById('LDiv').offsetHeight+"px";
            }
            
else
            {
                document.getElementById(
'LDiv').style.height=document.getElementById('RDiv').offsetHeight+"px";
            }
        }
    
-->
</script>

<div id="LDiv" style=" float:left; width:150px; background-color: #E6E6E6;">
</div>
<div id="RDiv" style=" float:left; background-color: #E9F4FF;">
</div> 

 

posted on 2010-01-25 21:55  ms_dos  阅读(451)  评论(0编辑  收藏  举报