<?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: CSS Background Image Sprites</title>
	<atom:link href="http://www.askapache.com/css/css-background-image-sprite.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/css/css-background-image-sprite.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Thu, 16 May 2013 00:37:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: IT Training</title>
		<link>http://www.askapache.com/css/css-background-image-sprite.html#comment-1383</link>
		<dc:creator>IT Training</dc:creator>
		<pubDate>Tue, 14 Aug 2012 05:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/css/css-background-image-sprite.html#comment-1383</guid>
		<description><![CDATA[CSS sprites cannot used if you have repeated background image.]]></description>
		<content:encoded><![CDATA[<p>CSS sprites cannot used if you have repeated background image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.askapache.com/css/css-background-image-sprite.html#comment-1382</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 06 Apr 2012 16:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/css/css-background-image-sprite.html#comment-1382</guid>
		<description><![CDATA[&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I was wondering if you&#039;ve come across a way to use a sprite as a background image but set it without using px. I have a scalable section on my fitness website that I would like to use a background sprite for but can&#039;t seem to get it to stick to the bottom of the div. My old method used % for positioning which worked perfectly (using a stand alone image). I would prefer to not to do this again but will if I have to. Just wondering if you&#039;ve done anything previously that addresses my issue. Thanks.&lt;/p&gt;]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was wondering if you've come across a way to use a sprite as a background image but set it without using px. I have a scalable section on my fitness website that I would like to use a background sprite for but can't seem to get it to stick to the bottom of the div. My old method used % for positioning which worked perfectly (using a stand alone image). I would prefer to not to do this again but will if I have to. Just wondering if you've done anything previously that addresses my issue. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goodbye Quotes</title>
		<link>http://www.askapache.com/css/css-background-image-sprite.html#comment-1381</link>
		<dc:creator>Goodbye Quotes</dc:creator>
		<pubDate>Thu, 02 Feb 2012 09:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/css/css-background-image-sprite.html#comment-1381</guid>
		<description><![CDATA[Hello,
   How to use full page background image and CSS sprite together? In all the examples I have seen, one needs to specify div width manually.


thanks
JP]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
   How to use full page background image and CSS sprite together? In all the examples I have seen, one needs to specify div width manually.</p>
<p>thanks<br />
JP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KB</title>
		<link>http://www.askapache.com/css/css-background-image-sprite.html#comment-1377</link>
		<dc:creator>KB</dc:creator>
		<pubDate>Thu, 01 Sep 2011 14:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/css/css-background-image-sprite.html#comment-1377</guid>
		<description><![CDATA[It was good and I got to know few good things.
I have also created a CSS sprite for my site Here, you can see an image on top left..here I have used this CSS sprite as painting.

One can move cursor over this image and it will turn into colored picture.]]></description>
		<content:encoded><![CDATA[<p>It was good and I got to know few good things.<br />
I have also created a CSS sprite for my site Here, you can see an image on top left..here I have used this CSS sprite as painting.</p>
<p>One can move cursor over this image and it will turn into colored picture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dalmatian</title>
		<link>http://www.askapache.com/css/css-background-image-sprite.html#comment-1372</link>
		<dc:creator>dalmatian</dc:creator>
		<pubDate>Fri, 21 Jan 2011 15:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/css/css-background-image-sprite.html#comment-1372</guid>
		<description><![CDATA[Hi I cant get my sprite to work, I dont know what to do?

Can you help me please?

This is a part of my css. The icons wont show and the url is correct and so is the name of the png that contains a total of 11 png icons.
&lt;pre&gt;li { list-style-type:none; width:16px; height:16px; }
li a { background-image:url(&#039;pictures/style/sprite-icons.png&#039;);  width:16px; height:16px; }
li a .sprite-skype{ background-position:-330px 0px; width:16px; height:16px; }
li a .sprite-tag{ background-position:-396px 0px; width:16px; height:16px; }
li a .sprite-twit{ background-position:-462px 0px; width:16px; height:16px; }&lt;/pre&gt;



This is my list of href&#039;s.
&lt;pre&gt;&lt;a href=&quot;#&quot;&gt;&lt;/a&gt;
&lt;a href=&quot;#&quot;&gt;&lt;/a&gt;
&lt;a href=&quot;#&quot;&gt;&lt;/a&gt;&lt;/pre&gt;


I dont know what the problem is? I cant get the icons to show for the right href?]]></description>
		<content:encoded><![CDATA[<p>Hi I cant get my sprite to work, I dont know what to do?</p>
<p>Can you help me please?</p>
<p>This is a part of my css. The icons wont show and the url is correct and so is the name of the png that contains a total of 11 png icons.</p>
<pre>li { list-style-type:none; width:16px; height:16px; }
li a { background-image:url('pictures/style/sprite-icons.png');  width:16px; height:16px; }
li a .sprite-skype{ background-position:-330px 0px; width:16px; height:16px; }
li a .sprite-tag{ background-position:-396px 0px; width:16px; height:16px; }
li a .sprite-twit{ background-position:-462px 0px; width:16px; height:16px; }</pre>
<p>This is my list of href's.</p>
<pre>&lt;a href="#"&gt;&lt;/a&gt;
&lt;a href="#"&gt;&lt;/a&gt;
&lt;a href="#"&gt;&lt;/a&gt;</pre>
<p>I dont know what the problem is? I cant get the icons to show for the right href?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nomad</title>
		<link>http://www.askapache.com/css/css-background-image-sprite.html#comment-1370</link>
		<dc:creator>nomad</dc:creator>
		<pubDate>Mon, 31 May 2010 19:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/css/css-background-image-sprite.html#comment-1370</guid>
		<description><![CDATA[I tried to install spritegen on my server but it doesn&#039;t work, anyone know what the config details should be ?]]></description>
		<content:encoded><![CDATA[<p>I tried to install spritegen on my server but it doesn't work, anyone know what the config details should be ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorgen</title>
		<link>http://www.askapache.com/css/css-background-image-sprite.html#comment-1368</link>
		<dc:creator>Jorgen</dc:creator>
		<pubDate>Mon, 19 Apr 2010 15:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/css/css-background-image-sprite.html#comment-1368</guid>
		<description><![CDATA[Image sprites are a good way of optimizing your page. You can find a tutorial on my site as well.]]></description>
		<content:encoded><![CDATA[<p>Image sprites are a good way of optimizing your page. You can find a tutorial on my site as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masque de catch</title>
		<link>http://www.askapache.com/css/css-background-image-sprite.html#comment-1366</link>
		<dc:creator>Masque de catch</dc:creator>
		<pubDate>Tue, 02 Mar 2010 19:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/css/css-background-image-sprite.html#comment-1366</guid>
		<description><![CDATA[CSS sprite is very useful. It allows to reduce the number of HTTP Request on my website ! Thanks for explanations !]]></description>
		<content:encoded><![CDATA[<p>CSS sprite is very useful. It allows to reduce the number of HTTP Request on my website ! Thanks for explanations !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew James Taylor</title>
		<link>http://www.askapache.com/css/css-background-image-sprite.html#comment-1364</link>
		<dc:creator>Matthew James Taylor</dc:creator>
		<pubDate>Tue, 09 Oct 2007 06:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/css/css-background-image-sprite.html#comment-1364</guid>
		<description><![CDATA[Sprites are great except Earlier versions of Internet Explorer don&#039;t render the background-position property correctly. The only way to solve this problem is to have a separate stylesheet for older IE versions and specify individual images. I hate Microsoft.]]></description>
		<content:encoded><![CDATA[<p>Sprites are great except Earlier versions of Internet Explorer don't render the background-position property correctly. The only way to solve this problem is to have a separate stylesheet for older IE versions and specify individual images. I hate Microsoft.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
