Hello, i want to apply style in imputtext component.
So for exemple boder and backgroung color.
if i write:
<h:inputText id="anId" value="..." maxlength="..." style="border-width:1px;
border-color:#afafaf; }" styleClass="">
in the JSP,It is OK
If i write
<h:inputText id="anId" value="..." maxlength="15" styleClass="css_ZoneChamp">
in the jsp
And:
.css_ZoneChamp{ border-width:1px; border-color:#afafaf; }
in my CSS, the backgroud is applyed buit not the boerde.
How can i do... it is strange...
|Cordialement, Sébastien MARIN.|
|------------------------------|
|-> http://www.marin-s.com <-|
|------------------------------|