<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>WPML  &#187;  Topic: []&nbsp;IE not showing menu items</title>
		<atom:link href="http://wpml.org/forums/topic/ie-not-showing-menu-items/feed/" rel="self" type="application/rss+xml" />
		<link>http://wpml.org/forums/topic/ie-not-showing-menu-items/feed/</link>
		<description></description>
		<pubDate></pubDate>
		<generator>http://bbpress.org/?v=2.1.2</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://wpml.org/forums/topic/ie-not-showing-menu-items/#post-11445</guid>
					<title><![CDATA[IE not showing menu items]]></title>
					<link>http://wpml.org/forums/topic/ie-not-showing-menu-items/#post-11445</link>
					<pubDate>Wed, 29 Jul 2009 17:47:15 +0000</pubDate>
					<dc:creator>toff</dc:creator>

					<description>
						<![CDATA[
						<p>IE 7.0.5730 is displaying the top level menu items, but the drop-down portion is not working as it should. Firefox, Safari and Chrome have no problems. I have surfed the wpml site with my IE 7 and the drop-down menu example you have seems to work just fine. The logical conclusion is that I have a conflict in my site CSS that is interfering with the menu system. quick summary of my current CSS below:<br />
&lt;pre&gt;
<div class="sh-wrapper">
<pre class="brush: php; title: ; notranslate">body {position:relative;margin:0 auto;text-align:center;}
.a1 {width:100%; text-align:center; background:#ded6b4; height:40px;}
.a2 {width:800px; text-align:left; background:#ded6b4; height:40px;margin:0px auto;}
.a3_home {width:100%; text-align:center; background: #000; height:322px; position:relative; z-index:-8;}
.a3 {width:100%; text-align:center; background: #000; height:199px; position:relative; z-index:-8;padding:0;}
.a4_home {width:1000px; text-align:left; height:322px; position:relative; z-index:-4;margin:0px auto;}
.a4_img {z-index:-4;position:relative;bottom:0px;padding:0;}
.a4 {width:1000px; text-align:left; height:100px; position:relative; z-index:-4;margin:0px auto;}
.a5_home {width:250px; height:173px; background:#ded6b4; position:absolute; top:157px; left:380px;border: 5px #fff solid; z-index:10;vertical-align:text-top;}
.a6_home {width:350px; height:75px; position:absolute; top:222px; left:650px; background:#fff; z-index:-3; text-align:left;}
.a6 {width:350px; height:78px; position:absolute; top:151px; left:625px; background:#fff; z-index:-3; text-align:left;}
.a7 {width:200px; position:relative; left:0px; top:5px; background:#fff; text-align:left;}
.ax_home {width:50%; height:136px; position:absolute; top:189px; right:0px; background:#fff; z-index:-6; border-top:10px #990000 solid;text-align:left;}
.ax {width:50%; height:92px; position:absolute; top:107px; right:0px; background:#fff; z-index:-16; border-top:10px #990000 solid;text-align:left;}
.a8 {width:100%; text-align:center; background: #fff;}
.a9 {width:800px; text-align:left; background:#fff;margin:0px auto;}
.a10 {width:100%; text-align:center; background: #990000; height:40px;}
.a11 {width:1000px; text-align:center; background:#990000; height:40px;margin:0px auto;}</pre>
</div>
<p>&lt;/pre&gt;<br />
current HTML summary below:<br />
&lt;pre&gt;
<div class="sh-wrapper">
<pre class="brush: php; title: ; notranslate">&lt;html&gt;
&lt;body&gt;
&lt;div class=&quot;a1&quot;&gt;
	&lt;div class=&quot;a2&quot;&gt;&lt;?php do_action('icl_navigation_menu'); ?&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;a3_home&quot;&gt;
	&lt;div class=&quot;a4_home&quot;&gt;
        &lt;img src=&quot;&quot; class=&quot;a4_img&quot;&gt;
		&lt;div class=&quot;a5_home&quot;&gt;&amp;nbsp;&lt;/div &gt;
		&lt;div class=&quot;a6_home&quot;&gt;
			&lt;div class=&quot;a7&quot;&gt;&amp;nbsp;&lt;/div &gt;
		&lt;/div &gt;
	&lt;/div &gt;
	&lt;div CLASS=&quot;ax_home&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;a8&quot;&gt;
	&lt;div class=&quot;a9&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;a10&quot;&gt;
	&lt;div class=&quot;a11&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
</div>
<p>&lt;/pre&gt;<br />
where would I look and what should I look for to try and resolve the IE-only issue?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://wpml.org/forums/topic/ie-not-showing-menu-items/#post-11447</guid>
					<title><![CDATA[]]></title>
					<link>http://wpml.org/forums/topic/ie-not-showing-menu-items/#post-11447</link>
					<pubDate>Thu, 30 Jul 2009 11:41:24 +0000</pubDate>
					<dc:creator>Mihai</dc:creator>

					<description>
						<![CDATA[
						<p>Can you please add a link to your site here?<br />
Also &#8211; does http://wpml.org look ok in your IE7? (trying to see if it&#039;s problem particular to your browser OR your site)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://wpml.org/forums/topic/ie-not-showing-menu-items/#post-11448</guid>
					<title><![CDATA[]]></title>
					<link>http://wpml.org/forums/topic/ie-not-showing-menu-items/#post-11448</link>
					<pubDate>Thu, 30 Jul 2009 13:03:25 +0000</pubDate>
					<dc:creator>toff</dc:creator>

					<description>
						<![CDATA[
						<p>yes, wpml.org looks fine on my version of IE 7 (and all of my other browsers as well), its just my specific page that is not working in my IE 7. I even tested my wordpress page on IE 6 and the dropdowns work fine. So far, IE7 is the only browser that will not display the dropdowns. I&#039;m assuming that there is something on my page that conflicts with your CSS code (z-index or something like that). Evidently, it only conflicts with IE 7 (or at least my version of IE 7).</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://wpml.org/forums/topic/ie-not-showing-menu-items/#post-11449</guid>
					<title><![CDATA[]]></title>
					<link>http://wpml.org/forums/topic/ie-not-showing-menu-items/#post-11449</link>
					<pubDate>Thu, 30 Jul 2009 13:17:59 +0000</pubDate>
					<dc:creator>Mihai</dc:creator>

					<description>
						<![CDATA[
						<p>Try adding a DOCTYPE.<br />
e.g.</p>
<div class="sh-wrapper">
<pre class="brush: php; title: ; notranslate">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;</pre>
</div>
<p>at the very top of the page<br />
I&#039;ve tested this locally and the menu shows. Not sure how this will affect other stuff on you site. Fact is however that it&#039;s a good practice to specify the a DOCTYPE</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://wpml.org/forums/topic/ie-not-showing-menu-items/#post-11450</guid>
					<title><![CDATA[]]></title>
					<link>http://wpml.org/forums/topic/ie-not-showing-menu-items/#post-11450</link>
					<pubDate>Thu, 30 Jul 2009 13:58:44 +0000</pubDate>
					<dc:creator>toff</dc:creator>

					<description>
						<![CDATA[
						<p>doctype it is.  good call. everything shows up fine now. I will definitely remember that in the future.<br />
thank you for the help.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>


<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (Requested URI is rejected)
Content Delivery Network via Amazon Web Services: CloudFront: d2salfytceyqoe.cloudfront.net

 Served from: wpml.org @ 2013-05-20 00:03:16 by W3 Total Cache -->