[Seaside] Manipulation of BODY tag

Eric Merritt cyberlync at yahoo.com
Sat Oct 18 09:10:39 CEST 2003


> 
> Well, you can certainly use css as well.... just
> create a method called 
> "style" that returns a string which contains normal
> css.
> 
> style
>     ^'
> 	body {
>    		margins: 10px;
> 		font-family: sans-serif;
>   	}'
> 
> You can also check out cssClass:, divNamed:, and
> cssId: for other CSS 
> usage stuff.


Just out of curiosity, and somewhat off topic, One of
the many big wins with css is that the stylesheet it
only pulled down once and then cached. Obviously, 
this wont work if the stylesheet is embedded into the
html or if the stylesheet url changes. How does
seaside handle this?

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


More information about the Seaside mailing list