From: <mi...@pr...> - 2000-12-01 10:48:52
|
I am working on a simple Dynapi image extension which will be able to manipulate and control images (image swapping, resizing, etc...) I am able to change an image's src like this... //DynAPI.document.doc.images['imagenamehere'].src=myimageobject.src In IE5.5 and NS5 I am able to change an image's width and height like this... /* DynAPI.document.doc.images['imagenamehere'].w=myimageobject.width DynAPI.document.doc.images['imagenamehere'].h=myimageobject.height */ Does anyone know if this works in IE4/IE5 (I currently only have IE5.5 installed) and of a way to do this in NS4? --proteanman |