blob: 74996388351b0dc58ba46e59ce3fca845dc3a38d [file]
<head>
<script>
internals.settings.setRegionBasedColumnsEnabled(true)
</script>
<style>
.transformed { background-color:green }
.transformed:hover { background-color:maroon }
</style>
</head>
<div style="position:relative; -webkit-column-count:2; -webkit-column-width:200px; width:420px; -webkit-column-gap:20px; border:2px solid black; height:200px">
<div style="height:100px"></div>
<div style="opacity:0.5">
<div class="transformed" style="float:left;width:200px;height:100px;-webkit-transform:translate(0, 100px)"></div>
</div>
</div>