<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: I need to be universal baby :)</title>
      <link>http://ask.metafilter.com/50446/I-need-to-be-universal-baby/</link>
      <description>Comments on Ask MetaFilter post I need to be universal baby :)</description>
	  	  <pubDate>Wed, 08 Nov 2006 07:23:30 -0800</pubDate>
      <lastBuildDate>Wed, 08 Nov 2006 07:23:30 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: I need to be universal baby :)</title>
  	<link>http://ask.metafilter.com/50446/I-need-to-be-universal-baby</link>	
  	<description>Can you help me recode one part of my blog / website so that it works in all browsers? (I think its an easy fix that I am over looking) &lt;br /&gt;&lt;br /&gt; I have a blog at &lt;a href=&quot;http://www.mentaldribble.com&quot;&gt;www.mentaldribble.com. &lt;/a&gt; I love the new theme I found but there&#8217;s one problem. On the upper right hand corner where it says PAGES, CATEGORIES, ARCHIVES,  when you mouse over it there is suppose to be a drop down list. It works in IE 7 but not 6, and I believe it works correctly in Firefox too but I would like it to work in all the browsers.  &lt;br&gt;
&lt;br&gt;
What can I change so the code works in IE 6?&lt;br&gt;
&lt;br&gt;
Also - I recently added a few more categories and the drop down is interfering with the links on the left of the page and I cant seem to select any of the categories that overlap those permanent links on the left. Namely &quot;virgin islands&quot; category on the drop down overlaps the search box, and when I try to select that link the drop down list just disappears..&lt;br&gt;
&lt;br&gt;
 If you can suggest a better way to accomplish this drop down list, or can just fix the way it currently works, that would be AWESOME. &lt;br&gt;
&lt;br&gt;
Thanks hive mind.</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.50446</guid>
  	<pubDate>Wed, 08 Nov 2006 07:10:42 -0800</pubDate>
  	<dc:creator>crewshell</dc:creator>
	
	<category>CSS</category>
	
	<category>HTML</category>
	
	<category>IE6</category>
	
	<category>IE7</category>
	
	<category>Drop</category>
	
	<category>down</category>
	
	<category>list</category>
	
	<category>blog</category>
	
	<category>theme</category>
	
	<category>mental</category>
	
	<category>dribble</category>
	
</item>
<item>
  	<title>By: shownomercy</title>
  	<link>http://ask.metafilter.com/50446/I-need-to-be-universal-baby#764741</link>	
  	<description>&lt;a href=&quot;http://www.howtocreate.co.uk/ie6pita.html&quot;&gt;IE6 &amp;quot;Differences&amp;quot;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
in case no one feels like doing this for you.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.50446-764741</guid>
  	<pubDate>Wed, 08 Nov 2006 07:23:30 -0800</pubDate>
  	<dc:creator>shownomercy</dc:creator>
</item>
<item>
  	<title>By: crewshell</title>
  	<link>http://ask.metafilter.com/50446/I-need-to-be-universal-baby#764758</link>	
  	<description>Yea - Umm that doesn&apos;t really address my issue, I already know IE6 is reading it diffrently hat sire does not tell me what needs to be changed to fix the problem.  I tried searching online myself already and with limited CSS knowledge was unable to figure out what was wrong. Thanks for the link though.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.50446-764758</guid>
  	<pubDate>Wed, 08 Nov 2006 07:39:07 -0800</pubDate>
  	<dc:creator>crewshell</dc:creator>
</item>
<item>
  	<title>By: Mr. Gunn</title>
  	<link>http://ask.metafilter.com/50446/I-need-to-be-universal-baby#764766</link>	
  	<description>If you do a google code search for &amp;quot;&lt;a href=&quot;http://www.google.com/codesearch?q=%22fucking+IE%22&amp;btnG=Search+Code&quot;&gt;fucking IE&lt;/a&gt;&amp;quot;, &amp;quot;Hack for IE&amp;quot; or similar strings, you can find some hints, and even if you don&apos;t, it will at least make you feel better.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.50446-764766</guid>
  	<pubDate>Wed, 08 Nov 2006 07:47:31 -0800</pubDate>
  	<dc:creator>Mr. Gunn</dc:creator>
</item>
<item>
  	<title>By: Khalad</title>
  	<link>http://ask.metafilter.com/50446/I-need-to-be-universal-baby#764851</link>	
  	<description>These do not work in IE 6:&lt;ul&gt;&lt;li&gt;&lt;code&gt;:hover&lt;/code&gt;, except on links&lt;/li&gt;&lt;li&gt;The &lt;code&gt;&amp;gt;&lt;/code&gt; selector.&lt;/li&gt;&lt;/ul&gt;Thus, this key CSS rule will not work:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;&amp;nbsp;&amp;nbsp;#topmenu ul li:hover&amp;gt;ul {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;visibility:visible;&lt;br&gt;
&amp;nbsp;&amp;nbsp;}&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
I recommend that you (a) get rid of the &lt;code&gt;&amp;gt;&lt;/code&gt; selector and either (b) wrap your lists in &lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt; tags so you can use &lt;code&gt;:hover&lt;/code&gt; or (c) use JavaScript.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.50446-764851</guid>
  	<pubDate>Wed, 08 Nov 2006 09:19:20 -0800</pubDate>
  	<dc:creator>Khalad</dc:creator>
</item>
<item>
  	<title>By: trueluk</title>
  	<link>http://ask.metafilter.com/50446/I-need-to-be-universal-baby#764855</link>	
  	<description>Here is a site that is a run down on how to use a little javascript to enable you list in IE6.&lt;br&gt;
&lt;a href=http://www.htmldog.com/articles/suckerfish/dropdowns/&gt;htmldog&lt;/a&gt;&lt;br&gt;
Using this I came up with something that might work for you, but I&apos;m not the most knowledgeable when it comes to CSS.  So heres a fix that is pretty close to want you want, besides the blue line under the &apos;pages&apos;, &apos;categories&apos; and &apos;archives&apos; when you mouseover.   &lt;br&gt;
&lt;br&gt;
First add this into your index.html or whatever your index page is:&lt;br&gt;
&lt;code&gt;&lt;br&gt;
&lt; script  text/javascript&gt;&lt;br&gt;
sfHover = function() {&lt;br&gt;
	var sfEls = document.getElementById(&amp;quot;nav&amp;quot;).getElementsByTagName(&amp;quot;LI&amp;quot;);&lt;br&gt;
	for (var i=0; i&lt;sfels .length; i++) {br&gt;
		sfEls[i].onmouseover=function() {&lt;br&gt;
			this.className+=&amp;quot; sfhover&amp;quot;;&lt;br&gt;
		}&lt;br&gt;
		sfEls[i].onmouseout=function() {&lt;br&gt;
			this.className=this.className.replace(new RegExp(&amp;quot; sfhover\\b&amp;quot;), &amp;quot;&amp;quot;);&lt;br&gt;
		}&lt;br&gt;
	}&lt;br&gt;
}&lt;br&gt;
if (window.attachEvent) window.attachEvent(&amp;quot;onload&amp;quot;, sfHover);&lt;br&gt;
&lt; / script&gt;&lt;br&gt;
&lt;/&gt;&lt;/sfels&gt;&lt;/&gt;&lt;/code&gt;&lt;br&gt;
Then, you need this &lt;br&gt;
&lt; ul id=&quot;nav&quot;&gt; after &lt; div id=&quot;topmenu&quot;&gt; so it looks like:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;&lt;br&gt;
&lt; div id=&quot;topmenu&quot;&gt;&lt;br&gt;
            &lt; ul id=&quot;nav&quot;&gt;&lt;br&gt;
               &lt; li&gt;&lt; a href=&quot;#&quot;&gt;Pages&lt; /a&gt;&lt;br&gt;
&lt;/&gt;&lt;/&gt;&lt;/&gt;&lt;/&gt;&lt;/&gt;&lt;/code&gt;&lt;br&gt;
Then you need to change your style.php, which is just a css file, and add &lt;br&gt;
&lt;code&gt;&lt;br&gt;
				#nav, #nav ul {&lt;br&gt;
					padding: 0;&lt;br&gt;
					margin:0 0 0 5px;&lt;br&gt;
					list-style: none;&lt;br&gt;
					}&lt;br&gt;
&lt;br&gt;
				#nav a {&lt;br&gt;
					display: block;&lt;br&gt;
				}&lt;br&gt;
&lt;br&gt;
				#nav li {&lt;br&gt;
					float: left;&lt;br&gt;
				}&lt;br&gt;
				#nav li ul {&lt;br&gt;
					position: absolute;&lt;br&gt;
					width: 10em;&lt;br&gt;
					left: -999em;&lt;br&gt;
				}&lt;br&gt;
&lt;br&gt;
				#nav li:hover ul, #nav li.sfhover ul {&lt;br&gt;
					left: auto;&lt;br&gt;
				}&lt;br&gt;
&lt;/code&gt;&lt;br&gt;
Almost done!!! Now, remove &amp;quot;visibility:hidden;&amp;quot; from &amp;quot;#topmenu ul li ul&amp;quot; and also remove &amp;quot; border-bottom:2px solid #8dc2e2;&amp;quot; from &amp;quot;#topmenu ul li a:hover&amp;quot; and you should be good to go.&lt;/&gt;&lt;/&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.50446-764855</guid>
  	<pubDate>Wed, 08 Nov 2006 09:33:33 -0800</pubDate>
  	<dc:creator>trueluk</dc:creator>
</item>

    </channel>
</rss>
