Barra de registro HEADER?

  • Autor Autor madlotus
  • Fecha de inicio Fecha de inicio
M

madlotus

Hola buenas a todos!

Me encantaria que me dijerais como se puede hacer una barra de notificacion de que te tienes que registrar como la que tiene Guitarristas.Info

Muchas gracias! 🙂

Animo! nadie lo sabe? 🙁
 
hola yo tambien estaba buscando esto

gracias!
 
Esa barra amarilla que dice PINCHA AQUI para registrarte ??
 
si esa barra...
 
Bueno aqui les dejo un mini tutorial

HOJA DE STYLO

HTML:
body {
    margin: 0 !important;
    padding: 0 !important;
}

/* A fake IE information bar */
#infobar {
    font: message-box;
    position: fixed;
    left:0;
       top:0;
        overflow-x: hidden;
        width: 100%;
        z-index:1000;
}

/* Please adjust the values if the infobar is not looking good */
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
    display: block;
    color: #000;
    width:100%;
    background: #FFFFE1 url(images/warning.gif) no-repeat fixed .3em .3em;
    border-bottom: .16em outset;
    text-decoration: none;
    cursor: default;
}

#infobar a:hover {
    color: #FFF;
    background: #3169B6 url(images/warning2.gif) no-repeat fixed .3em .3em;
}

#infobar p{
    margin:0px;
    padding: .45em 0em .45em 22px;
    font-size:11px;
}
Despues de agregar la hoja de stylo ponemos este codigo en el header antes que todo, como quien dice primero, antes del <a name="top">

PHP:
<if condition="$show['registerbutton']"><div id="infobar"><a href="register.php"><p>Aun no estas registrado? que esperas registrate haciendo CLICK AQUI. </p></a></div></if>
Las Imagenes que serian

Insertar CODE, HTML o PHP:
[IMG]http://latribunadealfredo.net/images/warning.gif[/IMG]    [IMG]http://latribunadealfredo.net/images/warning2.gif[/IMG]

Saludos

Nota: Esto no era URGENTE 🙁 usen bien los prefijos o seran castigados 😛
 
muchas gracias y disculpa x lo de urgente
 
Y_Y U_U T_T no digas Gracias solo clic en el Boton
post_thanks.gif


😀

Saludos
 
Atrás
Arriba