tags:

views:

10

answers:

1

What is the code in HTML for making an image, or a gif animation- to appear in FRONT of an embeded movie clip (lets say from you tube)?

+1  A: 

The CSS z-index property may be what you're looking for, it determines the drawing ordering of items that overlap each other.

Kaleb Brasee
But since it's a flash movie in question, wmode="transparent" must be added to the swf in order for it to work as desired.
Marko