I am building an HTML report and I want to move some divs to be above another div @ media print only. Or, how can I set the position of a div relevant to another one?
example: div_2's bottom to top of div_1 means
div_2
div_1
example: div_2's left to right of div_1 means
div_1div_2
Can I do this?