On 11/3/06, Javier Rojas <[EMAIL PROTECTED]> wrote: > same behaviour. The rows are added and the elements below the widget don't > get pushed downwards (in firefox)
Ah, I missed the actual problem in your first email and thought the code looked error free. Your problem sounds like a CSS problem instead of a javascript problem. Once you add a row, highlight starting from the last row past the submit button and do a "view selection source" from the context menu. If the HTML looks okay, you'll have to look for absolutely positioned elements in the CSS. I'd have to see it in action to actually diagnose the problem. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

