Hi all,
Is there any javascript function/s that will tell me if the current
browser window is in full screen mode or not? I don't want to resize
the window, just size content based on full screen/not full screen.
Cheers,
Nick
|
|
0
|
|
|
|
Reply
|
nickjunkinbox (1)
|
10/12/2005 10:59:25 AM |
|
Nick Weekes wrote:
> Hi all,
>
> Is there any javascript function/s that will tell me if the current
> browser window is in full screen mode or not? I don't want to resize
> the window, just size content based on full screen/not full screen.
>
Ignore screen size, window size, resolution and everything else as well.
Code your page to use percentages of screen area. Then they will work
fine on pretty much any size window... within reason.
|
|
0
|
|
|
|
Reply
|
The
|
10/12/2005 2:12:32 PM
|
|