[Zope] tal:attributes question

Garito garito at sistes.net
Sun Oct 3 19:37:53 EDT 2004


Laura McCord wrote:

>Ok. Yeah I forgot about that.
>
>Thanks,
> Laura 
>
>
>-----Original Message-----
>From: Fred Drake [mailto:fdrake at gmail.com] 
>Sent: Friday, October 01, 2004 2:05 PM
>To: Laura McCord
>Cc: zope at zope.org
>Subject: Re: [Zope] tal:attributes question
>
>
>On Fri, 1 Oct 2004 13:56:38 -0500, Laura McCord
><laura.mccord at doucet-austin.com> wrote:
>  
>
>>Of course, this won't work merely because of all the semicolons.
>>    
>>
>
>You can replace each semi-colon with two semi-colons to actually get a
>semi-colon out:
>
><div tal:attributes="
>     id string:${box};
>     style string:position:absolute;; left:180;; top:${position};;
>z-index:1;; visibility:hidden;;"
>     >
>     ...
></div>
>
>
>  -Fred
>
>  
>
do you know XHMTL and CSS?
I think these "style" attribute would be better in a css file...

Cheers!



More information about the Zope mailing list