[jQuery] Re: How to make webpage to adjust to user display settings.

2008-06-03 Thread Shawn
I'm not understanding why you would want to "resize" everything via JS. Wouldn't it be a helluvalot easier to use CSS with a percentage value for height/width? There are a more than a few articles on this on the web. A quick google search will show you what you need. Try something like "c

[jQuery] Re: How to make webpage to adjust to user display settings.

2008-06-03 Thread Sid
A little mistake, that http://sid-deswal.110mb.com On Jun 3, 11:36 am, Sid <[EMAIL PROTECTED]> wrote: > One way would be to restrict your display to 800x600, ie on bigger > screens the entire thing just centers itself. > > Another way is what u want to do,resize the entire thing. Thats what > im

[jQuery] Re: How to make webpage to adjust to user display settings.

2008-06-03 Thread besh
Hi Aaron, it's really better to use CSS. Use percents for layout and you have exactly what you need. You can then use the max-width property to prevent spreading the page layout in an extreme resolution scenarios. There's a hack that makes it work even in the prehistoric IE6 browser: http://www.c

[jQuery] Re: How to make webpage to adjust to user display settings.

2008-06-03 Thread Sid
One way would be to restrict your display to 800x600, ie on bigger screens the entire thing just centers itself. Another way is what u want to do,resize the entire thing. Thats what im doing with my webpage at http://sid-deswa.110mb.com I use JS to calculate the appropriate length and width, and

[jQuery] Re: How to make webpage to adjust to user display settings.

2008-06-03 Thread tlob
HTML & CSS. He is right. Look here: http://www.w3.org/Style/Examples/007/figures.html Many commercial pages use jQuery. Can someone post a list? cheers tlz On Jun 3, 5:16 am, RobG <[EMAIL PROTECTED]> wrote: > On Jun 2, 9:18 am, Aaron <[EMAIL PROTECTED]> wrote: > > > ok I am currently working

[jQuery] Re: How to make webpage to adjust to user display settings.

2008-06-02 Thread RobG
On Jun 2, 9:18 am, Aaron <[EMAIL PROTECTED]> wrote: > ok I am currently working on a website and I need to have my website > to adjust to the clients display settings so like for an example > that if the user has a higher display settings my webpage through > javascript would resize all the el

[jQuery] Re: How to make webpage to adjust to user display settings.

2008-06-02 Thread Aaron
Also can jquery be used in commercial webpage?? like any commercial type website can use this for free? On Jun 1, 7:18 pm, Aaron <[EMAIL PROTECTED]> wrote: > ok I am currently working on a website and I need to have my website > to adjust to the clients display settings   so  like for an example

[jQuery] Re: How to make webpage to adjust to user display settings.

2008-06-02 Thread Aaron
can jquery do this?? On Jun 1, 7:18 pm, Aaron <[EMAIL PROTECTED]> wrote: > ok I am currently working on a website and I need to have my website > to adjust to the clients display settings   so  like for an example > that  if the user has a higher display settings my webpage through > javascript w