Possible Duplicate:
Detecting presence of a scroll bar in a DIV using jQuery?
There is markup as below,
<div class="content">Lorem</div>
<div class="content">Lorem Iorem Lorem Iorem Lorem Iorem Lorem Iorem Lorem IoremLorem Iorem Lorem Iorem Lorem Iorem</div>
<div class="content">Lorem</div>
<div class="content">Lorem</div>
If content have scroll bar, then it should add class to that div like "scroll-image".
Height can be different for DIVs. Any jQuery solution for this.