[jQuery] Re: Need to create 100% width layout.

2009-12-01 Thread Virgil Spruit
Not sure what behaviours you want to embed. But the following function is a solid base. var viewportwidth; var viewportheight; function viewportsizes(){ // the more standards compliant browsers (mozilla/netscape/opera/ IE7) use window.innerWidth and window.innerHeight if (typeof

[jQuery] Re: Need to create 100% width layout.

2009-12-01 Thread MorningZ
What does jQuery UI have to do with this?Use CSS to make your interface 100% width. On Dec 1, 3:48 am, Sachin wrote: > Hi There, > > I need to create an application UI using jQuery, it should be 100% > irrespective of the browser or user resolution. I am new to jQuery, > please help me w