I'm a total amateur trying to figure out how to resize a div to a set percentage of the users browser - regardless of how they resize it. And I want to do it dynamically (in that it resizes as the user resizes their browser).
So far then...
I'm using the setMovie function to embed a quicktime called when clicking on a thumbnail using onClick, as in:
onClick="setMovie('Quicktimes/mov1.mov')"
The code I'm using to embed is:
(Part of the preceding code I intend to wrangle into showing a title of what's playing, I hope)
It's based on the Prototype framework with the prototype script referenced at the bottom of the doc:

Help
