Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help with drop down menu

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27053
    GreatPotato
    Member

    I’ve always struggled to create drop down menus… Could somebody help?

    The site in question: // removed (dead link now)

    The main problem im having is that I can’t get the sub-menu to align under it’s relevant parent… Can anyone help? Probably something very simple i’ve missed…

    #76388
    heysep
    Member

    display:inline-block to the parent list-item should do

    #76373
    GreatPotato
    Member

    IE doesn’t support inline block does it?

    #75930
    GreatPotato
    Member

    http://herbert.thinblack.com/

    Ok, got it mostly working except screws up in IE7…

    Had to “hack” with:

    *float: left;

    To make IE7 display the parent pages correctly. But now the child pages don’t display as blocks (even though I have set it to) and they display in the wrong place. Can anyone help?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.