Hello,
I have a simple JSP that is served by jboss (4.2.3-GA) under ubuntu linux. A
stylesheet is used in the header of the jsp.
If I use a konqueror browser the css styles are loaded. If I use the firefox
(3.08) which is actually my standard browser the stylesheet is not loaded.
Generally the stylesheets are loaded correctly in firefox only if I load the
struts-jsps from my local machine I get this problems. Any ideas ?
Thanks in advance
Tony
I've shortened the files just to show the problem:
JSP
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ taglib prefix="s" uri="/struts-tags" %>
http://www.w3.org/TR/html4/loose.dtd";>
" />
Sign on
Bitte Loginname und Passwort eingeben
CSS
body,html {
font-family: Arial, Helvetica, sans-serif;
font-size: 100.01%;
margin: 0;
padding: 0;
text-align: left;
}
.test {
background: #ccc;
}
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org