<?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: Creative Button Animations with Sprites and JQuery (Part 2: CSS, XHTML, JQuery)</title>
	<atom:link href="http://www.tutorial9.net/tutorials/web-tutorials/creative-button-animations-with-sprites-and-jquery-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tutorial9.net/tutorials/web-tutorials/creative-button-animations-with-sprites-and-jquery-part-2/</link>
	<description>Tutorial Bliss.</description>
	<lastBuildDate>Mon, 06 Feb 2012 06:52:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: sasha</title>
		<link>http://www.tutorial9.net/tutorials/web-tutorials/creative-button-animations-with-sprites-and-jquery-part-2/#comment-41624</link>
		<dc:creator>sasha</dc:creator>
		<pubDate>Thu, 10 Mar 2011 20:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorial9.net/?p=4826#comment-41624</guid>
		<description>I tried using this on an form input as well and could not get it to work. perhaps an input button does allow the same .hover in css?

also, has anyone tried adding a .click event that holds the hover state (and fades out other buttons). 

I would love to see that code or tutorial.</description>
		<content:encoded><![CDATA[<p>I tried using this on an form input as well and could not get it to work. perhaps an input button does allow the same .hover in css?</p>
<p>also, has anyone tried adding a .click event that holds the hover state (and fades out other buttons). </p>
<p>I would love to see that code or tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adrian7</title>
		<link>http://www.tutorial9.net/tutorials/web-tutorials/creative-button-animations-with-sprites-and-jquery-part-2/#comment-41242</link>
		<dc:creator>adrian7</dc:creator>
		<pubDate>Sat, 19 Feb 2011 10:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorial9.net/?p=4826#comment-41242</guid>
		<description>Hey! Nice work, I will use it to make a download button for my blog, and who knows maybe I will also make a wp plugin with this. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Hey! Nice work, I will use it to make a download button for my blog, and who knows maybe I will also make a wp plugin with this. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felipee_marcon</title>
		<link>http://www.tutorial9.net/tutorials/web-tutorials/creative-button-animations-with-sprites-and-jquery-part-2/#comment-40528</link>
		<dc:creator>felipee_marcon</dc:creator>
		<pubDate>Sun, 23 Jan 2011 22:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorial9.net/?p=4826#comment-40528</guid>
		<description>Cool, very cool. I&#039;m using on my blog http://www.screenentertainment.net/

The site is cool. Already in my favorites (:</description>
		<content:encoded><![CDATA[<p>Cool, very cool. I&#8217;m using on my blog <a href="http://www.screenentertainment.net/" rel="nofollow">http://www.screenentertainment.net/</a></p>
<p>The site is cool. Already in my favorites (:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tutoriels web et webdesign &#171; Web Design</title>
		<link>http://www.tutorial9.net/tutorials/web-tutorials/creative-button-animations-with-sprites-and-jquery-part-2/#comment-40361</link>
		<dc:creator>Tutoriels web et webdesign &#171; Web Design</dc:creator>
		<pubDate>Tue, 18 Jan 2011 14:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorial9.net/?p=4826#comment-40361</guid>
		<description>[...] 4. Des boutons animés à l’aide de sprites et Jquery (partie 2 : Code) [...]</description>
		<content:encoded><![CDATA[<p>[...] 4. Des boutons animés à l’aide de sprites et Jquery (partie 2 : Code) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joeblog</title>
		<link>http://www.tutorial9.net/tutorials/web-tutorials/creative-button-animations-with-sprites-and-jquery-part-2/#comment-39153</link>
		<dc:creator>joeblog</dc:creator>
		<pubDate>Sat, 18 Dec 2010 14:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorial9.net/?p=4826#comment-39153</guid>
		<description>Can anyone help me with this issue. it been bugging me for days.

*{
padding:0;
margin-top: 10;
margin-right: auto;
margin-bottom: 10;
margin-left: auto;
}
body {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #999;
background-color: #FFF;
}
#content {
height: 400px;
width: 1000px;
margin-right: auto;
margin-left: auto;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
}


.nav {
background: url(images/navApple.gif);
height: 40px;
width: 876px;
padding: 0;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;

}

.nav li {
list-style-type: none;
float: left;
text-align: center;
text-decoration: none;
font-family: Verdana, Geneva, sans-serif;
margin: 0px;
padding: 0px;
}
/*
.nav a {
height: 39px;
display: block;
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
text-decoration: none;
line-height: 35px;
color: #666;
text-transform: none;

}
.nav a:hover{
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
color: #FFF;

}
*/
.navHome1 { 
float:left;
display: block;
width: 112px;
height: 40px;
}
.navHome1 span.hover {
display: block;
position: absolute;
width:112px;
height:40px;
background: url(images/navApple.gif) 0 -40px no-repeat;
}
.navHome2 { 
float:left;
display: block;
width: 120px;
height: 40px;
position:relative;}

.navHome2 span.hover {
position: absolute;
width:116px;
height:40px;
background: url(images/navApple.gif) -112px -40px no-repeat;
}

.navHome3{
float:left;
display: block;
width: 127px;
height: 40px;
position:relative;
}

.navHome3 span.hover {
position: absolute;
width:125px;
height:40px;
background: url(images/navApple.gif) -231px -40px no-repeat;
}
.navHome4{
float:left;
display: block;
width: 125px;
height: 40px;
position:relative;
}
.navHome4 span.hover {
position:absolute;
width:123px;
height:39px;
background: url(images/navApple.gif) -360px -40px no-repeat;
}
.navHome5{
float:left;
display: block;
width: 137px;
height: 40px;
position:relative;
}
.navHome5 span.hover {
position:absolute;
width:135px;
height:39px;
background: url(images/navApple.gif) -485px -40px no-repeat;
}
.navHome6{ 
float:left;
display: block;
width: 132px;
height: 40px;
position:relative;}
.navHome6 span.hover {
position:absolute;
width:130px;
height:39px;
background: url(images/navApple.gif) -620px -40px no-repeat;
}
.navHome7{ 
float:left;
display: block;
width: 123px;
height: 40px;
position:relative;}
.navHome7 span.hover {
position:absolute;
width:122px;
height:39px;
background: url(images/navApple.gif) -753px -40px no-repeat;

}

/*
.nav1 {	width: 112px;}
.nav2 { width: 120px; }
.nav3 { width: 128px; }
.nav4 { width: 125px; }
.nav5 { width: 137px; }
.nav6 { width: 131px; }
.nav7 { width: 123px; }
*/
/*
.nav1 a:hover {
background: url(nav.gif) 0 -40px no-repeat;
}
.nav2 a:hover {
background: url(nav.gif) -111px -40px no-repeat;
}

.nav3 a:hover {
background: url(nav.gif) -232px -40px no-repeat;
}

.nav4 a:hover {
background: url(nav.gif) -360px -40px no-repeat;
}

.nav5 a:hover {
background: url(nav.gif) -484px -40px no-repeat;
}

.nav6 a:hover {
background: url(nav.gif) -622px -40px no-repeat;
}

.nav7 a:hover {
background: url(nav.gif) -753px -40px no-repeat;
}

it works fine in IE and safari but not in firefox!
help!</description>
		<content:encoded><![CDATA[<p>Can anyone help me with this issue. it been bugging me for days.</p>
<p>*{<br />
padding:0;<br />
margin-top: 10;<br />
margin-right: auto;<br />
margin-bottom: 10;<br />
margin-left: auto;<br />
}<br />
body {<br />
font-family: Verdana, Geneva, sans-serif;<br />
font-size: 12px;<br />
color: #999;<br />
background-color: #FFF;<br />
}<br />
#content {<br />
height: 400px;<br />
width: 1000px;<br />
margin-right: auto;<br />
margin-left: auto;<br />
padding: 0px;<br />
margin-top: 0px;<br />
margin-bottom: 0px;<br />
}</p>
<p>.nav {<br />
background: url(images/navApple.gif);<br />
height: 40px;<br />
width: 876px;<br />
padding: 0;<br />
margin-top: 0;<br />
margin-right: auto;<br />
margin-bottom: 0;<br />
margin-left: auto;</p>
<p>}</p>
<p>.nav li {<br />
list-style-type: none;<br />
float: left;<br />
text-align: center;<br />
text-decoration: none;<br />
font-family: Verdana, Geneva, sans-serif;<br />
margin: 0px;<br />
padding: 0px;<br />
}<br />
/*<br />
.nav a {<br />
height: 39px;<br />
display: block;<br />
font-family: Verdana, Geneva, sans-serif;<br />
font-size: 14px;<br />
text-decoration: none;<br />
line-height: 35px;<br />
color: #666;<br />
text-transform: none;</p>
<p>}<br />
.nav a:hover{<br />
font-family: Verdana, Geneva, sans-serif;<br />
font-size: 14px;<br />
color: #FFF;</p>
<p>}<br />
*/<br />
.navHome1 {<br />
float:left;<br />
display: block;<br />
width: 112px;<br />
height: 40px;<br />
}<br />
.navHome1 span.hover {<br />
display: block;<br />
position: absolute;<br />
width:112px;<br />
height:40px;<br />
background: url(images/navApple.gif) 0 -40px no-repeat;<br />
}<br />
.navHome2 {<br />
float:left;<br />
display: block;<br />
width: 120px;<br />
height: 40px;<br />
position:relative;}</p>
<p>.navHome2 span.hover {<br />
position: absolute;<br />
width:116px;<br />
height:40px;<br />
background: url(images/navApple.gif) -112px -40px no-repeat;<br />
}</p>
<p>.navHome3{<br />
float:left;<br />
display: block;<br />
width: 127px;<br />
height: 40px;<br />
position:relative;<br />
}</p>
<p>.navHome3 span.hover {<br />
position: absolute;<br />
width:125px;<br />
height:40px;<br />
background: url(images/navApple.gif) -231px -40px no-repeat;<br />
}<br />
.navHome4{<br />
float:left;<br />
display: block;<br />
width: 125px;<br />
height: 40px;<br />
position:relative;<br />
}<br />
.navHome4 span.hover {<br />
position:absolute;<br />
width:123px;<br />
height:39px;<br />
background: url(images/navApple.gif) -360px -40px no-repeat;<br />
}<br />
.navHome5{<br />
float:left;<br />
display: block;<br />
width: 137px;<br />
height: 40px;<br />
position:relative;<br />
}<br />
.navHome5 span.hover {<br />
position:absolute;<br />
width:135px;<br />
height:39px;<br />
background: url(images/navApple.gif) -485px -40px no-repeat;<br />
}<br />
.navHome6{<br />
float:left;<br />
display: block;<br />
width: 132px;<br />
height: 40px;<br />
position:relative;}<br />
.navHome6 span.hover {<br />
position:absolute;<br />
width:130px;<br />
height:39px;<br />
background: url(images/navApple.gif) -620px -40px no-repeat;<br />
}<br />
.navHome7{<br />
float:left;<br />
display: block;<br />
width: 123px;<br />
height: 40px;<br />
position:relative;}<br />
.navHome7 span.hover {<br />
position:absolute;<br />
width:122px;<br />
height:39px;<br />
background: url(images/navApple.gif) -753px -40px no-repeat;</p>
<p>}</p>
<p>/*<br />
.nav1 {	width: 112px;}<br />
.nav2 { width: 120px; }<br />
.nav3 { width: 128px; }<br />
.nav4 { width: 125px; }<br />
.nav5 { width: 137px; }<br />
.nav6 { width: 131px; }<br />
.nav7 { width: 123px; }<br />
*/<br />
/*<br />
.nav1 a:hover {<br />
background: url(nav.gif) 0 -40px no-repeat;<br />
}<br />
.nav2 a:hover {<br />
background: url(nav.gif) -111px -40px no-repeat;<br />
}</p>
<p>.nav3 a:hover {<br />
background: url(nav.gif) -232px -40px no-repeat;<br />
}</p>
<p>.nav4 a:hover {<br />
background: url(nav.gif) -360px -40px no-repeat;<br />
}</p>
<p>.nav5 a:hover {<br />
background: url(nav.gif) -484px -40px no-repeat;<br />
}</p>
<p>.nav6 a:hover {<br />
background: url(nav.gif) -622px -40px no-repeat;<br />
}</p>
<p>.nav7 a:hover {<br />
background: url(nav.gif) -753px -40px no-repeat;<br />
}</p>
<p>it works fine in IE and safari but not in firefox!<br />
help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khalid</title>
		<link>http://www.tutorial9.net/tutorials/web-tutorials/creative-button-animations-with-sprites-and-jquery-part-2/#comment-38547</link>
		<dc:creator>Khalid</dc:creator>
		<pubDate>Fri, 10 Dec 2010 13:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorial9.net/?p=4826#comment-38547</guid>
		<description>Yes correct, but don&#039;t forget the &#039; - &#039; in no-repeat. I don&#039;t know how I have missed that!
I actually don&#039;t specify the mentioned CSS properties in my stylesheets, but maybe I thought - at the moment I wrote this -that it would be better for the learning aspect. So the readers that have never heard of sprites, would understand it.</description>
		<content:encoded><![CDATA[<p>Yes correct, but don&#8217;t forget the &#8216; &#8211; &#8216; in no-repeat. I don&#8217;t know how I have missed that!<br />
I actually don&#8217;t specify the mentioned CSS properties in my stylesheets, but maybe I thought &#8211; at the moment I wrote this -that it would be better for the learning aspect. So the readers that have never heard of sprites, would understand it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashishanexpert</title>
		<link>http://www.tutorial9.net/tutorials/web-tutorials/creative-button-animations-with-sprites-and-jquery-part-2/#comment-38378</link>
		<dc:creator>ashishanexpert</dc:creator>
		<pubDate>Wed, 08 Dec 2010 06:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorial9.net/?p=4826#comment-38378</guid>
		<description>Anyway, thanks for this really Effective tutorial...</description>
		<content:encoded><![CDATA[<p>Anyway, thanks for this really Effective tutorial&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk
Database Caching using disk
Object Caching 256/285 objects using disk
Content Delivery Network via Amazon Web Services: S3: tutorial9.s3.amazonaws.com

Served from: www.tutorial9.net @ 2012-02-13 00:53:14 -->
