Hello i don't know if is the right place to ask but i try:
I have this:
<div id="mostro_argomenti">
<span py:for= "dati in messaggi">
<div id="separo_messaggi">
<p id="primo" class="titolo">${dati.titolo}</p>
<p id="secondo" class="dettagli">Postato da : $
{dati.nutente} data : ${dati.dataora}</p>
<p id="terzo" class="messaggio">${dati.commento}</p>
</div>
</span>
</div>
at the body i have <body onload="Bordi()">, that is a js function
where i made rounded border.
The problem is that the border are made only in the first cycle of the
py:for and not in the other.
How i can do for call it every cycle.
Thanks
Luca
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---