[ZPT] Nesting a Tag in CSS

beno zope@thewebsons.com
Tue, 08 Oct 2002 23:00:14 -0400


At 01:31 AM 10/9/2002 +0200, you wrote:
>Hi beno,
>
>  > Hi;
>  > How would I accomplish the following in a way that will perform the
>  > substitution that I want?
>  >
>  > <style type="text/css">
>  >   .headline { position: absolute;
>  >     top: <p tal:content="python:here.sizeCalc2(50,here.size(None, 
> here))"/>;
>  >     }
>  > </style>
>
>stupid qustion: does tal:replace="..." instead of tal:content not work?

No :( Anyone else have ideas on how to do this?
TIA,
beno