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.
Comment