Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: Hv menu v5.5 and embeded youtube video

  1. #11
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    I'm recanting my previous post...

    I hadn't actually downloaded the script you're working with to test, I was just giving basic info about css.

    To fix your problem, you need to open the file "menu_com.js" and look for this line:

    Code:
    var Ztop=100
    When you've found that line... Replace it with this:

    Code:
    var Ztop=1001

    This will change the z-index of the layer that menu is on.

    Hope all this helps!
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  2. #12
    Join Date
    Aug 2006
    Posts
    116
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Nyne Lyvez View Post
    I'm recanting my previous post...

    I hadn't actually downloaded the script you're working with to test, I was just giving basic info about css.

    To fix your problem, you need to open the file "menu_com.js" and look for this line:

    Code:
    var Ztop=100
    When you've found that line... Replace it with this:

    Code:
    var Ztop=1001

    This will change the z-index of the layer that menu is on.

    Hope all this helps!


    Thanks again Nyne Lyvez

    Ill alter the code in the next few minutes and let you know if it works.

  3. #13
    Join Date
    Aug 2006
    Posts
    116
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I tried changing the var Ztop to 1001 with no luck.


    Thanks for your assistance

  4. #14
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    try adding this to your css stylesheet...

    Code:
    object,parm,embed{
    z-index:50 !important;
    }

    That is assuming you left the bit of code I gave you in my previous post to change the z-index of the menu to 1001.
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  5. #15
    Join Date
    Aug 2006
    Posts
    116
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Nyne Lyvez View Post
    try adding this to your css stylesheet...

    Code:
    object,parm,embed{
    z-index:50 !important;
    }

    That is assuming you left the bit of code I gave you in my previous post to change the z-index of the menu to 1001.

    Do you mean i should go back to the menu.com.js file and change the var z-index back to 1001?

  6. #16
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    yes, change Ztop back to 1001....

    then add the above to your css stylesheet


    Let me know if it works or not
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  7. #17
    Join Date
    Aug 2006
    Posts
    116
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Nyne Lyvez View Post
    yes, change Ztop back to 1001....

    then add the above to your css stylesheet


    Let me know if it works or not

    Hi Nyne Lyvez

    Sorry about this but the HV menu doesnt have a related css file, ive been looking through my files trying to find a css reference to it but there isnt one.

    I should have known this, but im having a bad day.

    Im not sure how i can proceed with this now, obviously is completley controlled via the two javascript files.

    Sorry to waste your time

    Thanks for your help though, much appreciated
    Last edited by Dazza30; 09-12-2008 at 01:40 PM.

  8. #18
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Geez, the z-index shouldn't matter (though may be required for a final tweak). The menu should already go over normal elements. I thought it was commonly known around here, but apparently not. For HTML to appear over Flash, you need wmode transparent:

    Add in this language to your object/embed tag -

    Add the following parameter to the OBJECT tag:

    <param name="wmode" value="transparent">

    Add the following attribute to the EMBED tag:

    wmode="transparent"
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  9. #19
    Join Date
    Aug 2006
    Posts
    116
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by jscheuer1 View Post
    Geez, the z-index shouldn't matter (though may be required for a final tweak). The menu should already go over normal elements. I thought it was commonly known around here, but apparently not. For HTML to appear over Flash, you need wmode transparent:

    Thanks jscheuer1


    Ill make the alterations later.

  10. #20
    Join Date
    Aug 2006
    Posts
    116
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by jscheuer1 View Post
    Geez, the z-index shouldn't matter (though may be required for a final tweak). The menu should already go over normal elements. I thought it was commonly known around here, but apparently not. For HTML to appear over Flash, you need wmode transparent:

    Hi jscheuer1

    Ill have a play around adding the extra code you posted, but could you please show me where to place it in the code below?

    <object width="230" height="200"><param name="movie" value="http://www.youtube.com/v/bJqCFzHUekk&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/bJqCFzHUekk&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="230" height="200"></embed></object>

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
  •