![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I trying to build a web page with some dynamic content. Part of that is an autocomplete box that needs to appear under a text box on a form. The problem is that the box will not draw on top of a select box no matter what I set the z-indexes to. (It works under safari and firefox and IE 7. Just not IE6). |
|
There is a simple example using just css below. Is there a workaround to get an element to draw on top of a select box in IE6? Thanks html head style type="text/css" span{ position: absolute; background-color: yellow; padding: 5px; left: 10px; border: 1px dashed gray; visibility: visible; color: black; text-decoration: none; z-index:100; } /style /head select style="z-index:-1;position: absolute;" <option>option 1</option <option>option 2</option <option>option 3</option <option>option 4</option /select <span>Test Test Test<br/>I should cover the select box <br/></span /html |
#3
| |||
| |||
|
|
I trying to build a web page with some dynamic content. Part of that is an autocomplete box that needs to appear under a text box on a form. The problem is that the box will not draw on top of a select box no matter what I set the z-indexes to. |
![]() |
| Thread Tools | |
| Display Modes | |
| |