![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: detect if scrollbars are visible inside a div
From: <andrew.neale@totalise.co.uk>
Date: Thu Aug 11 2005 - 16:03:19 CEST
I think I have sorted the problem
if (document.getElementById('divID').scrollHeight >
can anyone see any problems with this?
|