I have just made a page layout using <div> layers to position form elements rather than tables, using absolute positioning.
This is fine at the design resolution (800*600) but obviously not at different ones. I don't want the elements to be stretched apart as would happen if I used % values for the positions, so is there a way I can used nested layers and position the elements from the parent's edges rather than the screens - and have the parent centred?
Alternatively, what is the best way of having everything centred nicely?
Any help would be appreciated. Thanks...
This is fine at the design resolution (800*600) but obviously not at different ones. I don't want the elements to be stretched apart as would happen if I used % values for the positions, so is there a way I can used nested layers and position the elements from the parent's edges rather than the screens - and have the parent centred?
Alternatively, what is the best way of having everything centred nicely?
Any help would be appreciated. Thanks...