Beware that some browsers won't use stylesheets if they aren't sent by the server as "text/css". I don't know authoritatively which ones, but I think Firefox and IE *in strict mode*, require text/css.

[EMAIL PROTECTED] wrote:
Hi Bob, I think I solved my style sheet problem something like 2 minutes ago.. :)
So assuming yours is the same problem..

Here's how I declared my stylesheet up top of my layout.jsp:
<link rel="stylesheet" href="<h:outputText value
="#{facesContext.externalContext.requestContextPath}/layout/style.html" />
" />

(I changed my style sheet name from .css to .html because of (I think) new access rules with my new Tomcat 5.5.9 and I really can't be bothered looking into that now. So you may not have to do that..)

--
Neil Erdwien, [EMAIL PROTECTED], Web Technologies Manager
Computing and Network Services, Kansas State University

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to