日期:2014-05-16  浏览次数:20296 次

juery里怎么设定高度自动适应,代码如下。。。
不要固定高度,想根据页面自动适应
<script type="text/javascript">
  $(document).ready(function () {
  $(".batch1").fancybox({
  modal:true,
  'width': 720,
  'height': 600,
  'padding': 0,
  'autoScale': false,
  'transitionIn': 'none',
  'transitionOut': 'none',
  'type': 'iframe'
  });
   

  });

------解决方案--------------------
'height': 'auto',

试试

------解决方案--------------------
注册onresize事件
剩余下的就是事件中控制高度