Need HELP! HTML Fieldset overflowing form elements.

Discussion in 'HTML & Website Design' started by nish7x, Aug 2, 2009.

  1. #1
    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.

    [​IMG]

    Any help appreciated. Thanks!
     
    nish7x, Aug 2, 2009 IP
  2. nish7x

    nish7x Well-Known Member

    Messages:
    120
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    130
    #2
    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):
     
    Last edited: Aug 2, 2009
    nish7x, Aug 2, 2009 IP