Hi All,
I want to move existing divs below another div. This code is generated by Oracle APEX framework, hence not keen in adding ids.
<div id="R118549394377418404_ig" class="a-IG">
<div style="z-index: -1; "><div style="position: absolute; transition: all 0s ease 0s; width: 200%; height: 200%;"></div></div>
<div class="js-resize-sensor" style="direction: ltr; position: absolute; z-index: -1;"><div style="position: absolute;"></div></div>
<div class="a-IG-header js-stickyWidget-toggle" style="z-index: 302; "></div>
<div style="width: 694px; height: 49px;"></div>
<div class="a-IG-body"></div>
</div>
The divs to be moved are highlighted in red and needs to be below the div with class a-IG-body. Please advise.
Thanks