i try to position the elements like this

but i get this

the html is
<div class="letters">
<p class="letter">A</p>
<p class="glostitle"></p>
</div>
the css is
.letters {
display: block;
float: left;
position: relative;
text-align: center;
text-transform: uppercase;
width: 280px;
}
Thanks
I think you cannot achieve that without javascript.
The better I can get is this: http://jsfiddle.net/QeWz2/2/
I used
display: inline-blockandvertical-align: topto get that behaviourUpdate
I think Columnizer is the jQuery plugin you are looking for.