[Javascript] z-index and form elements

Roger Roelofs rer at datacompusa.com
Mon Jan 22 06:07:28 CST 2007


Michael,

On Jan 22, 2007, at 3:31 AM, Michael Borchers wrote:

> My <div> Layer is created "over" a HTML form.
> FF hides the form select elements behind the new layer, but in IE  
> the form elements keep shining through no matter how high i set the  
> z-index.
> is that normal for the IE? :(
Yes :-(

You can get around it by using an iframe instead of a div, or you can  
loop through the form and hide the individual elements.

Roger
-------------------------------------------------------
Roger Roelofs                          web   www.datacompusa.com
Datacomp Appraisal Services   Email rer at datacompusa.com
3215 Eaglecrest Drive, NE
Grand Rapids, MI  49525-4593





More information about the Javascript mailing list