<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: Nav menu items flash white in firefox &#038; IE</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sun, 19 May 2013 09:54:34 +0000</pubDate>

<item>
<title>cjs on "Nav menu items flash white in firefox &#038; IE"</title>
<link>http://themeshaper.com/forums/topic/nav-menu-items-flash-white-in-firefox-038-ie#post-26672</link>
<pubDate>Thu, 26 Apr 2012 18:52:36 +0000</pubDate>
<dc:creator>cjs</dc:creator>
<guid isPermaLink="false">26672@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Amazing - think I can learn a lot from this forum! you guys rock!
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "Nav menu items flash white in firefox &#038; IE"</title>
<link>http://themeshaper.com/forums/topic/nav-menu-items-flash-white-in-firefox-038-ie#post-26650</link>
<pubDate>Wed, 25 Apr 2012 21:48:36 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">26650@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Also I knew it was a default somewhere in the orignal styling. I did use Firebug to look at the imported stylesheet and could see the whites still in the default styling. You may have been checking the actual a (link) when you actually need to manually select the li in Firebug itself.&#60;/p&#62;
&#60;p&#62;I never know if I should tell people this or not, but it is also best practice to combine all the @import files in the CSS to one single file. You don't have to, and there are valid reasons not to, but it also helps sometimes when you can just change the CSS itself so you don't have to override existing CSS.
&#60;/p&#62;</description>
</item>
<item>
<title>Jagst3r15 on "Nav menu items flash white in firefox &#038; IE"</title>
<link>http://themeshaper.com/forums/topic/nav-menu-items-flash-white-in-firefox-038-ie#post-26644</link>
<pubDate>Wed, 25 Apr 2012 20:56:56 +0000</pubDate>
<dc:creator>Jagst3r15</dc:creator>
<guid isPermaLink="false">26644@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Yes, he knew because sf stands for &#34;superfish&#34; - the menu script being used. So always look for stuff like .sf-menu and whatnot when you want to style your menu in Thematic.
&#60;/p&#62;</description>
</item>
<item>
<title>cjs on "Nav menu items flash white in firefox &#038; IE"</title>
<link>http://themeshaper.com/forums/topic/nav-menu-items-flash-white-in-firefox-038-ie#post-26643</link>
<pubDate>Wed, 25 Apr 2012 20:44:54 +0000</pubDate>
<dc:creator>cjs</dc:creator>
<guid isPermaLink="false">26643@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks for such a quick response ScottNix -&#60;br /&#62;
All sorted!&#60;/p&#62;
&#60;p&#62;Out of curiosity how did you know to look at those? (just to give me a chance of finding future problems?)&#60;br /&#62;
Thanks again!&#60;/p&#62;
&#60;p&#62;Craig
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "Nav menu items flash white in firefox &#038; IE"</title>
<link>http://themeshaper.com/forums/topic/nav-menu-items-flash-white-in-firefox-038-ie#post-26634</link>
<pubDate>Wed, 25 Apr 2012 17:10:24 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">26634@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;In your default.css that Thematic uses, it is one of these guys.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.sf-menu li {
     background: #FFFFFF;
}

.sf-menu li li {
     background: #FFFFFF;
}

.sf-menu li li li {
     background: #9AAEDB;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
     background: #FAFAFA;
     border-bottom-color: #CCCCCC;
     outline: 0pt none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I can't be positive which one, could be a combo of a few. You could either set a background, or override it. The white is on the LI, it is a little bit of a pain to test viewing with Firebug because a page load will wipe the changes made. Easiest way would be to make all the whites #ffffff, and #fafafa something like pink to easily identify which one.
&#60;/p&#62;</description>
</item>
<item>
<title>cjs on "Nav menu items flash white in firefox &#038; IE"</title>
<link>http://themeshaper.com/forums/topic/nav-menu-items-flash-white-in-firefox-038-ie#post-26633</link>
<pubDate>Wed, 25 Apr 2012 16:43:12 +0000</pubDate>
<dc:creator>cjs</dc:creator>
<guid isPermaLink="false">26633@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hopefully some experts here can help?&#60;br /&#62;
This is a tricky one to describe so bare with me!&#60;/p&#62;
&#60;p&#62;I am fairly new to CSS mods and have been trying to modify my navigation menu. &#60;a href=&#34;http://www.testwp.nosrednas.co.uk/&#34; rel=&#34;nofollow&#34;&#62;http://www.testwp.nosrednas.co.uk/&#60;/a&#62;&#60;br /&#62;
I have managed to mostly get the desired effects (hover over is the same colour as the current page, and all other pages are a different colour)&#60;br /&#62;
however when I click to navigate to another page if I click and then move the mouse away (to stop the hover over) it seems to go to anothre state (a white background) and I cannot stop it from doing this???&#60;/p&#62;
&#60;p&#62;I am sure its something obvious - but have tried countless mods to the child theme CSS, searched numerous forums for an answer, have tried interogating with firbug (but cannot find anything useful because it only happens once you've clicked and moved away from the link!)&#60;br /&#62;
Also it doesnt do it in Chrome, but does do it in IE9 and FF&#60;/p&#62;
&#60;p&#62;Any help / advice appreciated&#60;/p&#62;
&#60;p&#62;Thanks in advance, &#60;/p&#62;
&#60;p&#62;Craig
&#60;/p&#62;</description>
</item>

</channel>
</rss>
