Forums

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

Home Forums CSS Help appreciated on developing a dropdown menu

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #24143
    Andy-H
    Participant

    I just started this topic viewtopic.php?f=2&t=1740 about an issue I had with a dropdown menu. But I now put this under more descriptive tittle.

    I did a menu that uses sprite image on the headers, and behavior-file to make the hover work for IE. It was originally based on this tutorial http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp

    First, it’s a mess. I have no experience on dropdown menus before, so some generous help would be appreciated!

    Here’s the the menu http://www.anttihilja.com/dropdowntest

    Problems:
    1) Images doesn’t display in Safari. When I remove the list-style-type:none images display, but of course, with bullets.

    Code:
    div#navdivcontainer ul {
    list-style: none; <-----------------this one here margin: 0; padding: 0; width: 150px; height: 40px; }

    2) It doesn’t really work in IE (at least in 6). It used to, but I don’t know what a hell I did but now it’s doesn’t.

    3) Like I said it’s a mess, it could use lot of cleaning!

    In general, I think the idea is wort developing. All help is tremendously appreciated!

    Thanks

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