Preserved Topic: So close, yet.... (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 12-21-2000 04:23
Okay - working on this resizer script. It opens the window, and it appears that the width is correct, but not the height. If you choose 640x480, the window is obviously more than 480 tall. I can't figure out where it's getting the incorrect height from. Ideas? The script is at: http://development.runningwolf.com/development/code/page_resizer/index.html |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 12-21-2000 04:33
Hmmm, I'm stumped... |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 12-21-2000 04:44
I'm in trouble if you're stumped, Slime! |
Paranoid (IV) Inmate From: my mother |
posted 12-21-2000 13:33
lol |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 12-21-2000 21:13
Hah, how come whenever I give an answer, someone else comes in and says "no, slime's wrong, this is how you do it", but when I don't give an answer, no one says anything??? Hah! =) |
Neurotic (0) Inmate Newly admitted |
posted 12-21-2000 21:53
no, slime's wrong. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 12-22-2000 00:00
*nervous laughter* |
Neurotic (0) Inmate Newly admitted |
posted 12-22-2000 00:14
uh oh... that laughter kinda sounded maniacal... like the kinda laugh you hear just before a gun is pulled out... |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 12-22-2000 01:37
I changed the "width" and "height" to "outerwidth" and "outerheight". That didn't seem to fix things. It looks like the window is the correct width, but only about 1/2 as tall as it should be. |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 12-22-2000 15:28
I have an idea. How about, instead of loading the GN page, we load a simple yet stupid pahge that displays the innerwidth/outerwidth variables instead? This oughta help with the de-bugging. |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 12-22-2000 15:51
Okay, go to http://development.runningwolf.com/development/code/page_resizer/index.html - for the page name, use http://development.runningwolf.com/development/code/page_resizer/content.html, which has the code specified. |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 12-22-2000 15:52
OK, check out http://primalshape.com/NewFolder/ - I seem to have something like this going there. What I need to add to the displayed page is all of the other variables for screen and browser size, and see if they display (and *what* they display as!) |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 12-22-2000 16:26
OK! Completely by accident, it started to work correctly in IE5.5. I have NO IDEA what I changed that made it behave differently, but differently it does. Check it out, it really seems to work. |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 12-22-2000 16:33
Yikes...... |