Survey.aspx has some fieldsets, each with a legend and various input elements. In Dreamweaver CS4 Live View, IE8/PC and Safari/Mac the text flows appropriately and the page looks good. In IE6/PC and Firefox/Mac the legend elements flow their entire lengths and a few of the labels do as well. I have tried a variety of things, such as a dedicated div container, width, position, overflow, float and other CSS rules but nothing has changed the layout.
<form> was not used because the functionality is coming in later via some ASP.NET code, but earlier I did try <form> but it had no effect. I've since gone to my last resort and resolved the problem with a bunch of line breaks in various places.
« Reply to legend and fieldset elements flow out of div