Bonjour,

Mon drop down menu vert border border: 1px solid #86AF6D;
n'apparait pas sous IE (7) mais est parfait sous Firefox.

Ici est le CSS:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
 
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #E7ECD8;
	text-decoration: none;
	height: 18px;
	width: 144px;
	border: 1px solid #86AF6D;
Une idee ?

Merci

Nico