css background-image won't work on Safari 3.0.4
on one of my webpages I included the following code:
<style type="text/css">
<!--
body {
background-color: #000000;
background-image: url(../medien/DB WEB2HG.jpg);
background-repeat: no-repeat;
background-position: top center;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
text-align: center;
}
-->
</style>
On 10.4.11 with Safari all works fine. Same with Safari 3.0.4 on Windows XP. But on 10.5.1 Safari 3.0.4 tells me that is still loading - sometimes 1 of 2 and sometime 2 of 3 items completed (samepage without a change!!!).
I found different things about this on the web. But all those things aren't correct! Again in firefox on 10.5.1 it works - on Windows XP with Safari 3.0.4 it works - on 10.4.11 all browsers work!
I would be really happy to get an solution!
Message was edited by: grauth
various Macs, Mac OS X (10.5.1)