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)?
views:
10answers:
1
+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
2010-08-10 18:54:22
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
2010-08-10 19:22:55