AJAX select list issue in IE6
January 11, 2006
/ Filed under: Browsers, Web Development
Today I put some AJAX into a form I’m working on, in order to more smoothly facilitate finding a person’s name from a database. The approach works great, except in IE 6, any select lists that reside underneath the DHTML layer show through:
This doesn’t seem to happen for any other form element, and it only happens in IE 6. Firefox displays it properly.
Comments/Mentions
|
Editor Picks
Email NewsletterSubscribe to the digest newsletter to receive posts by email: Recent Comments
Advertisements
|

z-index is (probably) your friend. May also help to set position:relative. I was actually having similar problems today (though not with AJAX per-se, seeing as the JavaScript was pulling in plain text and not XML... no matter)!