I have been the following code that is not properly positioning itself when reviewed on Firefox against IE 11:
<div style="position: absolute;">
<div style="position: relative; top: 5px; left: 30px;">Union Affiliation:</div>
<div style="position: relative; top: 50px; left: 30px;">Biography:</div>
<div style="position: relative; top: 150px; left: 30px;">Past Works:</div>
<div style="position: relative; top: 209px; left: 30px;">Primary Work Area:</div>
<div style="position: relative; top: 225px; left: 30px;">Miles willing to travel for work:</div>
</div>
I have tried a handful of adjustments, but nothing is lining it up right. From what I can tell with IE 11 we should be able to avoid having to detect that internet explorer is in use. If so, how can I get these elements to be consistently laid out across the browsers?
Here are screenshots to see the variation...
First FF:
Second IE: