css - Select Item Text getting Wrapped in Internet Explorer -
i getting big text in selectitem gave legnth fixed size selectonemenu, when see selectitems total text in chrome browser, getting wrapped in ie, please help on
my code sample
<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>
there question same topic, answered here:
select dropdown fixed width cutting off content in ie
i suggest fix: http://css-tricks.com/select-cuts-off-options-in-ie-fix/
css jsf
No comments:
Post a Comment