[thelist] thelist] external CSS style application in JSP and Firefox

John DeStefano john.destefano at gmail.com
Tue Aug 29 08:15:44 CDT 2006


Mohsen Saboorian (mohsens at gmail.com) wrote:
>Just a few assumptions:
>- Your CSS contains '=' instead of ':' which is non-standard but works in IE.
No, that seems fine.  No "=" in the CSS code.

>- You didn't <link> element properly, an example is:
><link rel="stylesheet" type="text/css" href="link/to/stylesheet.css" />
Nope; I think that's fine too.  Here's my link declaration:
<link rel="stylesheet" type="text/css" href="css/<file>.css" media="all">

>
>BTW, are you using a Servlet/JSP to output your CSS, or just using a .css file?
Just a CSS file.  But if a servlet would better serve this purpose,
please feel free to advise.

Thank you,
~John



More information about the thelist mailing list