<!DOCTYPE html>
<html>
<head>
<script type='text/javascript'
src='http://code.jquery.com/jquery-1.9.1.js'></script>
<style type='text/css'>
.b {
display: inline-block;
white-space: normal;
}
.cols {
-webkit-column-width: 100px;
column-width: 100px;
height: 500px;
}
</style>
<script type='text/javascript'><![CDATA[
$(window).load(function(){
$(".b").each(function() {
$(this).width(this.scrollWidth);
});
});]]>
</script>
</head>
<body>
<div class="a">
<div class="b" id="parent1">
<div>name</div>
<div>tagline</div>
<div class="cols">The standard Lorem Ipsum passage, used since