<?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 Rollover Button</title>
	<atom:link href="http://www.davidjrush.com/blog/2009/01/css-rollover-button/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidjrush.com/blog/2009/01/css-rollover-button/</link>
	<description>David J. Rush is a web designer and usability consultant in Pittsburgh who freelances and blogs about anything web related.</description>
	<lastBuildDate>Tue, 17 Jan 2012 19:58:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Audrey</title>
		<link>http://www.davidjrush.com/blog/2009/01/css-rollover-button/#comment-32552</link>
		<dc:creator>Audrey</dc:creator>
		<pubDate>Thu, 18 Aug 2011 21:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidjrush.com/blog/?p=14#comment-32552</guid>
		<description>Thank you kindly for the tutorial; I&#039;m using this for rollover buttons on our music department pages, and it works like a charm!</description>
		<content:encoded><![CDATA[<p>Thank you kindly for the tutorial; I&#8217;m using this for rollover buttons on our music department pages, and it works like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.davidjrush.com/blog/2009/01/css-rollover-button/#comment-16553</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 03 Jan 2011 23:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidjrush.com/blog/?p=14#comment-16553</guid>
		<description>Good question Joe. This code is optimally used for very customized image buttons that have text that search engines can crawl. Because of how the CSS is applied, and how the text is written in the source code, the user sees a beautiful button, but the search engine crawls a text link. Now, if I understand what you are thinking of using, you&#039;d lose some of the customization that you can have with these image rollovers, though you&#039;d keep the link crawlable. I say base your decision off of how customized you wish your button to be. Also, just in case, remember that IE6 and some other browsers out there do not recognize the pseudo-class of :hover on anything but links...</description>
		<content:encoded><![CDATA[<p>Good question Joe. This code is optimally used for very customized image buttons that have text that search engines can crawl. Because of how the CSS is applied, and how the text is written in the source code, the user sees a beautiful button, but the search engine crawls a text link. Now, if I understand what you are thinking of using, you&#8217;d lose some of the customization that you can have with these image rollovers, though you&#8217;d keep the link crawlable. I say base your decision off of how customized you wish your button to be. Also, just in case, remember that IE6 and some other browsers out there do not recognize the pseudo-class of :hover on anything but links&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.davidjrush.com/blog/2009/01/css-rollover-button/#comment-16524</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 03 Jan 2011 16:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidjrush.com/blog/?p=14#comment-16524</guid>
		<description>I&#039;m building a blog for someone and I made a tableless css layout that mostly uses floats... this was exported out of CS5 Fireworks program.  I&#039;m now creating my navigation buttons for my &quot;social icons&quot;.  I&#039;m debating if I should make the rollovers in CSS like your coding shows or simply put Dreamweaver rollover bottoms inside my div tag and float them left in my div container.  Any reason why I shouldn&#039;t use old school html rollover code inside the div tag?</description>
		<content:encoded><![CDATA[<p>I&#8217;m building a blog for someone and I made a tableless css layout that mostly uses floats&#8230; this was exported out of CS5 Fireworks program.  I&#8217;m now creating my navigation buttons for my &#8220;social icons&#8221;.  I&#8217;m debating if I should make the rollovers in CSS like your coding shows or simply put Dreamweaver rollover bottoms inside my div tag and float them left in my div container.  Any reason why I shouldn&#8217;t use old school html rollover code inside the div tag?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.davidjrush.com/blog/2009/01/css-rollover-button/#comment-15834</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 24 Dec 2010 20:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidjrush.com/blog/?p=14#comment-15834</guid>
		<description>Sure Darryl. Different IDs shouldn&#039;t be a problem seeing as this CSS is built with that in mind. Here&#039;s what your code would probably look like:

&lt;div class=&quot;rollover&quot; id=&quot;link1&quot;&gt;&lt;a href=&quot;#&quot;&gt;link 1&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;rollover&quot; id=&quot;link2&quot;&gt;&lt;a href=&quot;#&quot;&gt;link 2&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;rollover&quot; id=&quot;link3&quot;&gt;&lt;a href=&quot;#&quot;&gt;link 3&lt;/a&gt;&lt;/div&gt;

Just check to make sure that your HTML and CSS mirrors what you see above, and if you encounter more problems, share your code so I can parse it out.</description>
		<content:encoded><![CDATA[<p>Sure Darryl. Different IDs shouldn&#8217;t be a problem seeing as this CSS is built with that in mind. Here&#8217;s what your code would probably look like:</p>
<p>&lt;div class=&#8221;rollover&#8221; id=&#8221;link1&#8243;&gt;&lt;a href=&#8221;#&#8221;&gt;link 1&lt;/a&gt;&lt;/div&gt;<br />
&lt;div class=&#8221;rollover&#8221; id=&#8221;link2&#8243;&gt;&lt;a href=&#8221;#&#8221;&gt;link 2&lt;/a&gt;&lt;/div&gt;<br />
&lt;div class=&#8221;rollover&#8221; id=&#8221;link3&#8243;&gt;&lt;a href=&#8221;#&#8221;&gt;link 3&lt;/a&gt;&lt;/div&gt;</p>
<p>Just check to make sure that your HTML and CSS mirrors what you see above, and if you encounter more problems, share your code so I can parse it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darryl</title>
		<link>http://www.davidjrush.com/blog/2009/01/css-rollover-button/#comment-15768</link>
		<dc:creator>Darryl</dc:creator>
		<pubDate>Thu, 23 Dec 2010 20:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidjrush.com/blog/?p=14#comment-15768</guid>
		<description>I am trying to use the tutorial you did to do 3 links side by side by second link is not responding to the rollover. Am I able to use the same div name with different ids to accomplish this? The first link work but the second doesn&#039;t. Can you help me.</description>
		<content:encoded><![CDATA[<p>I am trying to use the tutorial you did to do 3 links side by side by second link is not responding to the rollover. Am I able to use the same div name with different ids to accomplish this? The first link work but the second doesn&#8217;t. Can you help me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

