Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The drop down doesn't align with it's parent menu block, instead it appears off to the right. Any ideas? The css in question is #top-nav li.menu-item ul.subnav

I've tried setting #top-nav li.menu-item to "relative" and ul.subnav to "left:0" without luck.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title></title>
  <style>
  /* @group Top Nav */
#top-nav { font: 1em Helvetica, Arial, sans-serif; color: #333; clear: right; float: right; list-style: none; z-index: 999; overflow: hidden; padding: 0; margin: 5px 0 10px; width: 640px;}
#top-nav a {text-decoration: none; }
#top-nav li { float: left; margin: 0; }
#top-nav .relative { margin: 5px 0 0 0; position: relative; width: 136px; }
#top-nav a { float: left; margin: 0 3px; font-size: 16px; outline: none; padding-left: 6px; color: #969; display: inline; }
#top-nav li.wf-active a { color: #636; }
#top-nav li li.wf-active a { color: #333; }
#top-nav a:hover { text-decoration: none; }
/*Sub Navigation*/
#top-nav li.menu-item ul { display: none; }
#top-nav li.menu-item a:hover ul.subnav { display: block; }

#top-nav li.menu-item ul.subnav { list-style-type: none; margin: 0 0 0 2px; padding: 0px; position: absolute; top: 30px; width: 100px; z-index: 1000; }

#top-nav li.menu-item ul.subnav li { float: none; }
#top-nav .subnav a { display: block; font-size: 15px; margin: 0 0 0 4px; padding: 5px 0 5px 8px; width: 100px; color: #333; }
#top-nav .subnav a:hover { background-color: #F4E9FF; color: #666; }
#top-nav .subnav a:visited { color: #333; }
.subhover { position: relative; }
ul#top-nav li a span { display: block; padding-right: 10px; padding-left: 4px; padding-top: 9px; height: 32px; }
ul#top-nav li a { cursor: pointer; }

/* @end */
  </style>
<script language="JavaScript" SRC="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  <script>
  // Top navigation
$(function(){var is_selected=false;
$('#top-nav li.menu-item').hover(function(){$('ul',this).show();var j_tab=$(this).children('a');if(j_tab.hasClass('selected'))
{is_selected=true;j_tab.removeClass('selected');j_tab.addClass('menu-tab');}
else
{j_tab.addClass('menu-tab');}},function(){$('ul',this).hide();var j_tab=$(this).children('a');if(is_selected)
{is_selected=false;j_tab.addClass('selected');j_tab.removeClass('menu-tab');}
else
{j_tab.removeClass('menu-tab');}});});$(function()
{var empty_class=false;$('#top-nav li.childless').hover(function(){var j_tab=$(this).children('a');if(j_tab.hasClass('selected'))
{empty_class=true;j_tab.removeClass('selected');j_tab.addClass('hover-tab');}
else
{j_tab.addClass('hover-tab');}},function(){var j_tab=$(this).children('a');if(empty_class)
{empty_class=false;j_tab.addClass('selected');j_tab.removeClass('hover-tab');}
else
{j_tab.removeClass('hover-tab');}});});$(function()
{$('.inactive').focus(function()
{$(this).removeClass("inactive").addClass("active");});$('.active').blur(function()
{$(this).removeClass("inactive").addClass("active");});
});
</script>
 </head>
 <body>
  <ul id="top-nav" >
   <li class="childless"><a href="/" title="" >Menu item #1</a></li>
   <li  class="menu-item"><a href="/" title="">Menu item #2</a>
    <ul  class="subnav">
     <li><a href="/" title="">Menu item #2</a></li>
     <li><a href="/" title="">Menu item #3</a></li>
     <li><a href="/" title="">Menu item #4</a></li>
     <li><a href="/" title="">Menu item #5</a></li>
     <li><a href="/" title="">Menu item #6</a></li>
     <li><a href="/" title="">Menu item #7</a></li>
     <li class="last"><a href="/" title="">Menu item #8</a></li>
    </ul>
   </li>
   <li  class="menu-item"><a href="/" title="">Menu item #2</a>
    <ul  class="subnav">
     <li><a href="/" title="">Menu item #2</a></li>
     <li><a href="/" title="">Menu item #3</a></li>
     <li><a href="/" title="">Menu item #4</a></li>
     <li><a href="/" title="">Menu item #5</a></li>
     <li><a href="/" title="">Menu item #6</a></li>
     <li><a href="/" title="">Menu item #7</a></li>
     <li class="last"><a href="/" title="">Menu item #8</a></li>
    </ul>
   </li>
   <li  class="menu-item"><a href="/" title="">Menu item #4</a>
    <ul  class="subnav">
     <li><a href="/" title="">Menu item #2</a></li>
     <li><a href="/" title="">Menu item #3</a></li>
     <li><a href="/" title="">Menu item #4</a></li>
     <li><a href="/" title="">Menu item #5</a></li>
     <li><a href="/" title="">Menu item #6</a></li>
     <li><a href="/" title="">Menu item #7</a></li>
     <li class="last"><a href="/" title="">Menu item #8</a></li>
    </ul>
   </li>
   <li class="childless"><a href="/" title="" >Menu item #5</a></li>
  </ul>
 </body>
</html>
share|improve this question
1  
had a short look only... is the li missing hasLayout? maybe just try using CSS #top-nav .menu-item { zoom: 1; } – Tobias Krogh May 6 '12 at 13:06
jsfiddle version for anyone else who looks at this question. – Cheran Shunmugavel May 6 '12 at 23:04
Thanks. I've also removed "overflow: hidden" (which stopped the drop downs working when element was made relative) from #top-nav and made it "positon: relative". Added "position: relative" to #top-nav li, and "left: 0px" to #top-nav .subnav. Seems to have done the trick! jsfiddle.net/hotdiggity/AbbT2 – hotdiggity May 7 '12 at 0:48
@hotdiggity, make sure you post your solution as an answer and mark it as accepted. – Cheran Shunmugavel May 8 '12 at 2:34

1 Answer

Thanks. I've also removed "overflow: hidden" (which stopped the drop downs working when element was made relative) from #top-nav and made it "positon: relative". Added "position: relative" to #top-nav li, and "left: 0px" to #top-nav .subnav. Seems to have done the trick! jsfiddle.net/hotdiggity/AbbT2

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.