[Seaside] Pictures within CSS

Philippe Marschall philippe.marschall at gmail.com
Fri Nov 25 20:34:16 CET 2005


2005/11/25, Damien Cassou <damien.cassou at laposte.net>:
> Hi,
>
> in Pier, the logo is displayed thanks to CSS :
>
> .header .logo {
>     background: transparent url(header-logo.png) no-repeat;
>     width: 127px; height: 127px;
> }
>
>
> How can I get this picture,
http://lukas-renggli.ch/sw2/header-logo.png
The image is not inside the code like for example the page icons but
linked by the css.

> modify it and
with an image editing programm like GIMP

>add this new picture to Squeak for use in another CSS ?
change PRSeasideFrame >> #style

Our you could do your own header widget.


More information about the Seaside mailing list