» 
Image stacking
I'm learning the ropes with web design and I was wondering something...
I want to make a fade-in fade-out effect between two jpeg images. I got it to work with Javascript using the opacity filter, but I can't figure out how to do it without using absolute positioning. My question is, is it possible to stack two images on top of each other (same dimensions), like layers, so that I can fade one into the other? I can't really use absolute positions since the page needs to scale with the content.
An alternative is, would it be possible to set an absolute position within a table? Meaning, the table isn't set absolute, but the image within the table has an absolute position withint the table?
Thanks in advance!
|