Because I want to toggle my text I need to hide a part of it.
Problem
- My text height is going to be X or less pixels in height.
- The height of the div depends on a sidebar height and is not as static as this demo.
- If the letters on the last row are now truncated (se demo), I want to hide that row as well.
Look at my demo: http://jsfiddle.net/qWDLb/1/
My own thougt would be if the height could be calculated by using line-height or font sizes?
You can determine line-height with:
This give you this height with ‘px’ at the end. Here is a working jsfiddle for showing 4 lines : http://jsfiddle.net/scaillerie/qWDLb/3/ .