jQuery UI button height difference in IE and FF?!
Just compare the height of the button "a button element" from this page in IE and FF:
http://jqueryui.com/themeroller
in IE (7): height 28px (including border)
in FF: height 26px (including border)
It seems the button element gets an extra 1px border in IE as the button is also 2px wider in IE.
Where does this extra border come from??!!! Looks pretty much like in IE the button element gets 2 borders instead of only one....
Thanks
Sissi