Is there a way to detect when a div shows or hides a scrollbar? When the scrollbar is showing, I want to resize some controls inside the div, so that the scrollbar won't cover them up.
So, I need an event that fires when the scrollbar appears and dissapears. Thanks, Brian