There is a plugin called dimensions. It gives all kinds of good functions for getting sizes. http://jquery.com/plugins/project/dimensions
I had made a sample page using it here: http://www.commadot.com/jquery/dimensions/ Glen On 8/4/07, Kelvin Park <[EMAIL PROTECTED]> wrote: > > > I am trying to allow a right side content area on my website to > disappear when browser width shrinks down to 800 pixels. Do you know how > to detect browser width with jquery in real time? > >