I've observed that my three divs containing text, and positioned absolutely, appear differently in Internet Explorer and Firefox compared to Chrome and Safari. What could be causing this discrepancy, and how can it be resolved?
Here is their current positioning:
style="position: absolute; left: 100px; top: 270px; width: 499px;"
These divs are nested within a relatively positioned element.
You can view the problematic page here. The issue pertains to the alignment of the three text groups on the left next to the numbered images.