<?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: Different Header Colour with Safari/Firefox/IE</title>
		<link>http://www.themolitor.com/forums/topic/different-header-colour-with-safarifirefoxie</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Different Header Colour with Safari/Firefox/IE</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 11:00:30 +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/different-header-colour-with-safarifirefoxie" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Different Header Colour with Safari/Firefox/IE"</title>
			<link>http://www.themolitor.com/forums/topic/different-header-colour-with-safarifirefoxie#post-22271</link>
			<pubDate>Thu, 25 Jul 2013 14:07:26 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22271@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Weird. Not sure how it would be different, but at least it's not an issue anymore :-)</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>zoomlanski on "Different Header Colour with Safari/Firefox/IE"</title>
			<link>http://www.themolitor.com/forums/topic/different-header-colour-with-safarifirefoxie#post-22264</link>
			<pubDate>Thu, 25 Jul 2013 11:11:17 +0000</pubDate>
			<dc:creator>zoomlanski</dc:creator>
			<guid isPermaLink="false">22264@http://www.themolitor.com/forums/</guid>
			<description><p>I don't recall messing with that header, none the less it is resolved.</p>
<p>Thank you.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Different Header Colour with Safari/Firefox/IE"</title>
			<link>http://www.themolitor.com/forums/topic/different-header-colour-with-safarifirefoxie#post-22252</link>
			<pubDate>Thu, 25 Jul 2013 10:32:19 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22252@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The red color you selected doesn't impact the area of the page we're talking about (the header container). The colors I'm referring to are not customizable via the theme options panel.</p>
<p>In any regard, please make sure your #headerContainer matches what I posted above.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>zoomlanski on "Different Header Colour with Safari/Firefox/IE"</title>
			<link>http://www.themolitor.com/forums/topic/different-header-colour-with-safarifirefoxie#post-22243</link>
			<pubDate>Wed, 24 Jul 2013 16:48:59 +0000</pubDate>
			<dc:creator>zoomlanski</dc:creator>
			<guid isPermaLink="false">22243@http://www.themolitor.com/forums/</guid>
			<description><p>To my knowledge, I don't recall my setup but my presumption is that I was picking a redish colour to match our logo.<br />
Should I be picking a straight RGB or HEX red that is universally compatible with each browser?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Different Header Colour with Safari/Firefox/IE"</title>
			<link>http://www.themolitor.com/forums/topic/different-header-colour-with-safarifirefoxie#post-22229</link>
			<pubDate>Wed, 24 Jul 2013 09:22:41 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22229@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Did you change the colors in your stylesheet? I see the following...</p>
<pre><code>/*---------HEADER STUFF-----------*/
#headerContainer {
	width:100%;
	height: 200px;
	background: #00000;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#e8e8e8));
	background: -moz-linear-gradient(top,  #ffffff,  #e8e8e8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=&#039;#000000&#039;, endColorstr=&#039;#e8e8e8&#039;);
}</code></pre>
<p>Notice the #000000 for the webkit and filter properties. They should look like this...</p>
<pre><code>/*---------HEADER STUFF-----------*/
#headerContainer {
	width:100%;
	height: 200px;
	background: #00000;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
	background: -moz-linear-gradient(top,  #ffffff,  #e8e8e8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=&#039;#ffffff&#039;, endColorstr=&#039;#e8e8e8&#039;);
}</code></pre>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>zoomlanski on "Different Header Colour with Safari/Firefox/IE"</title>
			<link>http://www.themolitor.com/forums/topic/different-header-colour-with-safarifirefoxie#post-22223</link>
			<pubDate>Wed, 24 Jul 2013 07:26:52 +0000</pubDate>
			<dc:creator>zoomlanski</dc:creator>
			<guid isPermaLink="false">22223@http://www.themolitor.com/forums/</guid>
			<description><p>Curious question mainly, the colour of the top behind the logo is a grey colour in FF.<br />
But in different browsers (IE/Safari), it shows as crappy black or grey or red. </p>
<p>Is there a specific reason that is or a way to select the colour to remain consistent with each browser type?</p>
<p><a href="http://medicshelp.org/" rel="nofollow">http://medicshelp.org/</a></p>
<p>Thanks<br />
Tim
</p></description>
		</item>

	</channel>
</rss>
