Columnizer-jQuery-Plugin icon indicating copy to clipboard operation
Columnizer-jQuery-Plugin copied to clipboard

<br> problem in chrome vs internet explorer (hight difference columns)

Open qbone187 opened this issue 12 years ago • 1 comments

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

qbone187 avatar Jan 29 '13 08:01 qbone187

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.

adamwulf avatar Feb 08 '13 01:02 adamwulf