indigobreath
12-31-2009, 04:40 PM
I'm working with buttons and using customized images.
In HTML I have something like this:
<input type="image" class="buttonlogin" name="Submit" value=" " />
and in CSS I'm setting the customized background-image for .buttonlogin. The problem is that Safari makes a light grey border around the image button which looks kind of ugly. Firefox renders it as it should be, that is without any silly border. Any idea what would solve my problem?
In HTML I have something like this:
<input type="image" class="buttonlogin" name="Submit" value=" " />
and in CSS I'm setting the customized background-image for .buttonlogin. The problem is that Safari makes a light grey border around the image button which looks kind of ugly. Firefox renders it as it should be, that is without any silly border. Any idea what would solve my problem?