I am faced with a challenge in displaying the zoomed-in section of an image on the right side instead of below it. The image is contained within a div and I have attempted using align=right without success since it's not actually an image but a container. Below is my code snippet;
<div class="img-zoom-container">
<img id="myimage" src="Images/Calderpark Shopping centre map.jpg" width="600">
<hr><div id="myresult" align=right class="img-zoom-result"> </div></hr>
</div>