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
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
2 matches
Mail list logo