<?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: Internet Explorer issue swapping logo and navigation</title>
		<link>http://www.kriesi.at/support/topic/internet-explorer-issue-swapping-logo-and-navigation</link>
		<description>Support Forum - Topic: Internet Explorer issue swapping logo and navigation</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 09:37:42 +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/internet-explorer-issue-swapping-logo-and-navigation" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "Internet Explorer issue swapping logo and navigation"</title>
			<link>http://www.kriesi.at/support/topic/internet-explorer-issue-swapping-logo-and-navigation#post-14174</link>
			<pubDate>Tue, 08 Mar 2011 11:27:41 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">14174@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I'm glad this was resolved quickly and easily, let us know if you have any other questions.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>atxbalt on "Internet Explorer issue swapping logo and navigation"</title>
			<link>http://www.kriesi.at/support/topic/internet-explorer-issue-swapping-logo-and-navigation#post-14144</link>
			<pubDate>Mon, 07 Mar 2011 19:27:44 +0000</pubDate>
			<dc:creator>atxbalt</dc:creator>
			<guid isPermaLink="false">14144@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude, huge high fives to you!!  You're the man!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Internet Explorer issue swapping logo and navigation"</title>
			<link>http://www.kriesi.at/support/topic/internet-explorer-issue-swapping-logo-and-navigation#post-14089</link>
			<pubDate>Mon, 07 Mar 2011 06:27:55 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">14089@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in style.css replace&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.logo, .logo a{
display:block;
height:83px;
width:500px;
position:absolute;
left:0px;
top:20px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.logo, .logo a{
display:block;
height:90px;
width:500px;
position:absolute;
left:0px;
top:20px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>atxbalt on "Internet Explorer issue swapping logo and navigation"</title>
			<link>http://www.kriesi.at/support/topic/internet-explorer-issue-swapping-logo-and-navigation#post-14072</link>
			<pubDate>Sun, 06 Mar 2011 19:22:25 +0000</pubDate>
			<dc:creator>atxbalt</dc:creator>
			<guid isPermaLink="false">14072@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome!  One lingering problem now is that the bottom part of my logo is slightly chopped off.  Any ideas?  You're a huge help!!&#60;/p&#62;
&#60;p&#62;The code I have now is:&#60;/p&#62;
&#60;p&#62;#head{&#60;br /&#62;
		height:128px;&#60;br /&#62;
		position:relative;&#60;br /&#62;
		z-index:10;&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;			.logo, .logo a{&#60;br /&#62;
				display:block;&#60;br /&#62;
				height:83px;&#60;br /&#62;
				width:500px;&#60;br /&#62;
				position:absolute;&#60;br /&#62;
				left:0px;&#60;br /&#62;
				top:20px;&#60;br /&#62;
				}&#60;/p&#62;
&#60;p&#62;					#top .logo a{&#60;br /&#62;
						top:0;&#60;br /&#62;
						left:0;&#60;br /&#62;
						text-indent:-9999px;&#60;br /&#62;
						outline:none;&#60;br /&#62;
						}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Internet Explorer issue swapping logo and navigation"</title>
			<link>http://www.kriesi.at/support/topic/internet-explorer-issue-swapping-logo-and-navigation#post-14060</link>
			<pubDate>Sun, 06 Mar 2011 12:48:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">14060@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in style.css search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.navwrap{
		height:50px;
	left:5px;
	line-height:50px;
	padding-right:18px;
	position:absolute;
	top:50px;
	font-size:12px;
	z-index:6;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace it with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.navwrap{
		height:50px;
	right:5px;
	line-height:50px;
	padding-right:18px;
	position:absolute;
	top:50px;
	font-size:12px;
	z-index:6;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.logo, .logo a{
				display:block;
				height:83px;
				width:500px;
				position:absolute;
				right:-75px;
				top:20px;
				}

					#top .logo a{
						top:0;
						right:0;
						text-indent:-9999px;
						outline:none;
						}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.logo, .logo a{
				display:block;
				height:83px;
				width:500px;
				position:absolute;
				left:0px;
				top:20px;
				}

					#top .logo a{
						top:0;
						left:0;
						text-indent:-9999px;
						outline:none;
						}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>atxbalt on "Internet Explorer issue swapping logo and navigation"</title>
			<link>http://www.kriesi.at/support/topic/internet-explorer-issue-swapping-logo-and-navigation#post-14035</link>
			<pubDate>Sun, 06 Mar 2011 01:59:32 +0000</pubDate>
			<dc:creator>atxbalt</dc:creator>
			<guid isPermaLink="false">14035@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just recently moved back the CSS to the original way, because I thought that would be easier for you to adjust from.  Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>atxbalt on "Internet Explorer issue swapping logo and navigation"</title>
			<link>http://www.kriesi.at/support/topic/internet-explorer-issue-swapping-logo-and-navigation#post-14034</link>
			<pubDate>Sun, 06 Mar 2011 01:26:51 +0000</pubDate>
			<dc:creator>atxbalt</dc:creator>
			<guid isPermaLink="false">14034@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My site is located at &#60;a href=&#34;http://www.txfic.org&#34; rel=&#34;nofollow&#34;&#62;http://www.txfic.org&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>atxbalt on "Internet Explorer issue swapping logo and navigation"</title>
			<link>http://www.kriesi.at/support/topic/internet-explorer-issue-swapping-logo-and-navigation#post-14033</link>
			<pubDate>Sun, 06 Mar 2011 01:25:55 +0000</pubDate>
			<dc:creator>atxbalt</dc:creator>
			<guid isPermaLink="false">14033@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm having a browser display issue with Internet Explorer 8.  I'm using the Twicet theme, and I want to swap the location of the logo to the left and the navigation to the right.  I edited the CSS and it displays fine in Safari and Chrome browsers, but not in Internet Explorer.  What should I change?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
