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>
It is not using the css. Any ideas? Thanks
Bob
---------------------------------
Start your day with Yahoo! - make it your home page

