AJAX select list issue in IE6 Jan11 '06
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.
Categories: Browsers
, Web Development ![]()
Add Feedback (view all)
Leave feedback
Good ideas... For now, I just went ahead and used styles to "hide" the obtrusive select lists, when the DHTML layer is shown: ... Read more.
Hey that's a good solution! I had this problem a few days later but had forgotten about this post... oops. BUT, apparently it's been fixed for IE7, ... Read more.
IE6 = devil. one of the best work arounds for IE6 not listening to z-index, is to generate an <IFRAME> for every floating div and r ... Read more.
matthom
is published and produced by Matt Thommes - an independent publishing enthusiast, mobile blogger, content creator, informative writer, web developer from Chicago.
Never one to conform, Matt intends to promote the effect the web has on our lives, in an effort to intensify, instruct, and clarify all that is happening around us.
Similar Entries
- Drop-down list of United States, Canada, and Mexico states or provinces (1409 recent visits)
- AJAX/Andy/Matt meeting review (2 recent visits)
- AJAX requests in web site template (80 recent visits)
- Invalid characters for AJAX script (149 recent visits)
- Scary AJAX error (582 recent visits)
- To-Do list and task manager web sites (254 recent visits)
Stats
362 unique visits since August 2008
Recent Referrers (click)
- ie6 select box z-index
- setting referrer in IE ajax
- dhtml select
- http://matthom.com/archive/200
- ajax ie6
- IE6 select box issues
- ajax+select
- hiding select boxes ie6
- ajax select
- DHTML IE6 z-index
- DHTML IE6 z-index
- DHTML IE6 z-index
- AJAX+IE6
- ajax ie6
- select box problems in ie
- select list ajax
- ie6 z-index select boxes
- ajax select
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-s ... Read more.