IE7 display inline block fix


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. zoom: 1;
  2. *display: inline;
  3.  
  4. /* example usage */
  5. ul {
  6. display: inline-block;
  7. zoom: 1; /* IE7 */
  8. *display: inline; /* IE7 */
  9. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.