div#navdivcontainer ul { list-style: none; <-----------------this one here margin: 0; padding: 0; width: 150px; height: 40px; }
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.
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