Hi! Anyone know a clean method (no browser sniffing) to get the window width without the scrollbar?
for ex., suppose I've got a page, long, so it has a scrollbar. It's 80px width, plus the width of the scrollbar (i.e. 20px), normally getOffsetSize() returns 100px. I'd like to have a way to have the 80px, not the 100px. Anyone? Tkz!
