Laura McCord wrote:
Ok. Yeah I forgot about that.
Thanks, Laura
-----Original Message----- From: Fred Drake [mailto:fdrake@gmail.com] Sent: Friday, October 01, 2004 2:05 PM To: Laura McCord Cc: zope@zope.org Subject: Re: [Zope] tal:attributes question
On Fri, 1 Oct 2004 13:56:38 -0500, Laura McCord <laura.mccord@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!