problem in adjusting alignment of controls at runtime

  • Thread starter Thread starter kt
  • Start date Start date
K

kt

Hi,
I need to adjust the positioning of some controls at run time
depending on the visibility of some panels. I am hiding and showing
panels at a button click and need to adjust the positioning of the
other controls accordingly. I have been trying very hard....the
positioning of all the controls is relative... I have also tried
using
nested tables and place my columns in <tr> <td> but nothing works.
after adding the tables at least the controls in the panel are
getting
displayed in the way they r supposed to..but the other controls r not
getting positioned.
can somebody help me out with this?
its kind of urgent....
 
Hi,
 I need to adjust the positioning of some controls at run time
depending on the visibility of some panels. I am hiding and showing
panels at a button click and need to adjust the positioning of the
other controls accordingly. I have been trying very hard....the
positioning of all the controls is relative... I have also tried
using
nested tables and place my columns in <tr> <td> but nothing works.
after adding the tables at least the controls in the panel are
getting
displayed in the way they r supposed to..but the other controls r not
getting positioned.
can somebody help me out with this?
its kind of urgent....

hi,

have you tried to put sizes to cells in the tables?
remember that a html form follows the flow, so sometimes it's VERY
difficult to make that a form is displayed as you expected in teh
first place.
Also make sure that you use styles for all the document
 
Back
Top