Hello,
I try to right or left align a text in a button, but Firefox doesn't position it totally left or right, it leaves a border. It's OK in IE.
Anybody got an idea to delete this space?
You can see an example here: (Open it in FF and IE)
http://www.keroops.com/buttontest.html
Thank you!
EDIT: thanks to "abduraooft". Solution is to add "margin:0; padding:0;" to the button
I try to right or left align a text in a button, but Firefox doesn't position it totally left or right, it leaves a border. It's OK in IE.
Anybody got an idea to delete this space?

You can see an example here: (Open it in FF and IE)
http://www.keroops.com/buttontest.html
Thank you!
EDIT: thanks to "abduraooft". Solution is to add "margin:0; padding:0;" to the button
Comment