Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Hv menu v5.5 and embeded youtube video

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

    Default Hv menu v5.5 and embeded youtube video

    1) Script Title:HV menu v5.5

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...menu/index.htm

    3) Ive been embedding you tube video's for a new page idea on my site, all was going well until i noticed that the hv menu sub menu's drop down behind the video's.

    I haven't uploaded the page to my server yet as its a work in progress, so i cant show you the problem.

    Could someone please help?

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    provide the link of your site without that I think it will be more difficult to find a solution.

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

    Default

    Hi thanks for the reply

    Ive uploaded a rougth copy to a spare server, with just enougth of the external css to make it work.

    http://www.superbargain.co.uk/videotest.html

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

    Default

    Heres a link to the javascript file that runs the HV menu

    http://www.superbargain.co.uk/exmplmenu2_var.js

    Heres another that i think is related,

    http://www.superbargain.co.uk/menu_com.js

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

    Default

    If no one can help me with the HV MENU could someone please point me in the direction of an alternative css or javascript menu that has submenu's please?

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

    Default

    If no one can help me with the above questions, could someone point me in the direction of another forum or somewhere else i could get help?

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

    Default

    I was just told on another forum that the problem with the HV menu could be solved by altering the z-index css property.

    Could anyone offer some advice of how this could be done? im familiar with css2.0 but ive not had to use or alter the z-index yet.

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

    Default

    Code:
    some_element{
    z-index:999;
    }
    z-index is like "layering" things on your page. The higher the number of an element, means it will overlap other elements which have a lower z-index.
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

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

    Default

    Quote Originally Posted by Nyne Lyvez View Post
    Code:
    some_element{
    z-index:999;
    }
    z-index is like "layering" things on your page. The higher the number of an element, means it will overlap other elements which have a lower z-index.
    Thanks for the information Nyne Lyvez

    I take it the some_element{ part of the css is the style number?

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

    Default

    yes, "some_element" would be whatever element you are trying to style... whether it actually be an "element" or a certain "class" or "id".
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

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
  •