Quantcast

Jump to content


Photo

Detecting scrollbars


  • Please log in to reply
No replies to this topic

#1 Noitidart

Noitidart
  • Neocodex Co-Founder

  • 23214 posts


Users Awards

Posted 11 August 2010 - 11:29 PM

real real good way to detect scrollbars with javascript:
if (div.scrollHeight > div.clientHeight)
{
//a scroll bar is present
}
else
{
//a scroll bar is NOT present
} 

Crossbrowserness?
Tested in:
FF 3.6.8
IE 7.0.5730.11
Chrome 5.0.375.126


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users