Here is my include:
 
<head>
    <link href="pages/site.css" type="text/css" rel="stylesheet" media="screen">
  </head> 
 
here is the generated source:
 
<a href=""  value="" class="linkMe" 
jsp:id="C:/Projects/JsfShale/WebContent/pages/main.jsp:47:6">click me</a>

Rick Reumann <[EMAIL PROTECTED]> wrote:
[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:
> 
> 
> 

> 

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]


                
---------------------------------
 Start your day with Yahoo! - make it your home page 

Reply via email to