Render Order via HTML or CSS
- by Bullines
What is the best practice is in the case of altering the render order of elements on a webpage. For example, I have two DIVs that are to be displayed on a page:
<div id="appleSection">
<!-- Apple DIVs, content, form elements, etc -->
</div>
<div id="orangeSection">
<!-- Orange DIVs, content, form elements, etc…