首页 > 代码库 > 防止网页中的背景图片被另存为
防止网页中的背景图片被另存为
防止网页中的背景图片被另存为,可以用下述办法:
先建A层,在样式里为A层设好背景图,然后在A层里设B层,并且把B层大小和A层设成一样,这样A层的背景就不能被另存为。
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>示例</title>
<style>
body{padding:0px; margin:0px;}
#content{width:1419px; height:3795px; background:url(img.jpg) no-repeat center center; margin:0px auto;}
#content .c_con{width:1419px; height:3795px;}
</style>
</head>
<body>
<div id="content">
<div class="c_con"></div>
</div>
</body>
</html>
防止网页中的背景图片被另存为
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。