Below is the code used to display a small input field on my site, well here's what I want to know.
Using the pictures below I really like the way it displays (more uniform) in FF etc. but not in IE.
It appears something is going on with the top and left borders in IE, any way, is there a CSS fix or something I can use to get it to display in IE the way it does in FF etc. ?
Thx for your time !
Donation Amount: $<input type="text" name="amount" value="0.00" size="3" style="border-width: 1px 1px 1px 1px; border-color: #9E853D; height: 10px; font-size: 10px;">
Internet Explorer
[img]http://www.eojmarket.com/NonForumStuff/images/ieinput.gif[/img]
FireFox
[img]http://www.eojmarket.com/NonForumStuff/images/ffinput.gif[/img]
Edit: One thing I also noticed that I don't quite get is this...
Why are the right and bottom border of the input a different color than that of the top and left borders in FF when I have border-color set ?