Forums

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

Home Forums JavaScript Problem with Firefox and css menu. Please help.

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

    I am designing a website for a company and am using a pure css dropdown menu. The background of the menu is black, but when hovering, it has a green image. This works great in IE and other browsers, but only part of the hovering image shows in Firefox 5.01.

    If someone could please take a look at http://www.healingoptions.info/article-members/ I would really appreciate it. Any ideas? Thanks.

    #84697
    wolfcry911
    Participant
    #nav li:hover a.top_link span.down {
    background: url("http://www.healingoptions.info/images/three_1a.gif") no-repeat scroll right top transparent;
    }

    This rule is setting a background on the span, which covers the green background of the parent anchor. You could comment it out to test for the results your looking for.

    #84698
    compufever
    Member

    Good thought, but unfortunately it didn’t work. Funny, it is only on the dropdown items that it doesn’t work. Thank you though, it was sure worth a shot.

    #84699
    compufever
    Member

    YES, it worked perfectly. Sorry, I forgot to comment out both instances of the code. Thank you very much. I appreciate it.

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