I notice that a website written with DP (and presumably WD6 and other Xara programs) uses absolute positioning for all div elements. Fair enough - relative positioning can be a pain when an element pushes an element below down or need aligning properly. etc etc.

My question is - is the order of the elements still retained in all cases left to right within top to bottom? Or would the order be different if something was dragged to a different position?

I want to construct a mobile version of a site by redoing the style sheets. Am I daft to try and do it this way? It would ensure that content maintenance was simplified.