<HTML>
<Head>
<Meta http-equiv = "Content-Type" C>
<Title> solution to Div blocking by select-footfall </title>
</Head>
<Body>
<IFRAME Style = "position: absolute; Z-index: 9; width: Expression
(This. nextsibling. offsetwidth); Height: Expression
(This. nextsibling. offsetheight); top: expression (this. nextsibling. offsettop); left: Expression
(This. nextsibling. offsetleft); "frameborder =" 0 "> </iframe>
<Form ID = "form1" method = "Post">
<Div style = "Z-index: 10; position: absolute; Background-
color: Blue; width: 100; Height: 18; overflow: hidden; "> aaaaaaa
bbbbbbb
ccccccc
test0 test1 Test2 test3
div is blocked by select, is a common problem.
some friends put the DIV content into IFRAME or object to solve the problem.
unfortunately, this will damage the Page Structure and cause poor interaction.
the method used here is:
although Div cannot directly cover select
Div can cover IFRAME, while IFRAME can cover select,
therefore, an IFRAME is used as the bottom of the Div.
This Div can cover the SELECT statement.