标签:jpg lin for 图片 window ber on() string ext
优点:
此种情况可以保证图片充满整个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
>
标签:jpg lin for 图片 window ber on() string ext
原文地址:http://www.cnblogs.com/onemore/p/6061450.html