/ Published in: CSS
Apply an inline-block to all browsers, including IE6 and IE7.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.myelement { display: inline-block; } /* Include only for IE 5.5+ */ .myelement { display: inline; zoom: 1; }
URL: http://vivifystudios.com/articles-css-inline-block/