Hi =),
I'm using php to generate data from an oracle db inside a layer, and part
of the end user's 'submit data' routine involves showing and hiding other
layers and then submitting it back into the database. Because the layer is
dynamically generated, I am not able to know what that layer's cxss
positioning should be. ie it depends on the db data, it could be the 1st
or 10th thing returned.
Any ideas on how to calculate a layer's css positioning on the fly, ie
vary the position according to the elements that precede it on the page?