Forum Moderators: open

Message Too Old, No Replies

Layer Problem

Form Elements

         

fashezee

11:28 pm on Feb 9, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I do not recall how/if it is possible to have a layer appear on the page
without having the input boxes for forms appear through the layer.

Purple Martin

11:53 pm on Feb 9, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



iFrames will go on top of everything on your page, if you don't mind using them.

garann

5:24 pm on Feb 10, 2004 (gmt 0)

10+ Year Member



The input boxes shouldn't appear through your layer. At least, text boxes shouldn't.

You will see a problem with select/drop-down elements. The only way I've ever heard to have a layer display over these is to use Javascript to actually hide them when the layer is over them. Select boxes are like very small applications, as far as how they are rendered, and (in Windows, at least) they always appear in front of other elements in the browser.