/ Published in: CSS
URL: http://vivifystudios.com/articles-css-inline-block/
Apply an inline-block to all browsers, including IE6 and IE7.
Expand |
Embed | Plain Text
.myelement { display: inline-block; } /* Include only for IE 5.5+ */ .myelement { display: inline; zoom: 1; }
You need to login to post a comment.
