Page is a not externally linkable
tortuga - 10:14 pm on Mar 9, 2007 (gmt 0)
Here's a really obscure problem that maybe nobody has ever experienced before, but I thought I'd throw it out there to see if anybody had any ideas. I'm working on a site that has two scrolling content divs, one on top of the other. The height of both divs is changed dynamically with JS onLoad and onResize events to accomodate different browser window sizes. It's overly complex I know, but I'm not in charge of such things. In Firefox, the JS sizing is breaking the print stylesheet, in that when printed, the divs remain a fixed size relating to the actual browser window, regardless of what I specify in the print css. The main css is imported for screen only. It seems like the Javascript resize is going somewhere else in Firefox's little brain, and that's what it uses for the print layout, regardless of what else I do. I'm sure it's the javascript too, because I can comment out the one line that does the resize, and it's fixed. Anyway, that's a bizarre one, but if anybody has any thoughts, I'd be interested. Thanks.
Hi all,