I believe this problem happens in a lot of browsers, even in IE for Mac. The tables basically explode, going to a width of 2000px or more. However, these tables are confined in a div:
<div style="position:absolute; top:96; left: 33; width:750;">
which is properly closed at the end of the file.
My site can be located here: I have a sneaking suspicion that the problem is being caused by Fieldset.
<div style="position:absolute; top:96; left: 33; width:750;">
which is properly closed at the end of the file.
My site can be located here: I have a sneaking suspicion that the problem is being caused by Fieldset.