> I wasn't reading closely enough. I see you add the div if the > documentElement.clientWidth is not 0.Though it still has the effect of > making the scrollHeight 10000 in that document. I'm not sure why that > is.
My detection method was actually part of another feature test looking for the root element (body or documentElement). Which is based on the feature test you and I worked on: http://www.jibbering.com/faq/#getWindowSize :D The scroll height is large to avoid issues with screen resolutions and to attempt to force a scrollable state so it can be checked. -JDD -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
