![]() Preserved Topic: Window Resizing Reconfiguring (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: Pa, US |
![]() 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 |
![]() code: <head>
|
Maniac (V) Mad Scientist From: Belgrade, Serbia |
![]() |
Nervous Wreck (II) Inmate From: Pa, US |
![]() Thanks.. my code was basically like this: |