简体   繁体   中英

HTML CSS Zoom in / Zoom Out issue

when zooming in and out my page Link of my page in Chrome browser the background is distorted and page looks like this Look of page after zooming in Chrome . What can be changed in code to fix it for zooming in Chrome browser without distorting background graphic?

This is my code:

<!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>

Thank you very much!

this line says, WE CANT HELP YOU YET...

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

I just read you comment, you got an image, so it will be distoring with zoom in / zoom out...it would be better to go for CSS to avoid such distorting...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM