<?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>Ron Dillehay &#187; code</title>
	<atom:link href="http://rondillehay.com/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://rondillehay.com</link>
	<description>Just another freeblogit.com site</description>
	<lastBuildDate>Sat, 31 Jul 2010 15:52:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>magento disappearing grid page navigation</title>
		<link>http://rondillehay.com/2009/05/18/magento-disappearing-grid-page-navigation/</link>
		<comments>http://rondillehay.com/2009/05/18/magento-disappearing-grid-page-navigation/#comments</comments>
		<pubDate>Tue, 19 May 2009 02:13:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.rondillehay.com/?p=135</guid>
		<description><![CDATA[If you&#8217;ve played at all with Magento since IE8 you&#8217;ve probably noticed an annoying bug that causes the pagination to disappear whenever you hover over it. That&#8217;s not a great way to build customer confidence in your store! There are &#8230; <a href="http://rondillehay.com/2009/05/18/magento-disappearing-grid-page-navigation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve played at all with Magento since IE8 you&#8217;ve probably noticed an annoying bug that causes the pagination to disappear whenever you hover over it.  That&#8217;s not a great way to build customer confidence in your store!</p>
<p style="text-align: left"><img class="size-full wp-image-136 alignnone" style="margin: 2px;border: black 2px solid" src="http://rondillehay.com/files/2009/05/magento-navigation.jpg" alt="magento-navigation" width="578" height="62" /></p>
<p>There are two options to fix this:</p>
<p>1) The easy fix is to place the following code in your header, just after the &#8216;title&#8217; tag:<br />
<code>&lt;meta http-equiv=“X-UA-Compatible” content=“IE=EmulateIE7″ /&gt;</code></p>
<p>You&#8217;ll find it here:<br />
<code>app/design/frontend/default(your interface)/default(your theme)/template/page/html/head.phtml</code></p>
<p>2) The best fix is to add some code to your css so that you aren&#8217;t making a global change away from IE8, which is going to become the standard whether you like it or not.  Open your iestyles.css file and add the following code:<br />
<code>.pager a:hover { zoom:1; } </code></p>
<p>You&#8217;ll find it here:<br />
<code>/skin/frontend/default/(yourtheme)/css/iestyles.css</code></p>
<p>Once you&#8217;ve made the change, refresh your cache (magento and your browser), and you should have the problem fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://rondillehay.com/2009/05/18/magento-disappearing-grid-page-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
