I have coded a web form and styled it with css. It can be seen here:
http://www.exmhosting. com/
The form is the small login one situated top right of the webpage. I have styled the text input with this code:
The problem is in IE7, if the text input by the user is a long string then the background image scrolls to the left, this does not happen in FF3.
Anyone have any ideas how I can stop this strange behaviour in IE7?
http://www.exmhosting. com/
The form is the small login one situated top right of the webpage. I have styled the text input with this code:
Code:
.shortLogin {
font-family:sans-serif;
font-size:10pt;
text-align:left;
border:none;
color:black;
vertical-align:middle;
height:19px;
background:url(/images/btn_1.jpg) no-repeat left;
}
Anyone have any ideas how I can stop this strange behaviour in IE7?
Comment