css swf positioning

smumsemaile

New Member
so i have a swf (swfParent) that is loading and need to load another swf (swfChild) on click, I have all that working except I can't figure out how to position swfChild relative to swfParent. I tried position:inherit but I need swfChild to be ontop of swfParent.inherit seems to be the right way to go with this, but I can't seem to figure out how to set the swfChild to have a higher z-index. Would that be all I need to do? I'm fairly novice in css so if someone could give me a good explanation that would be great.
 
Back
Top