phil
phil

Reputation: 61

ie6 cant select inside of textbox

for some reason in ie6 i can only select a textbox by clicking the border. below is the styling it has:

border: 1px solid black;
margin-bottom: 7px;
margin-left: 30px;
padding: 2px;
width: 300px;

Upvotes: 1

Views: 227

Answers (1)

phil
phil

Reputation: 61

i have finally solved this. there was some javascript the applied a zindex to the parent that caused this to break. i hard coded a z-index with an !important on it to the textbox and it fixed it.

Upvotes: 1

Related Questions