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: 192
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
© Stack Overflow or respective owner