IE7 input box background image goes opposite to typing directio....

Posted by metal-gear-solid on Stack Overflow See other posts from Stack Overflow or by metal-gear-solid
Published on 2010-04-23T19:03:20Z Indexed on 2010/04/23 20:13 UTC
Read the original article Hit count: 167

Filed under:
|

it's fine but in IE7 when we type something more than textbox width background image of textbox goes opposite to typing direction.

#searchBox input {
background:url("../images/search-box-bg.gif") no-repeat scroll left center transparent;
border:medium none;
outline:medium none;
padding:5px 4px 5px 22px;
width:90px;
}

IN IE7

alt text

© Stack Overflow or respective owner

Related posts about css

Related posts about XHTML