选择在Internet Explorer中获取包装的项目文本

时间:2014-10-23 09:09:44

标签: css jsf

我在selectItem中得到一个大文本所以我给了selectOneMenu固定大小的legnth,所以当我看到selectItems时它将是Chrome浏览器中的全文,但是它已经被包装在IE中了,请帮助这个< / p>

Chrome

enter image description here

我的代码示例

<m:td >

    <h:outputLabel id="PGMADMOLL960" 
                   for="newapcstatusPrc"                                    
                   value="#{msg['label.proc.apcStatus']}" />
    <m:br></m:br>
    <h:selectOneMenu id="newapcstatusPrc" 
                     style="width:150px"                            
                     value="#{ProcedureCodePricingDataBean.procedureCodePricingVO.apcStatusCode}">
        <f:selectItem itemValue="" 
                      itemLabel="" />
        <f:selectItems value="#{ProcedureCodePricingDataBean.apcStatusCodeList}" />
    </h:selectOneMenu>
    <m:br />
    <h:message id="PGMADMM659" 
               for="newapcstatusPrc" 
               styleClass="colorRed" />
    <m:br />
</m:td>

1 个答案:

答案 0 :(得分:0)

有一个相同主题的问题,已经在这里回答:

Select dropdown with fixed width cutting off content in IE

我建议修复此问题:http://css-tricks.com/select-cuts-off-options-in-ie-fix/