• here is css for page menu… site is susanarbuckle.com
    any help in moving that submenu down below the main menu item

    .menu-links {
    margin-left: 2px;
    margin-top: 0;
    width: 622px;
    }
    #pagemenucontainer {
    height: 37px;
    margin-top: 0;
    padding: 0;
    }
    #pagemenu {
    float: left;
    margin-bottom: 1px;
    }

    #pagemenu ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    }
    #pagemenu li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    }
    #pagemenu ul li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    }
    #pagemenu li a, #pagemenu li a:link {
    color: #013668;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0 8px 0 0;
    padding: 16px;
    text-decoration: none;
    text-shadow: 0 1px 0 #333333;
    text-transform: uppercase;
    }
    #pagemenu li a:hover, #pagemenu li a:active {
    background: none repeat scroll 0 0 #084379;
    color: #013668;
    display: block;
    text-decoration: none;
    }
    #current{
    background-color: #336699;
    }
    #pagemenu current_page_item a {
    background: none repeat scroll 0 0 #26517e;
    color: #26517e;
    text-decoration: none;
    text-shadow: 0 1px 0 #333333;
    }
    #pagemenu li:hover, #pagemenu li.sfhover {
    color: #0b58a7;

    }

Viewing 6 replies - 1 through 6 (of 6 total)
  • You wanna move the search bar or what??

    Thread Starter aromero2

    (@aromero2)

    when you mouseover Booking / Contact the submenu is on top of it… i need to move it down

    Not when I mouseover. What browser do you use?

    Thread Starter aromero2

    (@aromero2)

    when i look at it in Firefox… the sub menu is on top of the booking/contact
    when i look at it in ie all of the menu is gone from booking/contact on

    Thread Starter aromero2

    (@aromero2)

    now it is working in firefox… but still missing part of menu now in ie….

    Thread Starter aromero2

    (@aromero2)

    i solved the problem with the submenu being over the main menu… it appears that way when i’m logged in and that bar at the top shows up…. but still have problem with losing the last part of the menu when using IE.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sub menu displays on top of main menu’ is closed to new replies.