开发者

ie6 cant select inside of textbox

开发者 https://www.devze.com 2023-02-02 02:24 出处:网络
for some reason in ie6 i can only select a textbox by clicking the border. below is the styling it has:

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

borde开发者_C百科r: 1px solid black;
margin-bottom: 7px;
margin-left: 30px;
padding: 2px;
width: 300px;


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消