• Can someone please throw some light on this for me?
    I have a WAMP localhost installation; the site is not live online.

    I’m using a “twentyten” child theme with a custom style.css that’s working well—a working copy of the original twentyten style.css.

    PROBLEM:
    I have a 30px-tall background image in the following menu #.
    I mouse over a link in the menu bar.
    The drop-down menu link appears under it, but it has about 5px of extra space at the bottom under the background image.
    I pull down and mouse over the visible drop-down link.
    THE DROP-DOWN LINK DISAPPEARS instantly.

    However, when I rapidly and repeatedly mouse over the menubar link, and the subsequent area where the drop-down link should appear under it, sometimes it DOES appear! But for the most part, it just goes away.

    The CSS:

    #access ul ul a {
    	background-image:url('http://xxx.../background30.png');
    	background-repeat: repeat-x;
    	line-height: 1em;
    	padding: 10px;
    	width: auto;
    	height: auto;
    }
    
    #access li:hover > a,
    #access ul ul :hover > a {
    	background-image:url('http://localhost/wordpress/wp-content/knujselif/scihparg/siteimages/background30.png');
    	background-repeat: repeat-x;
    	color: #ff47ed;
    }

Viewing 1 replies (of 1 total)
  • Thread Starter adhdcelt

    (@adhdcelt)

    I solved this problem for the moment.
    Basically, I had
    #access ul ul {}
    remmed out.

    I put it back in, and the drop-down reappeared.
    I don’t have a clue, as menus are foreign to me.

    However, I still have an issue with the 5px of space below the background image. I solved it temporarily by changing the height attribute in
    #access ul ul a {}
    from “auto” to 10px.

    Whatever.

    I’d still like to hear any input anyone has on this 5px thingy.

Viewing 1 replies (of 1 total)
  • The topic ‘Dropdown menu link disappears on mouse over.’ is closed to new replies.