/ Published in: CSS
If you're using inline-block on elements that are inline by nature (a, span, etc.), IE7 will not recognize your inline-block. Simply use this IN ADDITION to your CSS to make it work.
Expand |
Embed | Plain Text
zoom: 1; *display:inline;
You need to login to post a comment.
