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 a suburb of 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.
Popular Pages
- Fast rounded corners in Photoshop (4152 recent visits)
- PHP – passing variables across pages (1559 recent visits)
- JavaScript set selected on load (1290 recent visits)
- Removing all child nodes from an element (882 recent visits)
- iPod songs out of order? (747 recent visits)
- Britney - Everytime piano tab (669 recent visits)
- Firefox 3 smart address bar: wildcard search (633 recent visits)
- MySQL LEFT JOIN syntax (543 recent visits)
- Breathe Me - Sia (508 recent visits)
- Tumblr: how blogging should be (403 recent visits)
Similar Entries
- Drop-down list of United States, Canada, and Mexico states or provinces (235 recent visits)
- AJAX/Andy/Matt meeting review (1 recent visits)
- AJAX requests in web site template (13 recent visits)
- Invalid characters for AJAX script (29 recent visits)
- Scary AJAX error (45 recent visits)
- To-Do list and task manager web sites (11 recent visits)
Stats
49 unique visits since August 2008
Recent Referrers (click)
- ie6 lists
- ie6 dropdown shows through floating layer
- ie6 dropdown shows through floating layer
- ie6 dropdown shows through floating layer
- IE6 drop list show through
- iframe ajax select
- ie6 dropdown select box
- ie6 select showing through
- ie6 select showing through
- ie6 select showing through
- ie6 select showing through
- error ie6 ajax select
- select boxes showing through ie6
- ie6 select iframe
- http://sjc.ironspeed.com/tool/
- ie6 iframe ajax
- ajax z-index ie6
- ajax:select set selected option
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.