Preserved Topic: Window Resizing Reconfiguring |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: Pa, US |
posted 08-06-2001 10:04
Basically, I want to re-adjust some things when the user resizes the browser window. The only way I can think of is using the <body onResize=""> setup, but it only seems to accept the command "history.go(0)". So then, is there any way I can run a function or set of commands when the window is resized? |
Paranoid (IV) Inmate From: Lebanon |
posted 08-06-2001 11:03
code: <head>
|
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 08-06-2001 18:24 |
Nervous Wreck (II) Inmate From: Pa, US |
posted 08-06-2001 20:39
Thanks.. my code was basically like this: |