How do I fix this?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Matija
    Senior Member
    • Jan 2009
    • 123
    • 4.1.x

    How do I fix this?

    Is in the attachment youtube video is set on a forum, but when I click on the Tools menu themes half we can not see (located behind the youtube video.

    How can I fix it?
    Attached Files
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    I think you need to set a z-index on your Youtube object. If you are using a custom BB code then you can edit that code in your:

    Admin CP -> Custom BB Codes

    The z-index is a CSS property that can be used to control which page element shows on top in the case of over overlapping elements. I don't have specific code for you though.

    Comment

    • Matija
      Senior Member
      • Jan 2009
      • 123
      • 4.1.x

      #3
      Originally posted by Jake Bunce
      I think you need to set a z-index on your Youtube object. If you are using a custom BB code then you can edit that code in your:

      Admin CP -> Custom BB Codes

      The z-index is a CSS property that can be used to control which page element shows on top in the case of over overlapping elements. I don't have specific code for you though.
      How to set this and where?

      Tnx, Jake.

      Comment

      • Matija
        Senior Member
        • Jan 2009
        • 123
        • 4.1.x

        #4
        I am fix that.
        Anyway thanks!

        Comment

        • AliMadkour
          Senior Member
          • Dec 2004
          • 1588
          • 6.X

          #5
          Originally posted by Matija
          I am fix that.
          Anyway thanks!
          how ?

          Former vBulletin Support Staff
          Need Help?, Or P.M. Me

          Comment

          • Matija
            Senior Member
            • Jan 2009
            • 123
            • 4.1.x

            #6
            Only copy this:

            Admin CP -> Custom BB Codes -> Add New BB Code


            Title - YouTube
            Tag - youtube
            Replacement:

            <object width="460" height="364">
            <param name="movie" value="http://www.youtube.com/v/{param}">
            <param name="wmode" value="transparent">
            <embed src="http://www.youtube.com/v/{param}" type="application/x-shockwave-flash" width="460" height="364" wmode="transparent">
            </embed>
            </object>
            Example - [youtube]JFwCCL0Vh6U[/youtube]

            Description - Use the movie code from the YouTube URL in your browser. For example, http://youtube.com/watch?v=JFwCCL0Vh6U
            Last edited by Matija; Fri 22 May '09, 11:02am.

            Comment

            • AliMadkour
              Senior Member
              • Dec 2004
              • 1588
              • 6.X

              #7
              thanks

              Former vBulletin Support Staff
              Need Help?, Or P.M. Me

              Comment

              Related Topics

              Collapse

              Working...