Welcome to TalkGraphics.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Jun 2012
    Posts
    4

    Default Nav Bar and placeholder issue

    Hi everyone,

    I have been working on a private site for the company I work for, and have a small issue.

    I have a navbar at the top, centered, with drop-down menus. On the pages, I have rectangles with placeholders set to show certain videos from YouTube. Whenever I'm on one of the video pages and try to use the navbar, the drop-down menus go behind the video, cutting off the menu. I need the menu to overlap the video.

    Has anyone had this issue? Surely there's something simple I'm overlooking.

    Thanks in advance for your time!

    Mark

  2. #2
    Join Date
    Apr 2009
    Posts
    18

    Default Re: Nav Bar and placeholder issue

    If you click on the navbar and then go to Arrange>Bring to front - does that do the trick?

  3. #3
    Join Date
    Jun 2012
    Posts
    4

    Default Re: Nav Bar and placeholder issue

    That option is greyed out.

  4. #4
    Join Date
    Apr 2009
    Posts
    18

    Default Re: Nav Bar and placeholder issue

    How about "Bring to layer in front" and then "Bring to front".

  5. #5
    Join Date
    Jun 2012
    Posts
    4

    Default Re: Nav Bar and placeholder issue

    All options under Arrange are disabled.

  6. #6
    Join Date
    Apr 2009
    Posts
    18

    Default Re: Nav Bar and placeholder issue

    I've tried to replicate it but I don't get the problem you are having. Could you post the code used in the placeholder?

  7. #7
    Join Date
    Jun 2012
    Posts
    4

    Default Re: Nav Bar and placeholder issue

    Strange.

    The codes are simply YouTube embed html codes, different for each page.

  8. #8

    Default Re: Nav Bar and placeholder issue

    Flash video and .swf is always on-top by default.

    Add the following parameter to the OBJECT tag:
    <param name="wmode" value="transparent">

    Add the following parameter to the EMBED tag:
    wmode="transparent"

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •