<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: margin difference in heading between IE and firefox</title>
		<link>http://www.kriesi.at/support/topic/margin-difference-in-heading-between-ie-and-firefox</link>
		<description>Support Forum - Topic: margin difference in heading between IE and firefox</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 17:04:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/margin-difference-in-heading-between-ie-and-firefox" rel="self" type="application/rss+xml" />

		<item>
			<title>identityconsulting on "margin difference in heading between IE and firefox"</title>
			<link>http://www.kriesi.at/support/topic/margin-difference-in-heading-between-ie-and-firefox#post-16031</link>
			<pubDate>Thu, 31 Mar 2011 09:17:24 +0000</pubDate>
			<dc:creator>identityconsulting</dc:creator>
			<guid isPermaLink="false">16031@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ahh fantastic, Thanks very much, all fixed!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "margin difference in heading between IE and firefox"</title>
			<link>http://www.kriesi.at/support/topic/margin-difference-in-heading-between-ie-and-firefox#post-16030</link>
			<pubDate>Thu, 31 Mar 2011 08:58:41 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">16030@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Where you've added the code there is an extra:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;![endif]&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;In header.php, change this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;![endif]&#38;gt;
&#38;lt;!--[if IE]&#38;gt;
&#38;lt;style&#38;gt;
.frontpage_headline{
margin-top: 500px;
}
&#38;lt;/style&#38;gt;
&#38;lt;![endif]--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!--[if IE]&#38;gt;
&#38;lt;style&#38;gt;
.frontpage_headline{
margin-top: 500px;
}
&#38;lt;/style&#38;gt;
&#38;lt;![endif]--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You should be all set now :)&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>identityconsulting on "margin difference in heading between IE and firefox"</title>
			<link>http://www.kriesi.at/support/topic/margin-difference-in-heading-between-ie-and-firefox#post-15979</link>
			<pubDate>Wed, 30 Mar 2011 11:30:31 +0000</pubDate>
			<dc:creator>identityconsulting</dc:creator>
			<guid isPermaLink="false">15979@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Well I'm not entirely sure of how it's working, but it suddenly is...however in IE there's still the endif tag in the upper left corner, I'm a bit confused as to why...?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "margin difference in heading between IE and firefox"</title>
			<link>http://www.kriesi.at/support/topic/margin-difference-in-heading-between-ie-and-firefox#post-15974</link>
			<pubDate>Wed, 30 Mar 2011 09:30:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15974@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you missed the closing tag - the code should look like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;![endif]--&#38;gt;
&#38;lt;!--[if IE]&#38;gt;
&#38;lt;style&#38;gt;
.frontpage_headline{
margin-top: 500px;
}
&#38;lt;/style&#38;gt;
&#38;lt;![endif]--&#38;gt;

&#38;lt;/head&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>identityconsulting on "margin difference in heading between IE and firefox"</title>
			<link>http://www.kriesi.at/support/topic/margin-difference-in-heading-between-ie-and-firefox#post-15972</link>
			<pubDate>Wed, 30 Mar 2011 09:21:54 +0000</pubDate>
			<dc:creator>identityconsulting</dc:creator>
			<guid isPermaLink="false">15972@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I had to delete it from the place I put it as it broke it in firefox, but here if the code I had in place&#60;/p&#62;
&#60;p&#62;&#38;lt;![endif]--&#38;gt;&#60;br /&#62;
&#38;lt;!--[if IE]&#38;gt;&#60;br /&#62;
&#38;lt;style&#38;gt;&#60;br /&#62;
.frontpage_headline{&#60;br /&#62;
margin-top: 500px;&#60;br /&#62;
}&#60;br /&#62;
&#38;lt;/style&#38;gt;&#60;br /&#62;
&#38;lt;/head&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>identityconsulting on "margin difference in heading between IE and firefox"</title>
			<link>http://www.kriesi.at/support/topic/margin-difference-in-heading-between-ie-and-firefox#post-15971</link>
			<pubDate>Wed, 30 Mar 2011 09:19:14 +0000</pubDate>
			<dc:creator>identityconsulting</dc:creator>
			<guid isPermaLink="false">15971@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It would appear it still has no effect, even in between the two lines of code you told me (in header.php)...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "margin difference in heading between IE and firefox"</title>
			<link>http://www.kriesi.at/support/topic/margin-difference-in-heading-between-ie-and-firefox#post-15730</link>
			<pubDate>Sun, 27 Mar 2011 08:27:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15730@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No - please insert the code in header.php before following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;/head&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>identityconsulting on "margin difference in heading between IE and firefox"</title>
			<link>http://www.kriesi.at/support/topic/margin-difference-in-heading-between-ie-and-firefox#post-15659</link>
			<pubDate>Fri, 25 Mar 2011 09:45:12 +0000</pubDate>
			<dc:creator>identityconsulting</dc:creator>
			<guid isPermaLink="false">15659@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Doesn't appear to be qorking for me...&#60;/p&#62;
&#60;p&#62;I put it in after the margin part of my html, and IE takes the first command, and doesn't execute the one you just gave me. If I put it before the margin partm, neither firefox or IE uses either command...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "margin difference in heading between IE and firefox"</title>
			<link>http://www.kriesi.at/support/topic/margin-difference-in-heading-between-ie-and-firefox#post-15630</link>
			<pubDate>Fri, 25 Mar 2011 06:18:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15630@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can use a conditional tag to adjust the margin for IE and Firefox. First give the headline a class i.e. class=&#34;frontpage_headline&#34;&#60;/p&#62;
&#60;p&#62;Then change the margin-top so that it looks good in Firefox. In header.php add following code after this line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;![endif]--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!--[if IE]&#38;gt;
&#38;lt;style&#38;gt;
.frontpage_headline{
margin-top: -25px;
}
&#38;lt;/style&#38;gt;
&#38;lt;![endif]--&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>identityconsulting on "margin difference in heading between IE and firefox"</title>
			<link>http://www.kriesi.at/support/topic/margin-difference-in-heading-between-ie-and-firefox#post-15570</link>
			<pubDate>Thu, 24 Mar 2011 10:26:31 +0000</pubDate>
			<dc:creator>identityconsulting</dc:creator>
			<guid isPermaLink="false">15570@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Here's the page I'm talkiing about-&#60;br /&#62;
&#60;a href=&#34;http://www.identityconsulting.co.uk/Newsite/&#34; rel=&#34;nofollow&#34;&#62;http://www.identityconsulting.co.uk/Newsite/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I had to change it a no title page, and then add a css span style (you'll see it all in the code) to make it work how I want it.&#60;/p&#62;
&#60;p&#62;However, in internet explorer the negative margin I've got works perfectly fine, rit's appearing where I want, however in firefox it's an inch or two lower, which doesn't look very good.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
