<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Safari 3.1 on Windows Problems Displaying A Background Image On a Body Tag</title>
	<atom:link href="http://blueclock.wordpress.com/2008/03/27/safari-31-on-windows-problems-displaying-a-background-image-on-a-body-tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://blueclock.wordpress.com/2008/03/27/safari-31-on-windows-problems-displaying-a-background-image-on-a-body-tag/</link>
	<description>Articles To Help You Manage Your Web Site : Web Design and Consultancy in Brussels</description>
	<pubDate>Fri, 08 Aug 2008 00:37:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>By: blueclock</title>
		<link>http://blueclock.wordpress.com/2008/03/27/safari-31-on-windows-problems-displaying-a-background-image-on-a-body-tag/#comment-340</link>
		<dc:creator>blueclock</dc:creator>
		<pubDate>Mon, 14 Jul 2008 07:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://blueclock.wordpress.com/?p=221#comment-340</guid>
		<description>Hi, the filename in the URL doesn't need quotes. Try it without and see if that makes a difference.

body {

background-image: url(dksvhasulinflvuad.gif);

}</description>
		<content:encoded><![CDATA[<p>Hi, the filename in the URL doesn&#8217;t need quotes. Try it without and see if that makes a difference.</p>
<p>body {</p>
<p>background-image: url(dksvhasulinflvuad.gif);</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CWSouthworth</title>
		<link>http://blueclock.wordpress.com/2008/03/27/safari-31-on-windows-problems-displaying-a-background-image-on-a-body-tag/#comment-339</link>
		<dc:creator>CWSouthworth</dc:creator>
		<pubDate>Sun, 13 Jul 2008 23:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://blueclock.wordpress.com/?p=221#comment-339</guid>
		<description>I'm using safari 3.1 on a windows machine and neither I nor my mac based client were getting a proper 

body {background-image: url("dksvhasulinflvuad.gif");}

Now I have

body {margin-'all': 0px;

.wrap {background-image: url("dksvhasulinflvuad.gif");}

THANKS APPLE!

but its nice to see that others have hit this as well, thought I was crazy for a few minutes.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using safari 3.1 on a windows machine and neither I nor my mac based client were getting a proper </p>
<p>body {background-image: url(&#8221;dksvhasulinflvuad.gif&#8221;);}</p>
<p>Now I have</p>
<p>body {margin-&#8217;all&#8217;: 0px;</p>
<p>.wrap {background-image: url(&#8221;dksvhasulinflvuad.gif&#8221;);}</p>
<p>THANKS APPLE!</p>
<p>but its nice to see that others have hit this as well, thought I was crazy for a few minutes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blueclock</title>
		<link>http://blueclock.wordpress.com/2008/03/27/safari-31-on-windows-problems-displaying-a-background-image-on-a-body-tag/#comment-273</link>
		<dc:creator>blueclock</dc:creator>
		<pubDate>Wed, 23 Apr 2008 10:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://blueclock.wordpress.com/?p=221#comment-273</guid>
		<description>Hi Lila

You have a mistake in your CSS.

Remove the comma between top and left.

So 

background-position: top, left;

just becomes 

background-position: top left;</description>
		<content:encoded><![CDATA[<p>Hi Lila</p>
<p>You have a mistake in your CSS.</p>
<p>Remove the comma between top and left.</p>
<p>So </p>
<p>background-position: top, left;</p>
<p>just becomes </p>
<p>background-position: top left;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lila</title>
		<link>http://blueclock.wordpress.com/2008/03/27/safari-31-on-windows-problems-displaying-a-background-image-on-a-body-tag/#comment-272</link>
		<dc:creator>lila</dc:creator>
		<pubDate>Wed, 23 Apr 2008 09:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://blueclock.wordpress.com/?p=221#comment-272</guid>
		<description>Same problem here..
Here is my code:
body{bg-color:#fff; background-image:url(img/sfondo.jpg);
	background-repeat:no-repeat;
	background-position:top, left;
	background-attachment: fixed;}
on Safari for Windows it is displayed twice, one with a 100 px padding on top, the second with a 100 px padding on left... no problem elsewhere..</description>
		<content:encoded><![CDATA[<p>Same problem here..<br />
Here is my code:<br />
body{bg-color:#fff; background-image:url(img/sfondo.jpg);<br />
	background-repeat:no-repeat;<br />
	background-position:top, left;<br />
	background-attachment: fixed;}<br />
on Safari for Windows it is displayed twice, one with a 100 px padding on top, the second with a 100 px padding on left&#8230; no problem elsewhere..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blueclock</title>
		<link>http://blueclock.wordpress.com/2008/03/27/safari-31-on-windows-problems-displaying-a-background-image-on-a-body-tag/#comment-198</link>
		<dc:creator>blueclock</dc:creator>
		<pubDate>Thu, 27 Mar 2008 20:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://blueclock.wordpress.com/?p=221#comment-198</guid>
		<description>oops, I still had a user style sheet active that was interfering with other sites.</description>
		<content:encoded><![CDATA[<p>oops, I still had a user style sheet active that was interfering with other sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blueclock</title>
		<link>http://blueclock.wordpress.com/2008/03/27/safari-31-on-windows-problems-displaying-a-background-image-on-a-body-tag/#comment-197</link>
		<dc:creator>blueclock</dc:creator>
		<pubDate>Thu, 27 Mar 2008 20:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://blueclock.wordpress.com/?p=221#comment-197</guid>
		<description>Thanks Jason

I wish that were the cause, but on my site I'm using good old fashioned charset=iso-8859-1 not UTF-8. Adobe are using UTF-8 on their site.

I've had the opportunity to check it on Safari on my Mac and it's fine it just seems to affect the windows version.

Maybe it's something to do with the DocType. I'll investigate further.</description>
		<content:encoded><![CDATA[<p>Thanks Jason</p>
<p>I wish that were the cause, but on my site I&#8217;m using good old fashioned charset=iso-8859-1 not UTF-8. Adobe are using UTF-8 on their site.</p>
<p>I&#8217;ve had the opportunity to check it on Safari on my Mac and it&#8217;s fine it just seems to affect the windows version.</p>
<p>Maybe it&#8217;s something to do with the DocType. I&#8217;ll investigate further.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason Gillard</title>
		<link>http://blueclock.wordpress.com/2008/03/27/safari-31-on-windows-problems-displaying-a-background-image-on-a-body-tag/#comment-196</link>
		<dc:creator>jason Gillard</dc:creator>
		<pubDate>Thu, 27 Mar 2008 19:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://blueclock.wordpress.com/?p=221#comment-196</guid>
		<description>delete the "@charset "UTF-8";" at the top of your CSS</description>
		<content:encoded><![CDATA[<p>delete the &#8220;@charset &#8220;UTF-8&#8243;;&#8221; at the top of your CSS</p>
]]></content:encoded>
	</item>
</channel>
</rss>
