Oversize cursor in Firefox form with textbox background image
Posted
by Gogster
on Stack Overflow
See other posts from Stack Overflow
or by Gogster
Published on 2010-05-27T09:46:59Z
Indexed on
2010/05/27
9:51 UTC
Read the original article
Hit count: 234
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.
© Stack Overflow or respective owner