HTML CSS放大/缩小问题

时间:2013-02-16 22:34:36

标签: html css image background background-image

在Chrome浏览器中放大和缩小我的页面Link of my page时,背景会失真,页面看起来像Look of page after zooming in Chrome。 在不扭曲背景图形的情况下,可以在代码中修改哪些内容来修改它以放大Chrome浏览器?

这是我的代码:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Page Under Construction</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">

<style type="text/css">

body {
background:#d7df29 url('1.jpg') center center no-repeat;
width: 100%;
height:  100%;
}

html, body {
width: 100%;
height: 100%;
    }


</style>

</head>

<body>

</body>

</html>

非常感谢!

1 个答案:

答案 0 :(得分:0)

这条线说,我们无法帮助你......

background:#d7df29 url('1.jpg') center center no-repeat;

我刚看了你的评论,你有一张图片,所以它会在放大/缩小的情况下变暗......最好选择CSS来避免这种扭曲......