I am creating a css button using the following image...

This is the background of a table.. the text for the image goes inside td blocks.
You can see it in action here, please view source to see how it all works, css is in-lined.
Everything appears to be working great... but view it in IE and Firefox. You'll notice that for some reason there are line breaks in IE and not in Firefox. I want it to not have the line breaks, firefox style.
I know a lot of people will immediately say "Just add a DOCTYPE tag and all will be well!" Unfortunately my use case is such that it has to work in I.E. quirks mode :(
So..with that being a restriction.. any ideas?
Thanks in advance!
*margin-right: 4px !important;to the.spriteTableButtonclass to give you spacing on the right. The*in the rule will ensure it only applies to IE. – Strelok Oct 5 '11 at 2:29