Oversize cursor in Firefox form with textbox background image
- by Gogster
Hi all,
I have a webform with background images on the textboxes to give them a nice rounded corner. In Chrome the textboxes work as expected, however, if I view the form in Firefox the cursor appears to size to the height of the image, but the text is a normal size.
Is there a way to override this oversized cursor?
Here is the CSS of the textbox:
.ed_form_textbox {
width:319px;
height:34px;
margin-bottom:10px;
padding-left:10px;
background: transparent url( "/images/textbox.png" ) no-repeat bottom left;
position:relative;
border:none;
}
Thanks.