背景图片
Posted pangchunyu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了背景图片相关的知识,希望对你有一定的参考价值。
css:
.zhegnshu-big,.zhegnshu-big-imgdisplay: none;
.zhegnshu-big
background-color: #000000;
width: 100%;
height: 100%;
left:0;
top:0;/*FF IE7*/
filter:alpha(opacity=70);/*IE*/ /*点击后背景透明效果*/
opacity:0.5;/*FF*/
z-index:10001;
position:fixed !important;/*FF IE7*/
position:absolute;/*IE6*/
.zhegnshu-big-img img
position: fixed;top: 100px;left: 50%;z-index:10002;margin-left: -565px;
html:
<div class="zhegnshu-big"></div>
<div class="zhegnshu-big-img">
<img src="./uploadfile/0806/img.jpg">
</div>
js:
$(".box-sz-zhengming img").click(function()
$(".zhegnshu-big,.zhegnshu-big-img").show();
);
以上是关于背景图片的主要内容,如果未能解决你的问题,请参考以下文章
CSSCSS 背景设置 ④ ( 超大背景图片设置 | 背景图片定位设置 background-position: center top; )