[EMAIL PROTECTED] wrote the following on 8/25/2005 3:07 PM:
I am having problem with JSF and CSS.
In my css I have
#linkMe:link {
color: #C9C9C9;
}
#linkMe:visited {
color: #C9C9C9;
}
#linkMe:hover, #linkMe:active {
text-decoration: none;
color: #C9C9C9;
}
In my JSP I have:
<f:verbatim>
<h:outputLink styleClass="linkMe" value="#"><h:outputText value="click me"/></h:outputLink><br>
</f:verbatim>
Does the generated source code look correct? Are you sure you didn't
forget to import the css file?
--
Rick
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]