form field position abolute

when define the field’s position as “absolute” the labelTop, labelLeft, inputTop, inputLeft value is relative to the arround space, for example, the Tab arround it. Is this right? and when the parent field is positioned absolute and the labelTop=0, labelLeft=0, inputTop=0, inputLeft=0, the children’s postion will ignore the parents position and will overlay with its parents.
positionAbsolute.rar (347 KB)

Hi

  1. update to lates version (you can find corresponding topic above all forum’s posts)
  2. correct, fotm not calculate automaticaly any dimensions, it just put css rule with position:absolute, user have possibility to set width/height/left/top to input/label, that’s enough.