<?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 for Style Meltdown</title>
	<atom:link href="http://stylemeltdown.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://stylemeltdown.com</link>
	<description>Anything but forward is a waste of time</description>
	<lastBuildDate>Wed, 16 May 2012 13:52:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Image Sprite Navigation With CSS by Leo</title>
		<link>http://stylemeltdown.com/image-sprite-navigation-with-css/#comment-3915</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Wed, 16 May 2012 13:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://stylemeltdown.com/2007/10/22/image-sprite-navigation-with-css/#comment-3915</guid>
		<description>Hey, thanks for this awesome little tutorial. Now, I am running into a bit of a problem when I want it to automatically scale to the web browser window size: I can&#039;t get it to work! Does anyone have any idea on how this could be solved in a good way? Code below:


@charset &quot;UTF-8&quot;;

img {
	max-width:100%;
}

#nav {
	background:url(&quot;images/navbar.png&quot;) no-repeat;
	/*background-size: 100%;*/
	max-width:100%;
	height:100px;
	margin:0;
	padding:0;
}

#nav span {
display:none;
}

#nav li, #nav a {
height:87px;
display:block;
}

#nav li {
float:left;
list-style:none;
display:inline;
}

/*#nav-01 {width:16%;}
#nav-02 {width:17%;}
#nav-03 {width:18%;}
#nav-04 {width:18%;}
#nav-05 {width:17%;}
#nav-06 {width:14%;}*/

#nav-01 {width:306px;}
#nav-02 {width:322px;}
#nav-03 {width:343px;}
#nav-04 {width:343px;}
#nav-05 {width:318px;}
#nav-06 {width:267px;}

#nav-01 a:hover {background:url(&quot;images/navbar.png&quot;) 0px -97px no-repeat;}
#nav-02 a:hover {background:url(&quot;images/navbar.png&quot;) -306px -97px no-repeat;}
#nav-03 a:hover {background:url(&quot;images/navbar.png&quot;) -628px -97px no-repeat;}
#nav-04 a:hover {background:url(&quot;images/navbar.png&quot;) -971px -97px no-repeat;}
#nav-05 a:hover {background:url(&quot;images/navbar.png&quot;) -1314px -97px no-repeat;}
#nav-06 a:hover {background:url(&quot;images/navbar.png&quot;) -1632px -97px no-repeat;}

/*#nav-01 a:hover {background:url(&quot;images/navbar.png&quot;) 0px -97px no-repeat;}
#nav-02 a:hover {background:url(&quot;images/navbar.png&quot;) -16% -97px no-repeat;}
#nav-03 a:hover {background:url(&quot;images/navbar.png&quot;) -33% -97px no-repeat;}
#nav-04 a:hover {background:url(&quot;images/navbar.png&quot;) -51% -97px no-repeat;}
#nav-05 a:hover {background:url(&quot;images/navbar.png&quot;) -69% -97px no-repeat;}
#nav-06 a:hover {background:url(&quot;images/navbar.png&quot;) -86% -97px no-repeat;}*/

#banner {
max-width:100%;
}

#wrapper {
max-width:100%;
}</description>
		<content:encoded><![CDATA[<p>Hey, thanks for this awesome little tutorial. Now, I am running into a bit of a problem when I want it to automatically scale to the web browser window size: I can&#8217;t get it to work! Does anyone have any idea on how this could be solved in a good way? Code below:</p>
<p>@charset &#8220;UTF-8&#8243;;</p>
<p>img {<br />
	max-width:100%;<br />
}</p>
<p>#nav {<br />
	background:url(&#8220;images/navbar.png&#8221;) no-repeat;<br />
	/*background-size: 100%;*/<br />
	max-width:100%;<br />
	height:100px;<br />
	margin:0;<br />
	padding:0;<br />
}</p>
<p>#nav span {<br />
display:none;<br />
}</p>
<p>#nav li, #nav a {<br />
height:87px;<br />
display:block;<br />
}</p>
<p>#nav li {<br />
float:left;<br />
list-style:none;<br />
display:inline;<br />
}</p>
<p>/*#nav-01 {width:16%;}<br />
#nav-02 {width:17%;}<br />
#nav-03 {width:18%;}<br />
#nav-04 {width:18%;}<br />
#nav-05 {width:17%;}<br />
#nav-06 {width:14%;}*/</p>
<p>#nav-01 {width:306px;}<br />
#nav-02 {width:322px;}<br />
#nav-03 {width:343px;}<br />
#nav-04 {width:343px;}<br />
#nav-05 {width:318px;}<br />
#nav-06 {width:267px;}</p>
<p>#nav-01 a:hover {background:url(&#8220;images/navbar.png&#8221;) 0px -97px no-repeat;}<br />
#nav-02 a:hover {background:url(&#8220;images/navbar.png&#8221;) -306px -97px no-repeat;}<br />
#nav-03 a:hover {background:url(&#8220;images/navbar.png&#8221;) -628px -97px no-repeat;}<br />
#nav-04 a:hover {background:url(&#8220;images/navbar.png&#8221;) -971px -97px no-repeat;}<br />
#nav-05 a:hover {background:url(&#8220;images/navbar.png&#8221;) -1314px -97px no-repeat;}<br />
#nav-06 a:hover {background:url(&#8220;images/navbar.png&#8221;) -1632px -97px no-repeat;}</p>
<p>/*#nav-01 a:hover {background:url(&#8220;images/navbar.png&#8221;) 0px -97px no-repeat;}<br />
#nav-02 a:hover {background:url(&#8220;images/navbar.png&#8221;) -16% -97px no-repeat;}<br />
#nav-03 a:hover {background:url(&#8220;images/navbar.png&#8221;) -33% -97px no-repeat;}<br />
#nav-04 a:hover {background:url(&#8220;images/navbar.png&#8221;) -51% -97px no-repeat;}<br />
#nav-05 a:hover {background:url(&#8220;images/navbar.png&#8221;) -69% -97px no-repeat;}<br />
#nav-06 a:hover {background:url(&#8220;images/navbar.png&#8221;) -86% -97px no-repeat;}*/</p>
<p>#banner {<br />
max-width:100%;<br />
}</p>
<p>#wrapper {<br />
max-width:100%;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Sprite Navigation With CSS by jayendra</title>
		<link>http://stylemeltdown.com/image-sprite-navigation-with-css/#comment-3914</link>
		<dc:creator>jayendra</dc:creator>
		<pubDate>Wed, 25 Apr 2012 09:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://stylemeltdown.com/2007/10/22/image-sprite-navigation-with-css/#comment-3914</guid>
		<description>Great tutorial. Now, I can use image spirit in my website. 

Thanks</description>
		<content:encoded><![CDATA[<p>Great tutorial. Now, I can use image spirit in my website. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DeDestruct And Other Kinds of Awesomeness by Raquel J. Cagula</title>
		<link>http://stylemeltdown.com/dedestruct-and-other-kinds-of-awesomeness/#comment-3913</link>
		<dc:creator>Raquel J. Cagula</dc:creator>
		<pubDate>Sat, 17 Mar 2012 05:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://stylemeltdown.com/2008/03/03/dedestruct-and-other-kinds-of-awesomeness/#comment-3913</guid>
		<description>Dedestruct! first time to encounter this word.Thanks for sharing!


&lt;a href=&quot;http://raquelc35.wordpress.com&quot; rel=&quot;nofollow&quot;&gt;ICI Non Voice block C&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Dedestruct! first time to encounter this word.Thanks for sharing!</p>
<p><a href="http://raquelc35.wordpress.com" rel="nofollow">ICI Non Voice block C</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Sprite Navigation With CSS by DesignElixir</title>
		<link>http://stylemeltdown.com/image-sprite-navigation-with-css/#comment-3911</link>
		<dc:creator>DesignElixir</dc:creator>
		<pubDate>Sat, 03 Mar 2012 17:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://stylemeltdown.com/2007/10/22/image-sprite-navigation-with-css/#comment-3911</guid>
		<description>Great tutorial Alex!  I was able to implement CSS Sprites for my menu bar following your tutorial and modifying it a bit - I created a widget box for the menu bar.  However, I have a small issue- there is a small sliver of the hover image appearing at the top of my sprite menu bar and I can&#039;t get rid of it. I have tried messing with margins, padding, and display block heights but it is still there.  Would you mind cruising over to my site and giving me ideas on how to fix it?  I have been at it for a while and just cant figure it out/   I kept the sprite names nav-example and the widget is HTML5.  Any help is appreciated!</description>
		<content:encoded><![CDATA[<p>Great tutorial Alex!  I was able to implement CSS Sprites for my menu bar following your tutorial and modifying it a bit &#8211; I created a widget box for the menu bar.  However, I have a small issue- there is a small sliver of the hover image appearing at the top of my sprite menu bar and I can&#8217;t get rid of it. I have tried messing with margins, padding, and display block heights but it is still there.  Would you mind cruising over to my site and giving me ideas on how to fix it?  I have been at it for a while and just cant figure it out/   I kept the sprite names nav-example and the widget is HTML5.  Any help is appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on P.O.S. &#8211; Never Better (2009) Will Unique Album Art Make Sales? by Marik</title>
		<link>http://stylemeltdown.com/pos-never-better-2009-will-unique-album-art-make-sales/#comment-3910</link>
		<dc:creator>Marik</dc:creator>
		<pubDate>Sun, 22 Jan 2012 20:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://stylemeltdown.com/2009/01/26/pos-never-better-2009-will-unique-album-art-make-sales/#comment-3910</guid>
		<description>Why not!?</description>
		<content:encoded><![CDATA[<p>Why not!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Sprite Navigation With CSS by RizoRex</title>
		<link>http://stylemeltdown.com/image-sprite-navigation-with-css/#comment-3909</link>
		<dc:creator>RizoRex</dc:creator>
		<pubDate>Sun, 15 Jan 2012 12:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://stylemeltdown.com/2007/10/22/image-sprite-navigation-with-css/#comment-3909</guid>
		<description>This tutorial was posted back in 2007 and it is still applicable to this day.  Thank you Mr. Mr. Alex Hackbart your tutorial is so awesome that I was able to use it on my Footer Navigation thereby saving me some Javascript on my website. Your method wasn&#039;t even mentioned in my book &quot;Web Design All in One for Dummies.  Long live to you sir.</description>
		<content:encoded><![CDATA[<p>This tutorial was posted back in 2007 and it is still applicable to this day.  Thank you Mr. Mr. Alex Hackbart your tutorial is so awesome that I was able to use it on my Footer Navigation thereby saving me some Javascript on my website. Your method wasn&#8217;t even mentioned in my book &#8220;Web Design All in One for Dummies.  Long live to you sir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Second Brain &#8211; Aggregate Your Content Libraries the Easy Way by sex hikayeleri</title>
		<link>http://stylemeltdown.com/secondbrain/#comment-3907</link>
		<dc:creator>sex hikayeleri</dc:creator>
		<pubDate>Sat, 07 Jan 2012 00:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://stylemeltdown.com/2008/05/28/secondbrain/#comment-3907</guid>
		<description>Thank you very much for the Shares will not always follow the posts, I&#039;m pretty good work and I wanted to add a comment</description>
		<content:encoded><![CDATA[<p>Thank you very much for the Shares will not always follow the posts, I&#8217;m pretty good work and I wanted to add a comment</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on P.O.S. &#8211; Never Better (2009) Will Unique Album Art Make Sales? by marka tescili</title>
		<link>http://stylemeltdown.com/pos-never-better-2009-will-unique-album-art-make-sales/#comment-3906</link>
		<dc:creator>marka tescili</dc:creator>
		<pubDate>Thu, 05 Jan 2012 08:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://stylemeltdown.com/2009/01/26/pos-never-better-2009-will-unique-album-art-make-sales/#comment-3906</guid>
		<description>I really liked your site first bring up the great language Waiting for your help I &#039;ve got a site on the trademark registration</description>
		<content:encoded><![CDATA[<p>I really liked your site first bring up the great language Waiting for your help I &#8216;ve got a site on the trademark registration</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on P.O.S. &#8211; Never Better (2009) Will Unique Album Art Make Sales? by Supernova</title>
		<link>http://stylemeltdown.com/pos-never-better-2009-will-unique-album-art-make-sales/#comment-3904</link>
		<dc:creator>Supernova</dc:creator>
		<pubDate>Wed, 04 Jan 2012 23:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://stylemeltdown.com/2009/01/26/pos-never-better-2009-will-unique-album-art-make-sales/#comment-3904</guid>
		<description>I think nifty things like that can entice some to buy but for most people, all that matters is the music itself. I think artists should embrace digital downloads more and be humble, as showing a good attitude tends to make people want to support them. Also, having easier access to free music helps people discover artists they may not have heard before, which leads them to support them through buying albums or attending concerts.</description>
		<content:encoded><![CDATA[<p>I think nifty things like that can entice some to buy but for most people, all that matters is the music itself. I think artists should embrace digital downloads more and be humble, as showing a good attitude tends to make people want to support them. Also, having easier access to free music helps people discover artists they may not have heard before, which leads them to support them through buying albums or attending concerts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DeDestruct And Other Kinds of Awesomeness by art</title>
		<link>http://stylemeltdown.com/dedestruct-and-other-kinds-of-awesomeness/#comment-3903</link>
		<dc:creator>art</dc:creator>
		<pubDate>Sun, 01 Jan 2012 18:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://stylemeltdown.com/2008/03/03/dedestruct-and-other-kinds-of-awesomeness/#comment-3903</guid>
		<description>Hi alex, I will be benefited by this. thanks!</description>
		<content:encoded><![CDATA[<p>Hi alex, I will be benefited by this. thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

