Drop down menu pushing content down the page

  • beautyfiend
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Feb 12, 2009
  • Posts: 8
  • Loc: London
  • Status: Offline

Post June 15th, 2009, 6:46 am

Hello,
I have created a drop down menu and when it drops down it is pushing the contents below it down the page. Even if I leave a gap big enough for it to expand.
Is there a way of stopping this?
Thank you!
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post June 15th, 2009, 6:46 am

  • AaliyahRoma
  • Born
  • Born
  • No Avatar
  • Joined: Apr 26, 2009
  • Posts: 4
  • Status: Offline

Post June 15th, 2009, 10:43 am

beautyfiend wrote:
Hello,
I have created a drop down menu and when it drops down it is pushing the contents below it down the page. Even if I leave a gap big enough for it to expand.
Is there a way of stopping this?
Thank you!


Use position:absolute in your style code or look at these menus: pure css menus
  • narendras83
  • Newbie
  • Newbie
  • No Avatar
  • Joined: May 28, 2009
  • Posts: 5
  • Status: Offline

Post June 16th, 2009, 1:40 am

the problem is you've floated the menu items, including the menu items that appear on hover. Once the hover effect kicks in, all the rules associated with float apply, including the fact that the inline text boxes of float adjacent elements will wrap around the float. Which is what your content is doing as the menu items drop.

Most drop menus use absolute positioning to place the drop down list items beneath the menu for this very reason. Abs pos elements are completely out of the flow and cannot influence other elements in this way.
  • beautyfiend
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Feb 12, 2009
  • Posts: 8
  • Loc: London
  • Status: Offline

Post June 16th, 2009, 7:34 am

Thank you!

Post Information

  • Total Posts in this topic: 4 posts
  • Users browsing this forum: No registered users and 138 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.