<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Oregon Publishing &#187; IE</title>
	<atom:link href="http://www.oregonpublishing.com/blog/category/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oregonpublishing.com/blog</link>
	<description>Internet Tech Talk, Tools, and Commentary</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:27:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>IE CSS :hover needs link reference</title>
		<link>http://www.oregonpublishing.com/blog/ie-css-hover-needs-link-reference/</link>
		<comments>http://www.oregonpublishing.com/blog/ie-css-hover-needs-link-reference/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 00:54:07 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Fire Fox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Arrow Button]]></category>
		<category><![CDATA[Attribute]]></category>
		<category><![CDATA[Button Images]]></category>
		<category><![CDATA[Coda]]></category>
		<category><![CDATA[Cross Browser]]></category>
		<category><![CDATA[Css Code]]></category>
		<category><![CDATA[Css Reference]]></category>
		<category><![CDATA[Ff]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Geez]]></category>
		<category><![CDATA[Hyper Link]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Link Reference]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Nbsp]]></category>
		<category><![CDATA[Nugget]]></category>
		<category><![CDATA[Quirk]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[Sprite]]></category>

		<guid isPermaLink="false">http://www.oregonpublishing.com/blog/ie-css-hover-needs-link-reference/</guid>
		<description><![CDATA[I noticed another silly IE CSS quirk when styling links. In this particular case I was using a CSS Sprite and on mouseover the Sprite-image should slide up to show the hover state to the next link in a jquery coda slider type display. The Sprite&#8217;s CSS attribute :hover worked fine in FireFox, but when [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed another  silly IE CSS quirk when styling links. </p>
<p>In this particular case I was using a <a href="http://css-tricks.com/video-screencasts/43-how-to-use-css-sprites/">CSS Sprite</a> and on mouseover the Sprite-image should slide up to show the hover state to the next link in a jquery <a href="http://www.ndoherty.com/demos/coda-slider/1.1.1/">coda slider</a> type display. </p>
<p>The Sprite&#8217;s CSS attribute <i>:hover</i> worked fine in FireFox, but when testing in IE there was no reaction to the CSS <i>:hover</i> state.</p>
<p>Turns out that you have to add a hyper link reference or IE will not recognize that there needs to be a switch.</p>
<p>I applied the href and now the silder arrow button-images are&nbsp; is working great in IE7</p>
<p>Example:</p>
<p>This worked in FF but Not IE&nbsp; :&lt;a class=&#8221;prev&#8221;&gt;&lt;/a&gt;<br />This was the fix &lt;a href=&#8221;#&#8221; class=&#8221;prev&#8221;&gt;&lt;/a&gt;</p>
<p>Don&#8217;t you just love messing around with cross-browser compatiblity.</p>
<p>This little nugget of info only took me about an hour and half to figure out&#8230;.after I had adjusted much of my CSS code to figure out what was going on.<br />Nope the CSS was fine&#8230;geez.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=677cf7c6-0db8-8987-9a40-bbf650a80d74" /></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.oregonpublishing.com%2Fblog%2Fie-css-hover-needs-link-reference%2F';
  addthis_title  = 'IE+CSS+%3Ahover+needs+link+reference';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.oregonpublishing.com/blog/ie-css-hover-needs-link-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
