> But to be a first class browser, it's necessary to have > clientWidth and clientHeight correct
This is one of those cases when you really should just get the computed height and width of the <body> or <html> using getComputedStyle()
> But to be a first class browser, it's necessary to have > clientWidth and clientHeight correct
This is one of those cases when you really should just get the computed height and width of the <body> or <html> using getComputedStyle()