28172 sujets

CSS et mise en forme, CSS3

Bonjour à tous,

Voila, j'ai un problème sous IE, il prend pas en compte les styles pour les options de mes balises select. Cela fonctionne parfaitement sous Firefox.

Voici un bout de code.

HTML

<select multiple>
	<option class="nivo_1">Bonjour</option>
</select>


CSS


option.nivo_1  {
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}


Merci beaucoup,
Le MSDN de Microsoft dit:

"Except for background-color and color, style settings applied through the style object for the option element are ignored."

Mais tu peux appliquer les règles au <select>.