I have something like this:
<OBJECT id='MyObject' name='MyObject' classid='clsid:2C582098-28CA-224e-D9B9-34E516F10E9F' width='...' height='...'>
I was determining by myself using javascript the width and the height of the page in order to automatically resize the object everytime the browser’s window changes its size. However, is it possible to “dock” the object in the page? I mean, just make the object take all free space on the page for every moment available?
Thanks in advance.
Zubrowka
You could try setting the
width/heightto 100% on the object and thebodycss margin to 0