<?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: icons above menu - revised</title>
		<link>http://www.kriesi.at/support/topic/icons-above-menu-revised</link>
		<description>Support Forum - Topic: icons above menu - revised</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 19:35:44 +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/icons-above-menu-revised" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "icons above menu - revised"</title>
			<link>http://www.kriesi.at/support/topic/icons-above-menu-revised#post-78044</link>
			<pubDate>Mon, 01 Oct 2012 06:09:51 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78044@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi webWahine,&#60;/p&#62;
&#60;p&#62;Thanks for sharing, I'm sure many people would find this thread helpful. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webWahine on "icons above menu - revised"</title>
			<link>http://www.kriesi.at/support/topic/icons-above-menu-revised#post-78002</link>
			<pubDate>Sun, 30 Sep 2012 17:56:38 +0000</pubDate>
			<dc:creator>webWahine</dc:creator>
			<guid isPermaLink="false">78002@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;my pleasure, peter! you all do such a good job with support, and i think that it's important to share and help others, too :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "icons above menu - revised"</title>
			<link>http://www.kriesi.at/support/topic/icons-above-menu-revised#post-77970</link>
			<pubDate>Sun, 30 Sep 2012 06:48:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">77970@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Thanks for sharing your solution :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webWahine on "icons above menu - revised"</title>
			<link>http://www.kriesi.at/support/topic/icons-above-menu-revised#post-77824</link>
			<pubDate>Sat, 29 Sep 2012 00:20:57 +0000</pubDate>
			<dc:creator>webWahine</dc:creator>
			<guid isPermaLink="false">77824@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hello, all&#60;/p&#62;
&#60;p&#62;my older post about this topic (&#60;a href=&#34;http://www.kriesi.at/support/topic/add-different-icons-above-main-menu-titles-in-header&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/add-different-icons-above-main-menu-titles-in-header&#60;/a&#62;) worked well on safari and chrome, but i discovered that it did not work on ie or firefox, so i had to rethink and come up with another option&#60;/p&#62;
&#60;p&#62;this is my code, below (added to custom.css); a bit of a hack but it works on all browsers; for some reason it needed !important to work&#60;/p&#62;
&#60;p&#62;i wanted to share in case someone else wants to do the same; enjoy :)&#60;/p&#62;
&#60;p&#62;my site:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://edgemontseniorliving.com/&#34; rel=&#34;nofollow&#34;&#62;http://edgemontseniorliving.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;pwd (until live):&#60;/p&#62;
&#60;p&#62;esl1234&#60;/p&#62;
&#60;p&#62;**********************************&#60;/p&#62;
&#60;p&#62;/* removed the 30px margin from layout.css */&#60;br /&#62;
.main_menu ul:first-child &#38;gt; li &#38;gt; a{&#60;br /&#62;
text-align: center;&#60;br /&#62;
margin-left:0px;}&#60;/p&#62;
&#60;p&#62;/* adjusts the up arrow on the pulldown nav */&#60;br /&#62;
.main_menu .menu ul {&#60;br /&#62;
margin-left:-95px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* home */&#60;br /&#62;
#menu-item-774 {&#60;br /&#62;
   background: url('http://edgemontseniorliving.com/wp-content/themes/coherence/images/icons/iconHome.png') !important;&#60;br /&#62;
	width: 80px;&#60;br /&#62;
   background-position: center top !important;&#60;br /&#62;
	background-repeat:no-repeat !important;&#60;br /&#62;
   display: block;}&#60;/p&#62;
&#60;p&#62;/* about */&#60;br /&#62;
#menu-item-775 {&#60;br /&#62;
   background: url('http://edgemontseniorliving.com/wp-content/themes/coherence/images/icons/iconAbout.png');&#60;br /&#62;
	width: 100px;&#60;br /&#62;
   background-position: center top !important;&#60;br /&#62;
	background-repeat:no-repeat !important;&#60;br /&#62;
   display: block;}&#60;/p&#62;
&#60;p&#62;/* application */&#60;br /&#62;
#menu-item-800 {&#60;br /&#62;
	background: url('http://edgemontseniorliving.com/wp-content/themes/coherence/images/icons/iconApplication.png');&#60;br /&#62;
	width: 120px;&#60;br /&#62;
   background-position: center top !important;&#60;br /&#62;
	background-repeat:no-repeat !important;&#60;br /&#62;
   display: block;}&#60;/p&#62;
&#60;p&#62;/* community */&#60;br /&#62;
#menu-item-799 {&#60;br /&#62;
	background: url('http://edgemontseniorliving.com/wp-content/themes/coherence/images/icons/iconCommunity.png');&#60;br /&#62;
	width: 200px;&#60;br /&#62;
   background-position: center top !important;&#60;br /&#62;
	background-repeat:no-repeat !important;&#60;br /&#62;
   display: block;}&#60;/p&#62;
&#60;p&#62;/* news */&#60;br /&#62;
#menu-item-323 {&#60;br /&#62;
	background: url('http://edgemontseniorliving.com/wp-content/themes/coherence/images/icons/iconNews.png');&#60;br /&#62;
	width: 70px;&#60;br /&#62;
   background-position: center top !important;&#60;br /&#62;
	background-repeat:no-repeat !important;&#60;br /&#62;
   display: block;}&#60;/p&#62;
&#60;p&#62;/* contact */&#60;br /&#62;
#menu-item-346 {&#60;br /&#62;
	background: url('http://edgemontseniorliving.com/wp-content/themes/coherence/images/icons/iconContact.png');&#60;br /&#62;
	width: 90px;&#60;br /&#62;
   background-position: center top !important;&#60;br /&#62;
	background-repeat:no-repeat !important;&#60;br /&#62;
   display: block;}
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
