Imagine a table, with a cell that expands for many rows.
There is any jquery feature to ensure that the cell content is always visible?
Lets draw here:
This is the
Element
+---------+
| |
| |
| Content | << Where the element is showed!
+-------+ | |
| | | Content | << Where the content should be show
| | +---------+
+-------+
This is the
visible screen
I made an example on JSFiddle: http://jsfiddle.net/vepo/uzTZ8/1/
I'm trying to build a function to ensure (after resizes and scrolls) that the content is visible inside the cell.