Reputation: 1345
I asked Almost this exact same question yesterday. Basically I have a css button that is built using a table.
The question is here
The working example is here
It looks great, except that in Safari the buttons stack instead of being next to each other like they should.
Anyone have any ideas on this? I feel like I've tried everything..
Upvotes: 1
Views: 127
Reputation: 306
In your .spriteMediumButton
class, update margin: 0 auto;
to margin: 0;
.
Upvotes: 1