samedi 11 avril 2015

Body background image disappears when zooming out

I have reduced my code the basic basics to make sure nothing else is causing the problem. When I zoom out on my website at a certain point my background image disappears. It's not a lifechanging problem but I am however very curious why this is happening as i havn't had this problem before and I don't think it's supposed to act this way.



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://ift.tt/kkyg93">
<html xmlns="http://ift.tt/lH0Osb">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Background image disappears.</title>
<link href="css/indexstyle.css" rel="stylesheet" type="text/css" />
</head>

<body>
</body>
</html>


And my CSS:



body{padding:0px; margin:0px; background:url(../img/bg.jpg) repeat-x #cfcfcf;}


I must be doing something wrong right? :P


Aucun commentaire:

Enregistrer un commentaire