| |
TNO
Posts: 1397
Score: 16
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
Greetings fellows, I'm working on a new project and it requires that the window doesn't go under a certain size (e.g. 300px by 300px) but remains resizable. Any ideas on how this could be done? I've been playing around with <body onresize="blah"> but this doesn;t always work, according to microsoft: quote:
"Windows blocks these functions by using a script when the mouse button is down. If the mouse button is down, Windows considers the operation to be a drag operation and blocks any move or resize functions. " Some of the computers I've tested on seem to work, others don't and throw an error.
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|