<?xml version="1.0" encoding="UTF-8"?><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>Comments on: Suckerfish Dropdown navigation going behind content</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2008/05/03/suckerfish-dropdown-navigation-going-behind-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2008/05/03/suckerfish-dropdown-navigation-going-behind-content/</link>
	<description></description>
	<pubDate>Fri, 21 Nov 2008 21:49:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Steve</title>
		<link>http://www.scriptygoddess.com/archives/2008/05/03/suckerfish-dropdown-navigation-going-behind-content/#comment-591471</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 20 Aug 2008 08:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1516#comment-591471</guid>
		<description>Just learned yesterday that in IE, if the dropdowns are in one section that is position:relative, and the area where they are to display is in another position:relative section, that the dropdowns display behind the content in the second section.

I was able to resolve this by combining both  sections into one so the whole thing was in one position:relative .   After doing so it works fine.  

My original attempt worked fine in FF.  It was IE (as usual) that was the problem.  This resolved the IE problem.</description>
		<content:encoded><![CDATA[<p>Just learned yesterday that in IE, if the dropdowns are in one section that is position:relative, and the area where they are to display is in another position:relative section, that the dropdowns display behind the content in the second section.</p>
<p>I was able to resolve this by combining both  sections into one so the whole thing was in one position:relative .   After doing so it works fine.  </p>
<p>My original attempt worked fine in FF.  It was IE (as usual) that was the problem.  This resolved the IE problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2008/05/03/suckerfish-dropdown-navigation-going-behind-content/#comment-584960</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Wed, 16 Jul 2008 14:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1516#comment-584960</guid>
		<description>For some reason the second example has stopped working entirely. :/ Not sure why. At some point I'll get around to cycling back to this issue to fix the examples.</description>
		<content:encoded><![CDATA[<p>For some reason the second example has stopped working entirely. :/ Not sure why. At some point I&#039;ll get around to cycling back to this issue to fix the examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerry</title>
		<link>http://www.scriptygoddess.com/archives/2008/05/03/suckerfish-dropdown-navigation-going-behind-content/#comment-584954</link>
		<dc:creator>Kerry</dc:creator>
		<pubDate>Wed, 16 Jul 2008 14:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1516#comment-584954</guid>
		<description>I was having the same problem, hours and hours spent trying to fix it, to the point I was almost in tears!

By removing the "position: relative;" from the CSS under the "#content-wrap" absolutley worked a treat and now my drop-down suckerfish menu works sits above the main content. 

So simple, and yet so very very effective.

THANK YOU SO SO VERY MUCH

Total Star! :-)</description>
		<content:encoded><![CDATA[<p>I was having the same problem, hours and hours spent trying to fix it, to the point I was almost in tears!</p>
<p>By removing the &#034;position: relative;&#034; from the CSS under the &#034;#content-wrap&#034; absolutley worked a treat and now my drop-down suckerfish menu works sits above the main content. </p>
<p>So simple, and yet so very very effective.</p>
<p>THANK YOU SO SO VERY MUCH</p>
<p>Total Star! <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucas</title>
		<link>http://www.scriptygoddess.com/archives/2008/05/03/suckerfish-dropdown-navigation-going-behind-content/#comment-574135</link>
		<dc:creator>lucas</dc:creator>
		<pubDate>Sun, 18 May 2008 03:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1516#comment-574135</guid>
		<description>i generaly do a div{position: relative;} at the very begining of my css files so that if i have any absolutely positioned divs they don't screw up and be positioned absolutely in the page.....   it also takes care of z-indexing....</description>
		<content:encoded><![CDATA[<p>i generaly do a div{position: relative;} at the very begining of my css files so that if i have any absolutely positioned divs they don&#039;t screw up and be positioned absolutely in the page&#8230;..   it also takes care of z-indexing&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2008/05/03/suckerfish-dropdown-navigation-going-behind-content/#comment-571893</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 06 May 2008 16:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1516#comment-571893</guid>
		<description>And now I'm also hearing from some people that one of the pages where that navigation lives is plauged with a "sticky hover" problem. I'm still working on resolving it - but going to save this link here for (my) future reference.

http://www.satzansatz.de/cssd/pseudocss.html#stickyhover</description>
		<content:encoded><![CDATA[<p>And now I&#039;m also hearing from some people that one of the pages where that navigation lives is plauged with a &#034;sticky hover&#034; problem. I&#039;m still working on resolving it - but going to save this link here for (my) future reference.</p>
<p><a href="http://www.satzansatz.de/cssd/pseudocss.html#stickyhover" rel="nofollow">http://www.satzansatz.de/cssd/pseudocss.html#stickyhover</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2008/05/03/suckerfish-dropdown-navigation-going-behind-content/#comment-571817</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 06 May 2008 14:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1516#comment-571817</guid>
		<description>I know in the case most recently - where I had to specifically add "position: static" to the tag itself - that adding z-index to the embeded UL didn't make a difference. (This is why I hate working with other people's code/layout) - but good to know for the future - if I *have to* make the next div position: relative - that I should start working with z-index to fix the navigation issue...</description>
		<content:encoded><![CDATA[<p>I know in the case most recently - where I had to specifically add &#034;position: static&#034; to the tag itself - that adding z-index to the embeded UL didn&#039;t make a difference. (This is why I hate working with other people&#039;s code/layout) - but good to know for the future - if I *have to* make the next div position: relative - that I should start working with z-index to fix the navigation issue&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emily</title>
		<link>http://www.scriptygoddess.com/archives/2008/05/03/suckerfish-dropdown-navigation-going-behind-content/#comment-571746</link>
		<dc:creator>Emily</dc:creator>
		<pubDate>Tue, 06 May 2008 12:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1516#comment-571746</guid>
		<description>More of an explanation now that I've had some coffee and a shower:

z-index: 10 on #nav li ul will pop the menu forward.

Absolute positioning takes the element out of the flow of the document. So elements that come after are stacked on top of the absolutely positioned one.

Z-index gives a weight to elements and the higher the number the more to the top of the stack the element is. 

All elements have a default z-index of 1 (it's actually the z-index of the parent element but unless it is set somewhere, it is 1). Z-index can only be specified on elements that have position specified. 

Are you using Firebug (the firefox add-on)? It makes debugging the css so much easier.</description>
		<content:encoded><![CDATA[<p>More of an explanation now that I&#039;ve had some coffee and a shower:</p>
<p>z-index: 10 on #nav li ul will pop the menu forward.</p>
<p>Absolute positioning takes the element out of the flow of the document. So elements that come after are stacked on top of the absolutely positioned one.</p>
<p>Z-index gives a weight to elements and the higher the number the more to the top of the stack the element is. </p>
<p>All elements have a default z-index of 1 (it&#039;s actually the z-index of the parent element but unless it is set somewhere, it is 1). Z-index can only be specified on elements that have position specified. </p>
<p>Are you using Firebug (the firefox add-on)? It makes debugging the css so much easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emily</title>
		<link>http://www.scriptygoddess.com/archives/2008/05/03/suckerfish-dropdown-navigation-going-behind-content/#comment-571702</link>
		<dc:creator>Emily</dc:creator>
		<pubDate>Tue, 06 May 2008 10:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1516#comment-571702</guid>
		<description>z-index: 10 on  #nav li ul will pop the menu forward. 

Are you using Firebug (the firefox add-on)? It make debugging the css so much easier.</description>
		<content:encoded><![CDATA[<p>z-index: 10 on  #nav li ul will pop the menu forward. </p>
<p>Are you using Firebug (the firefox add-on)? It make debugging the css so much easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucas</title>
		<link>http://www.scriptygoddess.com/archives/2008/05/03/suckerfish-dropdown-navigation-going-behind-content/#comment-570941</link>
		<dc:creator>lucas</dc:creator>
		<pubDate>Mon, 05 May 2008 04:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1516#comment-570941</guid>
		<description>try setting the div's z-index to a value of like 30 or something really high....</description>
		<content:encoded><![CDATA[<p>try setting the div&#039;s z-index to a value of like 30 or something really high&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.318 seconds -->
