如何在IE11中的工具提示中显示大量内容

时间:2018-01-16 12:09:48

标签: jsp internet-explorer tooltip internet-explorer-11 jquery-ui-tooltip

如何在IE11的工具提示中显示大量内容(约1200个字母)?

JSP CODE:

    <form:select path="product" class="tooltip" name="product" id="product" maxlength="16" title="${productListToolTip}" >
        <form:option value=""></form:option>
        <form:options items="${productList}"/>
    </form:select>

目前,Internet Explorer中的工具提示中只能显示520个字母,但它可以与其他浏览器(如Firefox或Chrome)一起使用。

我需要在工具提示中显示整个产品列表内容,但在Internet Explorer中,只显示520个字母;在Firefox或Chrome中,我们可以显示完整列表。

如何在IE11中覆盖此行为?

0 个答案:

没有答案