/ Published in: CSS
An alternative to floating elements and having to clear them. It's ready to work with all browsers including IE. All elements that use this styling need to be coded inline in the HTML. If you don't you will end up with extra spaces.
Expand |
Embed | Plain Text
div/* Element */{ display:inline-block; *display:inline; zoom:1; _height:1%; vertical-align:top; }
You need to login to post a comment.
