From: Kevin B. <Kev...@bb...> - 2003-08-08 15:21:59
|
Hello again, is it possible to manipulate layers and images (resp. a standard nonDynApi HTML Site ;-) , that are written in a conventionally way? like this... . .. ... <style> #layer1 {position:absolute; left:176px; top:19px; width:278px; height:94px; z-index:3; visibility:visible; clip:rect(0px 278px 94px 0px);} </style> <div id="layer1" name="layer1"><img src="img1.gif" name="img1" id="img1" width="50" height="30" /></div> ... .. . The "dynapi.api.ext.DynLayerInline" extension is there to handle this, i guess. But are there any restrictions or traps i need to care about? Or is it possible to manipulate these elements like the DynLayer or "DynImages" for example? Thanks for feedback -k- |