I have a borderless text input and an image input hovering above other graphics. You can see it here: http://www.wwmlaw.dreamhosters.com/index.php
You can tab into the text input in IE6 and IE8 and it will accept input then but clicking in it does not give you a cursor. All other browsers tested do fine.
The CSS is like so:
#homeSearchForm {
position:absolute;
z-index:1000;
}
#homeSearch {
position:absolute;
z-index:1000;
width:230px;
height:20px;
border:none;
top:16px;
_top:14px;
left:676px;
_left:730px;
border:none;
background:none;
color:#FFF;
}
#homeSearchButton {
position:absolute;
z-index:1000;
width:55px;
height:20px;
border:none;
top:17px;
_top:15px;
left:600px;
_left:655px;
}
Any thoughts?