/ Published in: CSS

URL: http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/
Expand |
Embed | Plain Text
.inline-block{ display:inline-block; zoom: 1; *display: inline; /* IE 7 */ _height: 250px; /* IE 6 */ }
You need to login to post a comment.