jQuery: The Write Less, Do More JavaScript Library

making a div full screen on top of other

View: New views
2 Messages — Rating Filter:   Alert me  

making a div full screen on top of other

by Armand Datema :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi

I am making a portal layout system with drag drop etc. All of that is
done thanks to jquery ui and the demo I got a nice part of it working.

Now I want to b able to make a div occupy full screen. Whats is the
best way to do this , especiallycross browser ( HIghest z index and
max size for viewportt.

Is there some excisiting code allready or a simple plugin?

Thanks
Armand

Re: making a div full screen on top of other

by Adam-210 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On May 13, 2:01 pm, "Armand Datema" <nok...@...> wrote:

> Hi
>
> I am making a portal layout system with drag drop etc. All of that is
> done thanks to jquery ui and the demo I got a nice part of it working.
>
> Now I want to b able to make a div occupy full screen. Whats is the
> best way to do this , especiallycross browser ( HIghest z index and
> max size for viewportt.
>
> Is there some excisiting code allready or a simple plugin?
>
> Thanks
> Armand

Hey Armand,

You may want to check out the Block UI plugin: http://www.malsup.com/jquery/block/

Adam