IE6/7 inline-block testing

by MarkBennett

HTML

<div id="wrapper">
    <div id="a">Test A</div>
    <div id="b">Test B</div>
</div>

CSS

div { background-color: blue; overflow: auto; }
div div { display: inline-block; background-color: red; float: right; }