Craig
Craig

Reputation: 1345

CSS Sprite Button Using Table... Can't get rid of line breaks after table in Safari

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

Answers (1)

Pinny
Pinny

Reputation: 306

In your .spriteMediumButton class, update margin: 0 auto; to margin: 0;.

Upvotes: 1

Related Questions