I have been transitioning a site from a table-based layout to CSS styled semantic markup. I need to support IE 5/Mac. Generally, this has been a pain and there is one issue I cannot seem to resolve.
Test case:
Not up anymore.
The problem is that in IE 5/Mac, the New Teacher/Staff form appears below the New Referral form, not beneath the New Student form as it does in all other browsers.
Does anyone know why this may be happening?
[Edit] Fixed the problem by giving the two elements appearing as the right column a left margin equal to the width of the first column then floating the first elemente to take it out of the flow.
[/Edit]