<?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 - Tag: transparent megamenu - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/transparent-megamenu</link>
		<description>Support Forum - Tag: transparent megamenu - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 01:03:23 +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/tags/transparent-megamenu" rel="self" type="application/rss+xml" />

		<item>
			<title>ansonkemp on "Megamenu re-skin"</title>
			<link>http://www.kriesi.at/support/topic/megamenu-re-skin#post-81886</link>
			<pubDate>Fri, 02 Nov 2012 01:01:42 +0000</pubDate>
			<dc:creator>ansonkemp</dc:creator>
			<guid isPermaLink="false">81886@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have been using firebug. It works great to shed light on what css is styling particular objects. You can even edit the css rules on the fly. I have now styled the menu to my liking. BTW what are the statistics for browsers in use which don't support transparent .png? I am using them exstensively in my re-skin. &#60;/p&#62;
&#60;p&#62;To make my megamenu transparent I used the following code which places a semitransparent .png in the background.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.avia_mega_div, #top .main_menu .avia_mega &#38;gt; li &#38;gt; ul, #top .main_menu .avia_mega &#38;gt; li &#38;gt; ul ul{
border:1px solid #444;
background: url(../images/grey.8opacity.png)  center center repeat transparent;;
/*background: none repeat scroll 0 0 #222222;*/
}
.main_menu .avia_mega ul{
background: url(../images/grey.6opacity.png)  center center  no-repeat;;
color:#777;
}

#top .main_menu .avia_mega div ul a:hover{
background: transparent;
}

#top .main_menu .avia_mega ul ul li, #top .main_menu .avia_mega &#38;gt;li &#38;gt;ul li{
color:#777;
background-color: transparent;
background-image: url(../images/shared/arrow-right-light.png);
background-position:  6px 13px;
background-repeat: no-repeat;
}

#top .main_menu .avia_mega div ul li{
background-position:  0px 10px;
}

.main_menu .dropdown_available{
background: transparent url(../images/shared/arrow-down-light.png)  center center  no-repeat;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Nick on "Megamenu re-skin"</title>
			<link>http://www.kriesi.at/support/topic/megamenu-re-skin#post-81709</link>
			<pubDate>Wed, 31 Oct 2012 14:51:00 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">81709@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;This is what styles the child nav dropdown menus&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu .avia_mega &#38;gt; li &#38;gt; ul, #top .main_menu .avia_mega &#38;gt; li &#38;gt; ul ul{
position:absolute;
display:none;
width:212px;
top:44px;
left:-1px;
padding:8px;
}

#top .main_menu .avia_mega &#38;gt; li:first-child &#38;gt; ul{
left:0px;
}

#top .main_menu .avia_mega &#38;gt; li &#38;gt; ul a{
width:170px;
display:block;
padding:2px 20px 2px 0;
}

#top .main_menu .avia_mega &#38;gt; li &#38;gt; ul li{
padding:3px 0 3px 20px;
}

#top .main_menu .avia_mega &#38;gt; li &#38;gt; ul ul {
left: 210px;
top: -9px;
}

#top .main_menu .avia_mega &#38;gt; li:hover &#38;gt; ul ul, #top .main_menu .avia_mega &#38;gt; li&#38;gt; ul li:hover ul ul,  #top .main_menu .avia_mega &#38;gt; li&#38;gt; ul ul li:hover ul ul ,  #top .main_menu .avia_mega &#38;gt; li&#38;gt; ul ul ul li:hover ul ul,  #top .main_menu .avia_mega &#38;gt; li&#38;gt; ul ul ul ul li:hover ul ul {
display:none;
}

#top .main_menu .avia_mega &#38;gt; li:hover &#38;gt; ul, #top .main_menu .avia_mega &#38;gt; li &#38;gt; ul li:hover ul,  #top .main_menu .avia_mega &#38;gt; li &#38;gt; ul ul li:hover ul,  #top .main_menu .avia_mega &#38;gt; li &#38;gt; ul ul ul li:hover ul,  #top .main_menu .avia_mega &#38;gt; li &#38;gt; ul ul ul ul li:hover ul ,  #top .main_menu .avia_mega &#38;gt; li &#38;gt; ul ul ul ul ul li:hover ul{
display:block;
}

#top .main_menu .avia_mega h1, #top .main_menu .avia_mega h2, #top .main_menu .avia_mega h3, #top .main_menu .avia_mega h4, #top .main_menu .avia_mega h5, #top .main_menu .avia_mega h6{
font-size: 13px;
text-transform: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I am not sure what you are trying to do since to me they look to be transparent already so I pasted it all for you. &#60;/p&#62;
&#60;p&#62;For making customization to your theme's CSS, we recommend that you install and get to know Firebug ( &#60;a href=&#34;http://getfirebug.com/css&#34; rel=&#34;nofollow&#34;&#62;http://getfirebug.com/css&#60;/a&#62; )  and Google Chrome developer tools ( &#60;a href=&#34;https://developers.google.com/chrome-developer-tools/docs/overview&#34; rel=&#34;nofollow&#34;&#62;https://developers.google.com/chrome-developer-tools/docs/overview&#60;/a&#62; ) browser add-on. Firebug is a free web development tool that integrates into Firefox and Chrome browsers and assists in monitoring, debugging and editing of any website's CSS, HTML, DOM, and JavaScript files.&#60;/p&#62;
&#60;p&#62;Once installed, this easy to follow video will show you the basics of Firebug – &#60;a href=&#34;http://vimeo.com/20917974&#34; rel=&#34;nofollow&#34;&#62;http://vimeo.com/20917974&#60;/a&#62; and get you on your way to customizing your theme like a real pro. It's 5 minutes long, and by the end you will know how to style anything!&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ansonkemp on "Megamenu re-skin"</title>
			<link>http://www.kriesi.at/support/topic/megamenu-re-skin#post-81511</link>
			<pubDate>Tue, 30 Oct 2012 07:06:30 +0000</pubDate>
			<dc:creator>ansonkemp</dc:creator>
			<guid isPermaLink="false">81511@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have added png background transparencies to the topmenu bar  '.main_menu'  and am trying to add them to the child menus  '#top .main_menu .avia_mega' , but I am having no luck. Can you help me style these child menus? Which css style do I add 'background: transparent url(../images/grey.6opacity.png)  center center  no-repeat;' to?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
