I need some help here. My page appears alright on other browsers, but on IE I have this overflowing issue with the fieldset. As you can see it is all messed up. I tried giving some CSS to the fieldset and giving it a fixed width but it still stays the same. Any help appreciated. Thanks!
Just letting readers know I fixed the issue, it needed an overflow:visible alongwith the width. Hope it helps anyone else in future. <fieldset style="[COLOR="Red"]overflow:visible[/COLOR];width: 600px;"> Code (markup):