Columnizer-jQuery-Plugin
Columnizer-jQuery-Plugin copied to clipboard
<br> problem in chrome vs internet explorer (hight difference columns)
When text is columnized in chrome the column starts at same hight. in internet explorer it shows that the text in column 2 is one enter down..
If i ad an
between text, in ie9 the text looks fine. but in chrome there is an one hight difference.. http://bit.ly/14qEdDM
I'd recommend changing your content titles to be H tags instead of styled SPAN tags, then to add the class dontend to those headers. so:
<p><BR><br />
<span style="text-decoration: underline;">Administratie</span></p>
becomes
<h4 class='dontend'>Administratie</h4>
That should make sure the 1st column never ends with that title, and you wont have to use
to try and force columns to break at the right place.