fepapa

 

优点:

此种情况可以保证图片充满整个windows,即使有扩展显示器也可以

 

<div id="formbackground" style="position:absolute; z-index:-1;">

  <img src="10.jpg" height="100%" width="100%"/>

</div>

<script type="text/javascript">
$(function(){
    $(\'#formbackground\').height($(window).height());
    $(\'#formbackground\').width($(window).width());
});
</script>

分类:

技术点:

相关文章:

  • 2022-02-28
  • 2022-01-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
  • 2021-12-06
  • 2021-12-05
猜你喜欢
  • 2021-12-05
  • 2021-12-05
  • 2022-12-23
  • 2021-12-05
  • 2021-09-10
  • 2022-02-08
  • 2021-11-30
相关资源
相似解决方案