1

I've seen this, but I am wondering if there is any way to detect an overflow event.

I have a div that gets resized by some jquery code, but then at some point later the content of that div changes and the css height:auto rule is no longer effective because a previous event set the height, so the display messes up.

I want to be able to catch the overflow event so I can reset the height of the div to auto. Is this possible?

Community
  • 1
  • 1
Ben Holness
  • 2,457
  • 3
  • 28
  • 49

1 Answers1

3

I'm not sure if this is helpful at all, but I thought it was worth a shot:

FF: http://help.dottoro.com/ljgsfkbc.php

Chrom & Safari: http://help.dottoro.com/ljbnnejo.php

Chase
  • 29,019
  • 1
  • 49
  • 48