Hallo zusammen,
ich möchte nur beim "hovern" im Menü ein kleines list-style-image anzeigen lassen. funxt im IE einwandfrei, im firefox gar nicht:
#menu li a {
	display: block;
	list-style: none;
	padding: 2px;
	text-decoration: none;
	width: 140px;
         color: #ff0000;
	}
#menu li a:hover {
	padding: 2px;
	background-color:#ff0000;
	list-style-image:url('../pix/menue.gif');
         color: #000000;
	}
Hat jemand 'ne Idee bzw. weiß jemand weiter?
Danke für Eure Hilfe
Andreas
 
		 
		
		
	