<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Custom Menu Styling in IE</title>
		<link>http://www.themolitor.com/forums/topic/custom-menu-styling-in-ie</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Custom Menu Styling in IE</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 05:09:58 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/custom-menu-styling-in-ie" rel="self" type="application/rss+xml" />

		<item>
			<title>ameeker on "Custom Menu Styling in IE"</title>
			<link>http://www.themolitor.com/forums/topic/custom-menu-styling-in-ie#post-15333</link>
			<pubDate>Mon, 15 Oct 2012 19:11:58 +0000</pubDate>
			<dc:creator>ameeker</dc:creator>
			<guid isPermaLink="false">15333@http://www.themolitor.com/forums/</guid>
			<description><p>Awesome. That worked.</p>
<p>Like I said, I knew it was something simple in there but I just couldn't see it! Been looking at it too long, I guess!
</p></description>
		</item>
		<item>
			<title>ckelley on "Custom Menu Styling in IE"</title>
			<link>http://www.themolitor.com/forums/topic/custom-menu-styling-in-ie#post-15327</link>
			<pubDate>Mon, 15 Oct 2012 19:04:09 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">15327@http://www.themolitor.com/forums/</guid>
			<description><p>line 240 in the style.css</p>
<p>#dropmenu li.current-menu-parent &#62; a {<br />
	color: #555;<br />
	border: 1px solid #fff;<br />
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.3);<br />
	-moz-box-shadow: 0px 0px 1px rgba(0,0,0,.3);<br />
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);<br />
	background: #e5e5e5;<br />
	margin:0px 1px;<br />
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#f5f5f5));<br />
	background: -moz-linear-gradient(top,  #e5e5e5,  #f5f5f5);<br />
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#f5f5f5');<br />
	-moz-border-radius: 3px;<br />
	-webkit-border-radius: 3px;<br />
	border-radius: 3px;<br />
}</p>
<p>remove '	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#f5f5f5');'
</p></description>
		</item>
		<item>
			<title>ameeker on "Custom Menu Styling in IE"</title>
			<link>http://www.themolitor.com/forums/topic/custom-menu-styling-in-ie#post-15306</link>
			<pubDate>Mon, 15 Oct 2012 06:45:32 +0000</pubDate>
			<dc:creator>ameeker</dc:creator>
			<guid isPermaLink="false">15306@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>Thanks for responding. This one thing is the last issue keeping this site from being finished. :-) </p>
<p>I'm looking at IE9, and see the same in IE8. You can test it yourself at <a href="http://vasd.angiemeekerdesigns.com/about/contact/" rel="nofollow">http://vasd.angiemeekerdesigns.com/about/contact/</a> </p>
<p>Look for the green button next to the "Support Vets" button in the navigation, right side. It only shows with the silver as the background for the link when it's the current page. Like I said, I'm probably just missing something, but for the life of me, I can't get it.
</p></description>
		</item>
		<item>
			<title>ckelley on "Custom Menu Styling in IE"</title>
			<link>http://www.themolitor.com/forums/topic/custom-menu-styling-in-ie#post-15295</link>
			<pubDate>Mon, 15 Oct 2012 06:32:27 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">15295@http://www.themolitor.com/forums/</guid>
			<description><p>sorry I forgot a few themes had a IE stylesheet</p>
<p>what version of IE? also have you cleared your cache?
</p></description>
		</item>
		<item>
			<title>ameeker on "Custom Menu Styling in IE"</title>
			<link>http://www.themolitor.com/forums/topic/custom-menu-styling-in-ie#post-15253</link>
			<pubDate>Fri, 12 Oct 2012 17:09:06 +0000</pubDate>
			<dc:creator>ameeker</dc:creator>
			<guid isPermaLink="false">15253@http://www.themolitor.com/forums/</guid>
			<description><p>But there is already an IE style sheet (with the theme) and a call to it in the header. I've tried adding to it, but the changes don't take effect.
</p></description>
		</item>
		<item>
			<title>ckelley on "Custom Menu Styling in IE"</title>
			<link>http://www.themolitor.com/forums/topic/custom-menu-styling-in-ie#post-15226</link>
			<pubDate>Thu, 11 Oct 2012 08:04:25 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">15226@http://www.themolitor.com/forums/</guid>
			<description><p>you can add a IE conditional statement in the header and use css to modify just it</p>
<p><a href="http://msdn.microsoft.com/en-us/library/ms537512(v=vs.85).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms537512(v=vs.85).aspx</a></p>
<p>-Chris K
</p></description>
		</item>
		<item>
			<title>ameeker on "Custom Menu Styling in IE"</title>
			<link>http://www.themolitor.com/forums/topic/custom-menu-styling-in-ie#post-15208</link>
			<pubDate>Wed, 10 Oct 2012 07:38:14 +0000</pubDate>
			<dc:creator>ameeker</dc:creator>
			<guid isPermaLink="false">15208@http://www.themolitor.com/forums/</guid>
			<description><p><a href="http://vasd.angiemeekerdesigns.com/about/contact/" rel="nofollow">http://vasd.angiemeekerdesigns.com/about/contact/</a></p>
<p>I'm trying to style a specific custom menu link and have got it right in Chrome and FF, but it's not working yet in IE. At the site above, the "Get Help" link next to the red "Support Vets" button. </p>
<p>Could you please take a look and let me know what i could do to get it to be consistent in all browsers, or at least drop the silver background in IE?
</p></description>
		</item>

	</channel>
</rss>
