I need to set up a website with a video as the background.
Will I be able to use z-index to position other elements on top of the video? Is there a bet
z-index
You can not apply it as a CSS background (background property). You can give the effect though using layers which is controlled via the z-index property.