Maximize Script

Mar 16, 2005

before starting to modify the script i juste want to know if it's gone work like this. I prefer to ask because i still know nothing about javascript even though i start to understand thing a little but here is the script for a div to be maximized! however i don't want the div to cover the whole screen in terms of height! indeed i want to leave 30px on the bottom! Code:

View 2 Replies


ADVERTISEMENT

Maximize Minimize Div

Mar 13, 2005

I've implemented the following script: http://www.cross-browser.com/x/examples/drag1.php

all works perfectly, however i just need to know how i could also add a maximize function in order for a div to cover the whole webpage..

View 5 Replies View Related

Possible To Maximize A Screen In Javascript

Jul 23, 2005

I was wondering if it is possible to maximise a screen in javascript.

right now, I use this code:

A HREF="heritage.html" onClick="msgWindow=window.open
('heritage.html','fullWindow','toolbar=no,location =no,directories=no,status=
no,menubar=no,scrollbars=yes,resizable=yes,width=8 30,height=630'); return
false" onmouseover="window.status='open site in full screen' return true"
CLASS=TP>open full screen</A>


, but I was wondering if we can fill the entire screen?

View 8 Replies View Related

Disable Browsers Maximize Button

Jul 23, 2005

I have created a frameset which is my default page. I am using
window.resizeto and window.move to size and position the window on the
users screen, but I also need to disable the maximize button on the
window.

I know this can be done when using the window.open function as one of
it's parameter's, however, as this is my landing page, I need to do
this on page load.

View 1 Replies View Related

If Statement To Minimize And Maximize Image?

Jul 16, 2010

I want the div to start out completely minimized at 0% height and then when I click the button that calls the function it should increase the size to 100%, once it is maximized I want it to set the height back to 0% when the button is clicked again. Heres what I have so far. I can get it to minimize and maximize itself but I can't get the height set correctly.

<SCRIPT language="javascript">
var y = 100;
var q = 5;
var f = 0;

[Code]....

View 1 Replies View Related

Maximize And Minimize Events In Browsers?

Aug 27, 2009

How can I capture the maximize and minimize of a browser? It is possible to capture this events? I'm searching the web and I didn't found any results. I want to be know if the user maximize/minimize the browser ?

View 1 Replies View Related

IE - Detect Maximize Vs Regular Onresize?

Apr 25, 2010

in IE, my page gets buggy when the user resizes the window. ive fixed it for when the user clicks and drags the corner of IE, but it is still buggy when the user maximizes the window. i know i can fix this as well if i can just learn to detect the difference on the onresize event between maximizing and all other ways the user can resize it.

View 6 Replies View Related

JQuery :: Maximize A Div To Fill The Entire Screen ?

Feb 28, 2011

I was trying to modify the code-slider plugin so that it would scroll panels that were the size of the entire screen. (the demo on the jquery site has it moving panels that are rather small). So I thought all I had to do was take each div that sandwiches the panel (several are nested) and set their width in code to be the width of the monitor. It did not work.

So I simplified the code to show here. I just have the divs, and their css, and the code that sets them to the width of the screen.

Here's the entire code, css, and html (its not long):

We want the panel to extend the width of the page, and eventually also figure out how to make it extend the height of the page. Then we want to put a menu on top which will scroll from panel to panel, where each panel covers the entire page. The menu would have absolute positioning, so it would stay on top.

Here is another panel, this time in Latin:

View 2 Replies View Related

Minimize And Maximize Lists Using Buttons In Web Page?

Feb 22, 2011

Code... Check out this picture.. i want to make one of my lists to be shown in this way..

whenever you click the '+' sign, the products under the main products will be displayed, and when you click the '-' sign, the products under the main products will be hidden.

View 2 Replies View Related

Maximize Browser Window Automatically In IE7 And FF(latest Version)?

Mar 17, 2009

I want to maximize browser window automatically in IE7 and FF(latest version) is there any way to maximize the window.

View 2 Replies View Related

Zoom A Image When Click On The Image It Should Maximize In New Customized Window

Sep 7, 2009

I need a script to zoom a image.when i click on the image it should maximize in new customized window and the main window should be disabled.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved