<?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 Hover Icon Menu Using CSS Sprites</title>
	<atom:link href="http://www.dave-woods.co.uk/index.php/css-hover-icon-menu-using-css-sprites/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dave-woods.co.uk/index.php/css-hover-icon-menu-using-css-sprites/</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 15:57:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Mike</title>
		<link>http://www.dave-woods.co.uk/index.php/css-hover-icon-menu-using-css-sprites/comment-page-1/#comment-23889</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 20 Jul 2009 10:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=202#comment-23889</guid>
		<description>Thank you this helped me a lot!!</description>
		<content:encoded><![CDATA[<p>Thank you this helped me a lot!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joanne</title>
		<link>http://www.dave-woods.co.uk/index.php/css-hover-icon-menu-using-css-sprites/comment-page-1/#comment-11586</link>
		<dc:creator>joanne</dc:creator>
		<pubDate>Wed, 17 Sep 2008 15:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=202#comment-11586</guid>
		<description>Hi, 

I got the images to display but the last image keeps repeating and it doesn&#039;t show up on i.e?</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I got the images to display but the last image keeps repeating and it doesn&#8217;t show up on i.e?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joanne</title>
		<link>http://www.dave-woods.co.uk/index.php/css-hover-icon-menu-using-css-sprites/comment-page-1/#comment-11564</link>
		<dc:creator>joanne</dc:creator>
		<pubDate>Wed, 17 Sep 2008 09:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=202#comment-11564</guid>
		<description>Hi,

I tryed all this code and put my image in and nothing displays at all. Can you help me?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tryed all this code and put my image in and nothing displays at all. Can you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.dave-woods.co.uk/index.php/css-hover-icon-menu-using-css-sprites/comment-page-1/#comment-2087</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 23 Mar 2008 21:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=202#comment-2087</guid>
		<description>I have this code, it works in firefox but in IE6 and IE7 the buttons are displayed BELOW eachother instead of NEXT TO eachother...how can I fix this?

#messagesender {
clear:both;
list-style:none;
list-style-type:none;
}


#messagesender a {
color: #CCC;
text-decoration: none;
}
#messagesender a:hover {
color: #666;
}


#messagesender span {
background: url(/images/buttons.gif);
float: left;
width: 16px;
height: 16px;
margin: 3px 5px 0 0;
}


#messagesender-button-bold span {
background-position: 0px 0px;
}
#messagesender-button-bold a:hover span {
background-position: 0px -16px;
cursor:pointer;
}


#messagesender-button-italic span {
background-position: -16px 0px;
}
#messagesender-button-italic a:hover span {
background-position: -16px -16px;
cursor:pointer;
}

Thanks!
Peter</description>
		<content:encoded><![CDATA[<p>I have this code, it works in firefox but in IE6 and IE7 the buttons are displayed BELOW eachother instead of NEXT TO eachother&#8230;how can I fix this?</p>
<p>#messagesender {<br />
clear:both;<br />
list-style:none;<br />
list-style-type:none;<br />
}</p>
<p>#messagesender a {<br />
color: #CCC;<br />
text-decoration: none;<br />
}<br />
#messagesender a:hover {<br />
color: #666;<br />
}</p>
<p>#messagesender span {<br />
background: url(/images/buttons.gif);<br />
float: left;<br />
width: 16px;<br />
height: 16px;<br />
margin: 3px 5px 0 0;<br />
}</p>
<p>#messagesender-button-bold span {<br />
background-position: 0px 0px;<br />
}<br />
#messagesender-button-bold a:hover span {<br />
background-position: 0px -16px;<br />
cursor:pointer;<br />
}</p>
<p>#messagesender-button-italic span {<br />
background-position: -16px 0px;<br />
}<br />
#messagesender-button-italic a:hover span {<br />
background-position: -16px -16px;<br />
cursor:pointer;<br />
}</p>
<p>Thanks!<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jermayn Parker</title>
		<link>http://www.dave-woods.co.uk/index.php/css-hover-icon-menu-using-css-sprites/comment-page-1/#comment-1882</link>
		<dc:creator>Jermayn Parker</dc:creator>
		<pubDate>Thu, 13 Mar 2008 02:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=202#comment-1882</guid>
		<description>I like this!
Previously I would have used separate images to create the roll over image effect but this is nicer as it only uses extra css code instead of extra images.</description>
		<content:encoded><![CDATA[<p>I like this!<br />
Previously I would have used separate images to create the roll over image effect but this is nicer as it only uses extra css code instead of extra images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Hopkins</title>
		<link>http://www.dave-woods.co.uk/index.php/css-hover-icon-menu-using-css-sprites/comment-page-1/#comment-1867</link>
		<dc:creator>James Hopkins</dc:creator>
		<pubDate>Wed, 12 Mar 2008 17:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=202#comment-1867</guid>
		<description>It would be cool if you could update your example with your proposed solution, as I&#039;m sure you&#039;re correct in that we&#039;re thinking about slightly different things!</description>
		<content:encoded><![CDATA[<p>It would be cool if you could update your example with your proposed solution, as I&#8217;m sure you&#8217;re correct in that we&#8217;re thinking about slightly different things!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dave-woods.co.uk/index.php/css-hover-icon-menu-using-css-sprites/comment-page-1/#comment-1866</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 12 Mar 2008 17:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=202#comment-1866</guid>
		<description>It will work as it will force the list item to clear underneath the previous floated element.

You could also use the overflow method on the list item as this would have the same effect.

Maybe we&#039;re thinking of different things so it might be useful if you put an example online somewhere of a problem as there&#039;s usually a better solution than applying the clearfix method (I don&#039;t like adding extra code unless I have too ;))</description>
		<content:encoded><![CDATA[<p>It will work as it will force the list item to clear underneath the previous floated element.</p>
<p>You could also use the overflow method on the list item as this would have the same effect.</p>
<p>Maybe we&#8217;re thinking of different things so it might be useful if you put an example online somewhere of a problem as there&#8217;s usually a better solution than applying the clearfix method (I don&#8217;t like adding extra code unless I have too <img src='http://www.dave-woods.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Hopkins</title>
		<link>http://www.dave-woods.co.uk/index.php/css-hover-icon-menu-using-css-sprites/comment-page-1/#comment-1865</link>
		<dc:creator>James Hopkins</dc:creator>
		<pubDate>Wed, 12 Mar 2008 17:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=202#comment-1865</guid>
		<description>That won&#039;t work. I&#039;m guessing you were thinking along the lines of floating and clearing the anchor element, thus taking it out of the flow which will clear it of any child element floats. However you would be going round in circles a bit as you would then need to clear the anchors parent element, using clearfix or similar.

I would personally just use clearfix on the anchors in the first place.</description>
		<content:encoded><![CDATA[<p>That won&#8217;t work. I&#8217;m guessing you were thinking along the lines of floating and clearing the anchor element, thus taking it out of the flow which will clear it of any child element floats. However you would be going round in circles a bit as you would then need to clear the anchors parent element, using clearfix or similar.</p>
<p>I would personally just use clearfix on the anchors in the first place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dave-woods.co.uk/index.php/css-hover-icon-menu-using-css-sprites/comment-page-1/#comment-1864</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 12 Mar 2008 16:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=202#comment-1864</guid>
		<description>Good point. In that case, the following should correct any problems

&lt;code&gt;#navigation li {
clear: both;
}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Good point. In that case, the following should correct any problems</p>
<p><code>#navigation li {<br />
clear: both;<br />
}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Hopkins</title>
		<link>http://www.dave-woods.co.uk/index.php/css-hover-icon-menu-using-css-sprites/comment-page-1/#comment-1862</link>
		<dc:creator>James Hopkins</dc:creator>
		<pubDate>Wed, 12 Mar 2008 16:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=202#comment-1862</guid>
		<description>@Dave, the point I&#039;m trying to put across is that not clearing a float container isn&#039;t good practice. If someone who is new to CSS comes across your post and uses a larger icon, they may get confused as to why their border/background around their anchor doesn&#039;t encapsulate the span; same problem if they try to add vertical margin/padding without clearing the float container first.

Nice looking site BTW - check your inbox :)</description>
		<content:encoded><![CDATA[<p>@Dave, the point I&#8217;m trying to put across is that not clearing a float container isn&#8217;t good practice. If someone who is new to CSS comes across your post and uses a larger icon, they may get confused as to why their border/background around their anchor doesn&#8217;t encapsulate the span; same problem if they try to add vertical margin/padding without clearing the float container first.</p>
<p>Nice looking site BTW &#8211; check your inbox <img src='http://www.dave-woods.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

