it is probably an easy thing if you know how to do it. I am trying to have some fixed element on top of a fullscreen slideshow. The Idea is to have one fullscreen slideshow in the background and some text element in front of the slideshow. So Images in the background slide, but the text keeps it position.
Do i need to paste the Element in every slide or is there another easy way?
Hope you guys can help me with a more elegant solution.
You need a container that’s fullscreen and position:relative. Then a slider in position absolute at 100% width and height, then anoter div, right in the container, sibling to the slider, that is absolute and 100%width and height. anything you put in that last div is goin to be an overlay to the slider.