Web Analytics Made Easy -
StatCounter <fieldset> causing odd layout bahavior in IE5 - CodingForum

Announcement

Collapse
No announcement yet.

<fieldset> causing odd layout bahavior in IE5

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • <fieldset> causing odd layout bahavior in IE5



    IE5 should show two selects sitting on the left side of the screen, when they should be over to the right, one on either side of the word "or" there.

    Removing the <fieldset> tag around the <select> jump menu solves the issue, but results in invalid markup. i tested using <div> instead of <fieldset>, and that also works. i don't recall if that would be valid though.

  • #2
    Fieldset causing a problem in IE 5

    Did you try style sheet's float:right; or text-align:right;?
    Master Newbie http://dwightstegall.com/

    Comment


    • #3
      well, yes.. the entire <form> that contains the <fieldset>, <select>, etc. is set to be floated right. for some reason what happens though is that IE will not float whatever is within the <fieldset>.

      Comment

      Working...
      X