Is there anyway to obtain the width of the scrollbar? I've tried
var sb = document.body.o ffsetWidth-document.body.c lientWidth ;
but this does not appear to be correct.
Thanks,
Joel
var sb = document.body.o ffsetWidth-document.body.c lientWidth ;
but this does not appear to be correct.
Thanks,
Joel
Comment