css - Text input with z-index inaccessible by click in IE -


I have a border text input and an image input is hovering over other graphics, you can see it here:

You can tab in text input in IE 6 and IE 8 and accept this input, but clicking on it will not get you cursor. All other browsers are well-tested.

CSS is so:

  #homeSearchForm {status: complete; Z-index: 1000; } #Home Search {status: Completed; Z-index: 1000; Width: 230px; Height: 20px; Border: None; Top: 16px; _top: 14px; Left: 676px; _left: 730px; Border: None; Background: None; Color: #fff; #homeSearchButton {Status: Completed; Z-index: 1000; Width: 55px; Height: 20px; Border: None; Top: 17px; _top: 15px; Left: 600px; _left: 655px; }   

Any ideas?

Based on this question

I IE only added background image:

   & Lt; [Endif] - & gt;   

containing

  background-image: url (../g / spacer.gif);   

It resolved this problem.

JJ

Comments