From: Rene V. <Ren...@CT...> - 2001-03-09 08:16:30
|
Hello all, Currently I'm working on a page (sorry, online environment) where people can click on objects so new windows will popup. In those popups should load external pages (because it's half database driven). The popups aren't really real popups, but the floating frames. I succeed in making the loadpanel object work, but the frame will change its size to the content. So if the content exceeds the defined size, the frame will grow and v.v. when it is less. In short: How can I define that the loadpanel will be "noresize" and that the scrollbars will be "scroll=auto" ? That's the only thing I want. I prefer the scrollbars brought by Explorer (because of the behaviour). Another 'challenge': it should work on Windows as well as on... Mac. (IE5+) thanks Rene. |