Forum Moderators: open
How do I specify exactly where the images will appear? Can it show over a gif that's not a background image? The hole is transparent.
Thank you for your expertise, I can't get a response from support and it's holding me up.
[edited by: tedster at 7:07 pm (utc) on Jan. 24, 2005]
[edit reason] remove specific java developer [/edit]
Sounds a bit tricky - I assume you want the applet to appear "under" the gif, so the slideshow show through the transparency - correct?
I would try placing the gif with absolute positioning, using a z-index to layer it above the applet. I can't say if this will work - I haven't touched a java applet in a long while. But it's worth an experiment.
Actually I was wondering if you could overlay an image with an applet, but I left that area transparent just in case. Forgive me for my ignorence but what would "absolute positioning, using a z-index" look like?
Is there a better way to have a slide show in a certain area - maybe using flash? I'm trying to keep it small for loading purposes since it'll be my index page.
Thank you
[edited by: Woz at 9:51 am (utc) on Jan. 25, 2005]
[edit reason] No sigs please, see TOS#13 [/edit]
Absolute positioning is a CSS approach - here are some references.
positioning tutorial:
[w3schools.com...]
z-index property
[w3.org...]
If this approach fails, as I think it may, you might get the effect you are after by surrounding the applet in a table cell, where the neighboring cells have slices of the original gif. If the transparent area of the original is not a rectangle, this will probably require some fancy compromises to get a satisfactory look.
A flash movie on top would work fine and I just found some information on transparent flash animation with absolute positioning.
Now if I can just find my Flash installation disk...
(I lost a partition with that app)