VB Java dropdown menu prob's

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xrayhead
    Member
    • Nov 2002
    • 94

    VB Java dropdown menu prob's

    Hi All



    I seem to be having problems with my drop down menu’s hiding behind the banners I have installed in my forums. The banners I use are flash and the java VB menu is stuck behind it.

    I have added the code I am using at present and would love to be able to fix this problem, anyone got any ideas???

    PHP Code:
    Edit forumdisplay.php and FIND:
    <------------------------------------------->
    // get read status for this forum and children
    <------------------------------------------->
    ABOVE INSERT:(and this is what I am using the mo on Walkonzone)
    <------------------------------------------->
    // get external data
    if ($forumid==27) { 
       
    $mycustomheader file_get_contents("http://www.my_url.com/banner_html/banner_wwp_classifieds.html"); 
    }
    if (
    $forumid==50) { 
       
    $mycustomheader file_get_contents("http://www.my_url.com/banner_html/banner_wwp.html"); 
    }
    if (
    $forumid==19 OR $forumid==22 OR $forumid==65) { 
       
    $mycustomheader file_get_contents("http://www.my_url.com/banner_html/banner_adrenaline_pb.html"); 
    }
    if (
    $forumid==66 OR $forumid==11) { 
       
    $mycustomheader file_get_contents("http://www.my_url.com/banner_html/banner_flametek.html"); 
    }
    // get external data 


    Xray
    Attached Files
  • daemon
    Senior Member
    • Jun 2003
    • 2351
    • 3.5.x

    #2
    The vBMenus can't go above a flash object, it's a browser limitation/bug. There was a discussion of it a few weeks ago.
    Bugdar: PHP bug tracking software that is beautiful, fast, and robust.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...