im not sure you really need jquery for this, or at least not much.
just set your div width and height to 100%

$("yourDiv").css({width:"100%",height:"100%"});

On Jan 31, 3:48 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Hello :)
>
> Thanks for the multitude of helpful threads you people post!
>
> Before trying something gorgeous with jQuery, I thought I should try
> something basic - like setting the width of my #pagewrap div to the
> inner width of the user's window. I can't do it right!
>
> Please will you show me how to do it? And, if you're feeling generous,
> how to make it resize if the user resizes their viewport?
>
> Cheers -
> Cherry.

Reply via email to