Layering HTML Above Video Content

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fleemo

    Layering HTML Above Video Content

    Is it possible to layer HTML over video content, or is video rendered
    at the top-most level in a browser? I am trying to layer some HTML
    content over a video file using CSS positioning, but the video remains
    the front-most thing. I've tried adjusting the z-index so that the
    HTML content has a higher z-index value, but no luck. Any way to make
    the HTML content the top-most thing?
  • spamtrap@adsignum.com

    #2
    Re: Layering HTML Above Video Content

    On 8 Aug., 17:40, Fleemo <fleem...@comca st.netwrote:
    Is it possible to layer HTML over video content, or is video rendered
    at the top-most level in a browser? I am trying to layer some HTML
    content over a video file using CSS positioning, but the video remains
    the front-most thing. I've tried adjusting the z-index so that the
    HTML content has a higher z-index value, but no luck. Any way to make
    the HTML content the top-most thing?
    Here is an investigation, how and in which cases it works to overlay
    <object>:



    Ciao
    Niels

    Comment

    • Rick Merrill

      #3
      Re: Layering HTML Above Video Content

      Fleemo wrote:
      Is it possible to layer HTML over video content, or is video rendered
      at the top-most level in a browser? I am trying to layer some HTML
      content over a video file using CSS positioning, but the video remains
      the front-most thing. I've tried adjusting the z-index so that the
      HTML content has a higher z-index value, but no luck. Any way to make
      the HTML content the top-most thing?
      CAnnot you use a moving/animated .GIF file for background?

      Comment

      Working...