captsig
01-28-2009, 08:49 PM
Hi everyone,
Can someone explain why the following code works fine in IE(running Vista) but the background image in Mozilla FF displays only the bottom half
of the background image.
<style type="text/css">
body {
background-color:#FFFF99;
background-image: url(images/test_background2.gif);
background-repeat: no-repeat;
background-position: center center;
}
</style>
</head>
<body>
</body>
</html>
Thanks for your time.
Sig
Can someone explain why the following code works fine in IE(running Vista) but the background image in Mozilla FF displays only the bottom half
of the background image.
<style type="text/css">
body {
background-color:#FFFF99;
background-image: url(images/test_background2.gif);
background-repeat: no-repeat;
background-position: center center;
}
</style>
</head>
<body>
</body>
</html>
Thanks for your time.
Sig