I have a function that adds resize capabilities to any object, and it works just fine with normal tags in the DOM, like TEXTAREAs and such. When I try to make it work with an OBJECT(any OBJECT), the OBJECT doesn't fire event handlers like it should. I put a TABLE around the OBJECT, and can resize the table wonderfully, except when I move over the OBJECT, it stops resizing until I move back out of the OBJECT.
My real question is, is there any way to ensure that an OBJECT will correctly bubble events through itself? Thanks
John
johnmc@mvmills.com
My real question is, is there any way to ensure that an OBJECT will correctly bubble events through itself? Thanks
John
johnmc@mvmills.com