Setting Button Width
© 2011, Martin Rinehart
In chance checking, discovered that <button> elements in MSIE 7/8 were defaulting to the width of the container. Setting display
to inline-block
did not do the trick. Setting an explicit width is required.
Ask me how happy I am to be fixing crap like this. Or maybe not.
Feedback: MartinRinehart at gmail dot com
# # #