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="" 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-
- Re: [Dynapi-Help] 3.0.0 (Beta1) - dynapi.api.ext.DynLayerIn... Kevin Breynck
- Re: [Dynapi-Help] 3.0.0 (Beta1) - dynapi.api.ext.DynLa... Raymond Irving