Menu Elnaces/buscar Incompleto Por Logo En Flash

Esta es una discusión para el tema Menu Elnaces/buscar Incompleto Por Logo En Flash en el foro vBulletin 3 - Preguntas, Problemas y Soluciones, bajo la categoría Soporte vBulletin; Hola pues mi problema es: los menus buscar y enlaces se ven por detras del banner principal. Asi: Mi plantilla header es esta : Código HTML: <meta http-equiv="Page-Exit" content= "BlendTrans(Duration=0)" /> <meta http-equiv="Page-Enter" content= "BlendTrans(Duration=0)" ...
Página:


Resultados 1 al 7 de 7

Temas similares

  1. Por Jasabi en el foro vBulletin 3 - Preguntas, Problemas y Soluciones
  2. Problema con buscar IP Respuestas: 3
    Por Kumara en el foro vBulletin 3 - Preguntas, Problemas y Soluciones
  3. Buscar Temas. Respuestas: 6
    Por Kumara en el foro vBulletin 3 - Preguntas, Problemas y Soluciones
  4. Por Kerozzene en el foro vBulletin 3 - Preguntas, Problemas y Soluciones
  5. Por Kerozzene en el foro vBulletin 3 - Preguntas, Problemas y Soluciones
  1. #1
    Miembro especial Miembro de oro Array Avatar de EspeackE
    Fecha de ingreso
    04 mar, 08
    Ubicación
    Mexico
    Mensajes
    100
    Gustado
    0 Veces
    Me Gustan
    1 Veces

    Predeterminado Menu Elnaces/buscar Incompleto Por Logo En Flash

    Hola pues mi problema es:
    los menus buscar y enlaces se ven por detras del banner principal.
    Asi:



    Mi plantilla header es esta :

    Código HTML:
    <meta http-equiv="Page-Exit" content="BlendTrans(Duration=0)" />
    <meta http-equiv="Page-Enter" content="BlendTrans(Duration=0)" />
    <link rel="shortcut icon" href="http://www.MiSitio.com/foro/favicon.ico">  
    <if condition="$show[guest]">
    <!-- Improve registration Rates -->
    <style type="text/css">
    #topbar{
        position:absolute;
        border: 0px solid black;
        padding: 5px;
        background-color: ;
        width: 500px;
        visibility: hidden;
        z-index: 200;
        top: 27px;
        height: 134px;
        left: 13px;
    }
    
    </style>
    
    <script type="text/javascript">
    var persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
    var startX = 30 //set x offset of bar in pixels
    var startY = 5 //set y offset of bar in pixels
    var verticalpos="fromtop" //enter "fromtop" or "frombottom"
    
    function iecompattest(){
    return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
    }
    
    function get_cookie(Name) {
    var search = Name + "="
    var returnvalue = "";
    if (document.cookie.length > 0) {
    offset = document.cookie.indexOf(search)
    if (offset != -1) {
    offset += search.length
    end = document.cookie.indexOf(";", offset);
    if (end == -1) end = document.cookie.length;
    returnvalue=unescape(document.cookie.substring(offset, end))
    }
    }
    return returnvalue;
    }
    
    function closebar(){
    if (persistclose)
    document.cookie="remainclosed=1"
    document.getElementById("topbar").style.visibility="hidden"
    }
    
    function staticbar(){
    barheight=document.getElementById("topbar").offsetHeight
    var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
    var d = document;
    function ml(id){
    var el=d.getElementById(id);
    if (!persistclose || persistclose && get_cookie("remainclosed")=="")
    el.style.visibility="visible"
    if(d.layers)el.style=el;
    el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
    el.x = startX;
    if (verticalpos=="fromtop")
    el.y = startY;
    else{
    el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
    el.y -= startY;
    }
    return el;
    }
    window.stayTopLeft=function(){
    if (verticalpos=="fromtop"){
    var pY = ns ? pageYOffset : iecompattest().scrollTop;
    ftlObj.y += (pY + startY - ftlObj.y)/8;
    }
    else{
    var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
    ftlObj.y += (pY - startY - ftlObj.y)/8;
    }
    ftlObj.sP(ftlObj.x, ftlObj.y);
    setTimeout("stayTopLeft()", 10);
    }
    ftlObj = ml("topbar");
    stayTopLeft();
    }
    if (window.addEventListener)
    window.addEventListener("load", staticbar, false)
    else if (window.attachEvent)
    window.attachEvent("onload", staticbar)
    else if (document.getElementById)
    window.onload=staticbar
    </script>
    
    <div id="topbar">
    <p align="right"><a href="" onClick="closebar(); return false"><img src="http://img135.imageshack.us/img135/9379/cerrarad6.png" border="0" /></a>
      </align>
    <a href="http://www.MiSitio.com/foro/register.php"><img src="http://img396.imageshack.us/img396/8906/flotinglq2.png"></a></td>
    </div>
    <!-- End Improve Registration -->
    </if> 
    <!-- content table -->
    $spacer_open
    
    $_phpinclude_output
    
    <!-- logo -->
    <a name="top"></a>
    <div id="header">
        <div id="nav">
            <ul>
    
    <li><a href="http://www.MiSitio.com/foro/portal.php">Portal</a></li>
    
    <li><a href="http://www.MiSitio.com/foro/">Foro</a></li>
    
    <li><a href="http://www.MiSitio.com/foro/portal.php?pagina=descargas">Descargas</a></li>
    
            <if condition="$show['member']">
                <li><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></li>
            </if>
    
            <if condition="$show['registerbutton']">
                <li><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></li>
            </if>
                <li><a href="http://www.MiSitio.com/foro/portal.php?pagina=chat">Chat</a></li>
    
                <li><a href="http://www.MiSitio.com/foro/arcade.php">Juegos HS</a></li>
            <if condition="!$show['member']">
                <li><a href="search.php?do=getdaily$session[sessionurl_q]">$vbphrase[todays_posts]</a></li>
            </if>
                <li id="navbar_search"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search", true); </script></if></li>
            <if condition="$show['member']">
                <li id="usercptools"><a href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools", true); </script></li>
                
            </if>
            </ul>
        </div>
        <div id="logo" style="overflow:hidden;">
    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="1275" height="150">
    <param name=movie value="images/skilltest/misc/logo.swf">
    <param name=quality value=high>
    <embed src="images/skilltest/misc/logo.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1275" height="150">
    </embed>
    </object>
            <!--<h1><a href="$vboptions[forumhome].php$session[sessionurl_q]"><span>$vboptions[bbtitle]</span></a></h1>--> 
        </div>
    </div>
    <div style="clear: both"><!-- null --></div>
    
    <!-- /logo -->
    <table cellspacing="0" cellpadding="0" border="0" width="100%">
    
    <tr valign="top">
        <td class="main_cell" style="padding: 10px $stylevar[spacersize]px">
    $ad_location[ad_header_end]
    Ojala me pudan ayudar o aconsejarme.
    Saludos que tengan un buen dia.

  2. #2
    Miembro especial Miembro de platino Array Avatar de BlackZ
    Fecha de ingreso
    21 ago, 08
    Ubicación
    Frente Al Pc xD
    Mensajes
    424
    Gustado
    1 Veces
    Me Gustan
    0 Veces

    Predeterminado Re: Menu Elnaces/buscar Incompleto Por Logo En Flash

    Pues, este tema es de unos dias atrás pero si alguien podria ayudar que me diga. el problema a mi me viene es con lo siguiente:

    Yo agrege un BBcode, para youtube. Y el BBcode, de fondo tiene color blanco. De manera que cuando le doy a "Enlaces" Se ve por detrás del fondo.. Osea que es imposible seleccionar o ver algo. Mi pregunta es: Podria dejar ese fondo transparente? O hay alguna manera de que los enlaces salgan por encima?.

    Gracias, si alguien lo necesita, le puedo dar el codigo de mi BBcode.

  3. #3
    Miembro especial Miembro de diamante Array Avatar de Tharos
    Fecha de ingreso
    26 dic, 07
    Ubicación
    Chile
    Mensajes
    1,550
    Gustado
    36 Veces
    Me Gustan
    6 Veces

    Predeterminado Re: Menu Elnaces/buscar Incompleto Por Logo En Flash

    Pega el código aquí que estás utilizando y te ayudo

  4. #4
    Miembro especial Miembro de diamante Array Avatar de Gasper
    Fecha de ingreso
    01 mar, 08
    Ubicación
    Argentina
    Mensajes
    1,510
    Gustado
    5 Veces
    Me Gustan
    0 Veces

    Predeterminado Re: Menu Elnaces/buscar Incompleto Por Logo En Flash

    Tienes que agregar lo siguiente a la etiqueta <object>:
    Código:
    <param name="wmode" value="transparent" />
    Y esto a la <embed>:
    Código:
    wmode="transparent"

  5. #5
    Miembro especial Miembro de platino Array Avatar de BlackZ
    Fecha de ingreso
    21 ago, 08
    Ubicación
    Frente Al Pc xD
    Mensajes
    424
    Gustado
    1 Veces
    Me Gustan
    0 Veces

    Predeterminado Re: Menu Elnaces/buscar Incompleto Por Logo En Flash

    Código:
    <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="400" style="margin:10px 0"> <thead> <tr> <td class="tcat" colspan="2" style="text-align:center"> <a href="http://www.youtube.com/watch?v={param}" title="Click Aqui Para Ver Este Video En YouTube" target="_blank">YouTube Video - WwW.HostagesZone.Com</a> </td> </tr> </thead> <tr> <td> <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/{param}"></param><embed src="http://www.youtube.com/v/{param}" type="application/x-shockwave-flash" width="425" height="344"></embed></object> </td> </tr> </table>
    Ese codigo, es el que está en el BBCode, Como "Reemplazo", Es el unico problema que tengo, ¿Alguien me dice donde coloco lo que dice Gasper?

  6. #6
    Miembro especial Miembro de diamante Array Avatar de Gasper
    Fecha de ingreso
    01 mar, 08
    Ubicación
    Argentina
    Mensajes
    1,510
    Gustado
    5 Veces
    Me Gustan
    0 Veces

    Predeterminado Re: Menu Elnaces/buscar Incompleto Por Logo En Flash

    Código:
    <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="400" style="margin:10px 0"> <thead> <tr> <td class="tcat" colspan="2" style="text-align:center"> <a href="http://www.youtube.com/watch?v={param}" title="Click Aqui Para Ver Este Video En YouTube" target="_blank">YouTube Video - WwW.HostagesZone.Com</a> </td> </tr> </thead> <tr> <td> <object width="425" height="344"><param name="wmode" value="transparent" /><param name="movie" value="http://www.youtube.com/v/{param}"></param><embed src="http://www.youtube.com/v/{param}" type="application/x-shockwave-flash" 
    wmode="transparent" width="425" height="344"></embed></object> </td> </tr> </table>

  7. #7
    Miembro especial Miembro de platino Array Avatar de BlackZ
    Fecha de ingreso
    21 ago, 08
    Ubicación
    Frente Al Pc xD
    Mensajes
    424
    Gustado
    1 Veces
    Me Gustan
    0 Veces

    Predeterminado Re: Menu Elnaces/buscar Incompleto Por Logo En Flash

    Gracias Gasper, Me funciono perfectamente !

    Nueva Pregunta Haber Si Alguien La sabe:

    http://www.vbhispano.com/foros/showt...5076#post35076