Hi, I was wondering what are the disadvantages of Absolute Positioning. Basically I have a template which is near complete, and is designed with floats etc.. Now to ensure some source-ordering, is it OK if I was to say shove something from the top of the source order, to the bottom and give it position: absolute, top:50px left:100px; ? Would this render the same in all browsers? Lets assume everything else within this absolute positioned DIV is browser compliant..