<div class="content-top" style="width: 990px">
<div style="width: 722px; margin-right: 20px" class="left-middle"></div>
<div style="width: 200px" class="right"></div>
</div>
There seems to be an issue with the placement of div.left-middle and div.right elements in different browsers. While they appear horizontally next to each other in Chrome, in Firefox and IE they are overlapping, despite having enough space for both. Adjusting the width of div.left-middle didn't resolve the issue either. Any insights on why this behavior is occurring? Thank you!