<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Hairy and scary</title>
	<atom:link href="http://chasingdaisy.com/2006/04/24/hairy-and-scary/feed/" rel="self" type="application/rss+xml" />
	<link>http://chasingdaisy.com/2006/04/24/hairy-and-scary/</link>
	<description>A little bit of this, a little bit of that...</description>
	<lastBuildDate>Thu, 30 Jul 2009 03:20:55 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: daisy</title>
		<link>http://chasingdaisy.com/2006/04/24/hairy-and-scary/#comment-8727</link>
		<dc:creator>daisy</dc:creator>
		<pubDate>Tue, 25 Apr 2006 15:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://chasingdaisy.com/2006/04/24/hairy-and-scary/#comment-8727</guid>
		<description>Thank you guys.

Gordon, I tried an absolute url, no joy so I changed it back to a relative. But just by uploading the newly saved css file (but back to its old state) has fixed the problem. Wierd eh? At least it does in Firefox/IE/Opera on Win2K. Hope it&#039;s working elsewhere too. Oh dammit, that reminds me that I wanted to go fix the video display.

*scribbles post-it note, sticks it on forehead*

Hmmm, not sure why the text is blue on highlighting, will google.

Lyle, &quot;nad about a bit&quot; - is that the technical term? ;-) But the principle of splitting up the code like that is a good one and I&#039;ll remember that for future.

One odd thing that is probably significant but I can&#039;t work out why:

The background image displayed correctly on &lt;a href=&quot;http://chasingdaisy.com/index.php&quot; rel=&quot;nofollow&quot;&gt;http://chasingdaisy.com/index.php&lt;/a&gt; but not on &lt;a href=&quot;http://chasingdaisy.com&quot; rel=&quot;nofollow&quot;&gt;http://chasingdaisy.com&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thank you guys.</p>
<p>Gordon, I tried an absolute url, no joy so I changed it back to a relative. But just by uploading the newly saved css file (but back to its old state) has fixed the problem. Wierd eh? At least it does in Firefox/IE/Opera on Win2K. Hope it&#8217;s working elsewhere too. Oh dammit, that reminds me that I wanted to go fix the video display.</p>
<p>*scribbles post-it note, sticks it on forehead*</p>
<p>Hmmm, not sure why the text is blue on highlighting, will google.</p>
<p>Lyle, &#8220;nad about a bit&#8221; &#8211; is that the technical term? ;-) But the principle of splitting up the code like that is a good one and I&#8217;ll remember that for future.</p>
<p>One odd thing that is probably significant but I can&#8217;t work out why:</p>
<p>The background image displayed correctly on <a href="http://chasingdaisy.com/index.php" rel="nofollow">http://chasingdaisy.com/index.php</a> but not on <a href="http://chasingdaisy.com" rel="nofollow">http://chasingdaisy.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lyle</title>
		<link>http://chasingdaisy.com/2006/04/24/hairy-and-scary/#comment-8724</link>
		<dc:creator>Lyle</dc:creator>
		<pubDate>Tue, 25 Apr 2006 13:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://chasingdaisy.com/2006/04/24/hairy-and-scary/#comment-8724</guid>
		<description>Ah, my mistake, I think you&#039;ve got the ; on the line under it - it&#039;s a following-on thing. 

Gah.

Try the preceding forward slash.

Alternatively, initially split the background bits down into individual selectors, so you can see what they&#039;re doing...

ie.

 background-color: transparent;
 background-image: url(images/middle.gif);
 background-repeat: repeat-y;
 background-position: top center;

then you could always nad about a bit and see how you do...</description>
		<content:encoded><![CDATA[<p>Ah, my mistake, I think you&#8217;ve got the ; on the line under it &#8211; it&#8217;s a following-on thing. </p>
<p>Gah.</p>
<p>Try the preceding forward slash.</p>
<p>Alternatively, initially split the background bits down into individual selectors, so you can see what they&#8217;re doing&#8230;</p>
<p>ie.</p>
<p> background-color: transparent;<br />
 background-image: url(images/middle.gif);<br />
 background-repeat: repeat-y;<br />
 background-position: top center;</p>
<p>then you could always nad about a bit and see how you do&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lyle</title>
		<link>http://chasingdaisy.com/2006/04/24/hairy-and-scary/#comment-8723</link>
		<dc:creator>Lyle</dc:creator>
		<pubDate>Tue, 25 Apr 2006 13:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://chasingdaisy.com/2006/04/24/hairy-and-scary/#comment-8723</guid>
		<description>The immediate response would be &quot;put a semi-colon at the end of the line&quot; thus

 background: transparent url(images/middle.gif);

also, it might be worth trying to go back to the root for the images, so to go...

 background: transparent url(/images/middle.gif);

So there&#039;s two options...</description>
		<content:encoded><![CDATA[<p>The immediate response would be &#8220;put a semi-colon at the end of the line&#8221; thus</p>
<p> background: transparent url(images/middle.gif);</p>
<p>also, it might be worth trying to go back to the root for the images, so to go&#8230;</p>
<p> background: transparent url(/images/middle.gif);</p>
<p>So there&#8217;s two options&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gordon</title>
		<link>http://chasingdaisy.com/2006/04/24/hairy-and-scary/#comment-8715</link>
		<dc:creator>Gordon</dc:creator>
		<pubDate>Tue, 25 Apr 2006 09:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://chasingdaisy.com/2006/04/24/hairy-and-scary/#comment-8715</guid>
		<description>Try an absolute URL?

chasingdaisy.com/images/middle.gif

And why, when selected, does your text highlight in light blue?? 

I&#039;ve yet to upgrade... good to have others do it before me!</description>
		<content:encoded><![CDATA[<p>Try an absolute URL?</p>
<p>chasingdaisy.com/images/middle.gif</p>
<p>And why, when selected, does your text highlight in light blue?? </p>
<p>I&#8217;ve yet to upgrade&#8230; good to have others do it before me!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
