<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Volkmar Emberger schrieb:
<blockquote cite="mid45C5967B.4080306@e-tecture.com" type="cite">
  <meta http-equiv="Context-Type"
 content="text/html; charset=ISO-8859-1">
  <title></title>
do you think it is very "unconventional" if I mix JSP and CSS?<br>
</blockquote>
>From a technical point of view it's not. If your CSS files require JSP
processing then this is fine and with opencms this will be no problem.<br>
<br>
However, you would have to check, if browsers really reload there
stylesheets with every request. Maybe it doesn't work like that if you
want to mutate the layout of your pages with each request.<br>
<blockquote cite="mid45C5967B.4080306@e-tecture.com" type="cite"><br>
like different background images on every load of the css?<br>
</blockquote>
<br>
This is a philosophical issue, isn't it? I would not like a site that
changes dramatically with each request, unless you do something very
special.<br>
Small changes might be ok (like some sites that automatically change
header images), but don't confuse your guests. <br>
<br>
Personally I like most websites better, if they are consistent. On the
other hand, an artsy website can do anything and still that's fine for
me. Of course this is just my own personal opinion. A good book on
usability issues like consistency is IMHO "Don't make me think" by
Steve Krug.<br>
<br>
regards,<br>
christian<br>
</body>
</html>