麻豆小视频在线观看_中文黄色一级片_久久久成人精品_成片免费观看视频大全_午夜精品久久久久久久99热浪潮_成人一区二区三区四区

首頁 > 編程 > JavaScript > 正文

固定網(wǎng)頁背景圖同時(shí)保持圖片比例的思路代碼

2019-11-20 22:24:17
字體:
供稿:網(wǎng)友
提供一個(gè)背景圖片策略:

1,背景圖片固定

2,隨窗口大小改變而改變大小

3,保持比例不變而縮放

支持瀏覽器:IE 6,7,8,9+ ,FF,Chrome

演示地址:http://www.einino.net/bg_image.html
復(fù)制代碼 代碼如下:

<style>
body{margin:0; padding:0;height:2000px; }
#background_img{
top:expression(documentElement.scrollTop); /*we need this expression to fixed the top*/
}
</style>

復(fù)制代碼 代碼如下:

/**
*@desc make a fixed background image. resize the image to fit the window size besides do not lost the image's proportion
*@author EI Nino
*2013/8/15
*/
var imgBackground=function(_img_obj)
{
this.img = _img_obj;
this.init();
}
imgBackground.prototype={
init:function(){
this.img.style.top="0";
this.img.style.left="0";
if(navigator.appVersion.indexOf('MSIE 6.0')>0){
this.img.style.position="absolute";
this.img.style.bottom="auto";
if(!document.body.style.backgroundImage){//esacpe the flash when scroll the window in IE 6
document.body.style.backgroundImage="url(about:blank)";
document.body.style.backgroundAttachment="fixed";
}
}
else{
this.img.style.position="fixed";
}
this.ra = this.img.width/this.img.height;
this.resize();
this.BindEvent();
},
resize:function() {
var self=this;
if((document.documentElement.clientWidth /document.documentElement.clientHeight )>=self.ra)
{
self.img.style.width=document.documentElement.clientWidth+"px";
self.img.style.height="";
}
else{
self.img.style.width="";
self.img.style.height=document.documentElement.clientHeight +"px";
}
},
GetStyle:function(_obj,_style){
var obj = _obj;
return obj.currentStyle? obj.currentStyle[_style] :window.getComputedStyle(obj, null)[_style];
},
BindEvent:function(){
var self = this;
$(window).resize(function(){//use jquery lib
self.resize();
});
}
};
new imgBackground(document.getElementById("background_img"));
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 91成人影院 | 一区二区三区小视频 | 婷婷一区二区三区四区 | 国产成人综合在线观看 | 一日本道久久久精品国产 | 免费在线观看亚洲 | www.99re14.com| 黄色片视频免费观看 | 亚洲国产高清视频 | 人人玩人人爽 | 毛片视频免费观看 | 免费观看黄色片视频 | 成人免费看毛片 | 日韩黄在线 | 亚洲欧美在线视频免费 | 九一免费在线观看 | 高清中文字幕在线 | 逼片| 日韩av影片在线观看 | 久久精品视频69 | 久久久久久久.comav | 欧美精品久久久久久久久老牛影院 | 午夜视频中文字幕 | 欧美精品亚洲人成在线观看 | 亚洲成人免费视频在线 | 日本xxxx色视频在线观看免费, | 欧美成人免费一级 | 久久一区二区三区av | 男女一边摸一边做羞羞视频免费 | 久久生活片 | 毛片大全 | 亚洲精品久久久久久久久久 | 成人黄视频在线观看 | 欧美一级爱爱 | 亚洲国产高清视频 | 蜜桃一本色道久久综合亚洲精品冫 | 亚洲成人精品一区二区 | 超碰人人做人人爱 | 27xxoo无遮挡动态视频 | 激情网站在线观看 | 999久久国精品免费观看网站 |