开发者

Need some help with basic HTML select and ie

I reproduce the error in this jsfiddle : http://jsfiddle.net/DavidLaberge/KftG6/5/

Here is my HTML:

    <table id="infoMedicament" style="width:100%;">
        <tr>
        <td style="width:50%">Value 1<br />
        <select id="produit1" class="produit">
            <option value="d02237726" >test1</option>
            <option value="d02326701" >test2</option>
            <option value="d02041421" >test3</option>
            <option value="d02240240" >test4</option>
            <option value="d00821772" >test5</option>
            <option value="d02225190" >test6</option>
            <option value="new">add</option>
        </select>
        </td>
        <td style="width:50%; vertical-align:top;">Search<br />
            <input type="text" i开发者_开发百科d="rechercheNouveauProduitTab2" style="width:250px;" />
        </td>
        </tr>
    </table>

It works fine in Chrome, but IE tries to open a popup.

Any idea ?

Here is a screen shot of the behavior I have. I have the popup blocker that appears right after I click on the <select>

Need some help with basic HTML select and ie


It's not your codes issue, jsfiddle.net coused it first two times for me :)


You have incomplete code, try surrounding your form inputs with a tag, with some action.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜