<?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: Easy CSS Rollover Buttons</title>
	<atom:link href="http://www.citrikacid.com/index.php/2007/04/03/easy-css-rollover-buttons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.citrikacid.com/index.php/2007/04/03/easy-css-rollover-buttons/</link>
	<description>Neupix Media Labs</description>
	<pubDate>Sat, 17 May 2008 18:28:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Tony</title>
		<link>http://www.citrikacid.com/index.php/2007/04/03/easy-css-rollover-buttons/#comment-9279</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Mon, 10 Mar 2008 02:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.citrikacid.com/index.php/2007/04/03/easy-css-rollover-buttons/#comment-9279</guid>
		<description>Awesome!!!!!!!!
Thank you, I've tried several other tutorials that said they did this as well, but in my own ineptitude, this was the one that worked and definitely seemed the simplest...

Thanks a billion!!  Wish I'd found this tutorial about 8 hours ago!

Take care,

TOny</description>
		<content:encoded><![CDATA[<p>Awesome!!!!!!!!<br />
Thank you, I&#8217;ve tried several other tutorials that said they did this as well, but in my own ineptitude, this was the one that worked and definitely seemed the simplest&#8230;</p>
<p>Thanks a billion!!  Wish I&#8217;d found this tutorial about 8 hours ago!</p>
<p>Take care,</p>
<p>TOny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell</title>
		<link>http://www.citrikacid.com/index.php/2007/04/03/easy-css-rollover-buttons/#comment-4679</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Wed, 21 Nov 2007 09:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.citrikacid.com/index.php/2007/04/03/easy-css-rollover-buttons/#comment-4679</guid>
		<description>Hi, i found using this code very straight forward.  But is there anyway of having a palin button, and text styled using css centred over the top??

Here is my code, but i cant get my txt to align verticaly, i have used padding, but it throws the rollover out.




&lt;a href="link.html" rel="nofollow"&gt;

ABOUT&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi, i found using this code very straight forward.  But is there anyway of having a palin button, and text styled using css centred over the top??</p>
<p>Here is my code, but i cant get my txt to align verticaly, i have used padding, but it throws the rollover out.</p>
<p><a href="link.html" rel="nofollow"></p>
<p>ABOUT</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.citrikacid.com/index.php/2007/04/03/easy-css-rollover-buttons/#comment-2350</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 03 Aug 2007 20:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.citrikacid.com/index.php/2007/04/03/easy-css-rollover-buttons/#comment-2350</guid>
		<description>Hey Joe -

I use a Mac, so I use a program called skEdit to code all my HTML/CSS. There is also a great program for the Mac called CSSEdit that works really nicely.

On the PC side, I always found Dreamweaver to be a good editor.</description>
		<content:encoded><![CDATA[<p>Hey Joe -</p>
<p>I use a Mac, so I use a program called skEdit to code all my HTML/CSS. There is also a great program for the Mac called CSSEdit that works really nicely.</p>
<p>On the PC side, I always found Dreamweaver to be a good editor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.citrikacid.com/index.php/2007/04/03/easy-css-rollover-buttons/#comment-2347</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 03 Aug 2007 17:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.citrikacid.com/index.php/2007/04/03/easy-css-rollover-buttons/#comment-2347</guid>
		<description>what app do you use for the css after the Photoshop design? Thanks.</description>
		<content:encoded><![CDATA[<p>what app do you use for the css after the Photoshop design? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.citrikacid.com/index.php/2007/04/03/easy-css-rollover-buttons/#comment-1716</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 16 Jun 2007 17:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.citrikacid.com/index.php/2007/04/03/easy-css-rollover-buttons/#comment-1716</guid>
		<description>Hi hawaiian,

To implement multiple buttons side by side, you simply need to float them to the left of each other.

To do this, add float: left; to the .Button class. You can then add margins to this class to space them out.</description>
		<content:encoded><![CDATA[<p>Hi hawaiian,</p>
<p>To implement multiple buttons side by side, you simply need to float them to the left of each other.</p>
<p>To do this, add float: left; to the .Button class. You can then add margins to this class to space them out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hawaiian</title>
		<link>http://www.citrikacid.com/index.php/2007/04/03/easy-css-rollover-buttons/#comment-1714</link>
		<dc:creator>hawaiian</dc:creator>
		<pubDate>Sat, 16 Jun 2007 02:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.citrikacid.com/index.php/2007/04/03/easy-css-rollover-buttons/#comment-1714</guid>
		<description>Great tutorial, very simple and effective.  How can you implement multiple buttons side by side?</description>
		<content:encoded><![CDATA[<p>Great tutorial, very simple and effective.  How can you implement multiple buttons side by side?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
