Voila j'ai un problème pour intégré un bouton en css et faire un popup avec une image en javascript .

Le problème est que sous firefox ça marche bien et sous IE6 le popup ne marche pas .

Merci de bien vouloir me répondre. Smiley smile

voici les codes html et javascript:

<span class="interrogation"><A href="javascript:popup('popup/popup.html')"><button><span><em>?</em></span></button></a></span>

voici les codes css :

button
{
border:none;
background:none;
padding:0;
margin:0;
width:auto;
overflow:visible;
text-align:center;
white-space:nowrap;
height:40px;
line-height:30px;
}
button span, button em{
display:block;
height:40px;
line-height:35px;
margin:0;
color:#167db3;
}
button span
{
padding-left:10px;
background:url(bg_button1.gif) no-repeat 0 0;
}
button em
{
font-style:italic;
font-size: 20px;
padding-right:10px;
background:url(bg_button1.gif) no-repeat 100% 0;
}
input.button {
padding: 0 .3em;
overflow: visible;
}