Dean Fitzgerald wrote: > So: I am left with a number of questions and issues: > 1) The Mozilla DOM definition for the cols attribute is consistent with > HTML 4.01 (number of frames), and the Mozilla DOM definition for the rows > attribute is consistent with the proposed "Document Object Level 2 HTML" > spec (size of frames in frameset).
In reality, of course, both attributes set number _and_ size. All the documentation needs to be updated, I would say. > 2) Is the difference between HTML 4.01 and "Document Object Level 2 HTML" > intended by the W3 folk? This is best asked on [EMAIL PROTECTED], I think.... > 3) Most importantly, if I cannot use the rows attribute of a frameset to > change the dimensions of a frameset, are there any alternate means of > resizing the frameset that exist? Perhaps something involving XUL? What you want to do works in current Mozilla builds (but not in 1.1 or 1.0.1). In particular, it works fine in 1.2alpha.... There is unfortunately no alternate way of doing it that I'm aware of.
