­
­

Ultimas entradas

ULTIMAS ENTRADAS

thumb

PÁGINA DE BIENVENIDA

thumb

ICONOS HOVER A BLANCO Y NEGRO & VICEVERSA

ICONOS HOVER A BLANCO Y NEGRO & VICEVERSA . Utilizando los filtros del CSS3 podemos obtener este efecto, en el que al pasar el cursor por cualquier imagen, esta cambia de color a...
thumb

BOTONES PARA BLOGGER HECHOS CON HTML

BOTONES PARA BLOGGER HECHOS CON HTML . Esta clase de botones grises hechos con HTML son muy utiles, porque los puedes poner donde quieras en tu web sin complicaciones.  Basta ...
thumb

PRESENTACIÓN DE IMÁGENES APILADAS EN BLOGGER

PRESENTACIÓN DE IMÁGENES APILADAS EN BLOGGER . Cuando queremos mostrar una galería de imagenes en nuestro blog, pienso que la manera estética de hacerla es fundamental.  S...
thumb

MENÚ DESPLEGABLE CON IMÁGENES PARA BLOGGER

MENÚ DESPLEGABLE CON IMÁGENES PARA BLOGGER . Es tiempo de compartir con todos los bloggeros del mundo un fabuloso menú desplegable para blogger con imágenes. Este truco para blo...
thumb

AÑADIR REFLEJO A LAS IMÁGENES CON UN SCRIPT

AÑADIR REFLEJO A LAS IMÁGENES CON UN SCRIPT . Ahora podemos hacer que las imagenes se vean como reflejadas en un espejo sin necesidad de utilizar ningún editor ni photoshop. Solamente...
thumb

PERSONALIZAR LA BARRA DE DESPLAZAMIENTO DE MÍ BLOG

PERSONALIZAR LA BARRA DE DESPLAZAMIENTO DE MÍ BLOG.   jScrollPane : Es un script de jQuery que permite cambiar la barra de desplazamiento del blog, es decir, el scrollbar del...
thumb

IMÁGENES QUE SE DESCOMPONEN CON BUSTIFY

IMÁGENES QUE SE DESCOMPONEN CON BUSTIFY. Bustify es un Javascript creado por Matthew Lein que 'rompe' cualquier imagen en una serie de cuadros. Es decir, que al pasar el cu...
thumb

MENÚ LATERAL DESLIZANTE PARA REDES SOCIALES

MENÚ LATERAL DESLIZANTE PARA REDES SOCIALES . Este es un menú para nuestro blog que tiene la particularidad de no sólo ser lateral sino también tener un pequeño efecto deslizante. Se o...
thumb

MENÚ HORIZONTAL CON EFECTO ZOOM

MENÚ HORIZONTAL CON EFECTO ZOOM. ul.arrowunderline{ list-style-type:none; margin:0; padding:0; text-align:center; font-size:16px; } ul.arrowunderline li{ display:inline; margin-right...
thumb

UN MENÚ HORIZONTAL PARA BLOGGER

UN MENÚ HORIZONTAL PARA BLOGGER. div.redmenu{ background:#9A0000 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhraOdP-dmjBGOonjA3l62yhisiSSy2p-HXxFy7uX2g9zKP2Yjp5P...
thumb

MENÚ DESPLEGBLE RESPONSIVE EN MI BLOG DE BLOGGER

MENÚ DESPLEGBLE RESPONSIVE EN MI BLOG DE BLOGGER . ¿Crear un menú desplegable Responsive en mi blog? ¿Menú desplegable gratis totalmente Responsive se muestre correctamente en un tel...
thumb

MENÚ DESPLEGABLE PARA BLOGGER V3

MENÚ DESPLEGABLE PARA BLOGGER V3 . Insertar de forma fácil y sencilla un menú desplegable para mi blog de Blogger? Con tres simples pasos  instalaras un Menú desplegable en su bl...
thumb

MENÚ DESPLEGABLE PARA BLOGGER MEGA MENÚ V2

MENÚ DESPLEGABLE PARA BLOGGER MEGA MENÚ V2 . Como siempre "La Pagina de los Widgets" te presenta temas interesantes para que lo utilices en tu blog de blogger completame...
thumb

MENÚ SENCILLO PARA BLOGGER

MENÚ SENCILLO PARA BLOGGER . Este menu gris efecto 'tab' es simple, pero a la vez efectivo y elegante. Si quieres ponerlo en tu sitio, coloca este codigo en la parte CSS de tu we...
thumb

MENÚ VERTICAL DESPLEGABLE AZUL PARA BLOGGER

MENÚ VERTICAL DESPLEGABLE AZUL PARA BLOGGER . Tras un largo periplo de widgets y gadgets para Blogger vuelvo de nuevo con un menú vertical desplegable y totalmente responsive con...
thumb

MENÚ VERTICAL PARA BLOGGER HECHO CON CSS

MENÚ VERTICAL`PARA BLOGGER HECHO CON CSS. En el día de hoy vamos a ver como agregar a un sitio web un genial menú (ya que este truco no solo sirve para los blogs de Blogger sino ta...
thumb

MENÚ HORIZONTAL CON SUBMENÚES Y UN EFECTO DE BALANCEO

MENÚ HORIZONTAL CON SUBMENÚES Y UN EFECTO DE BALANCEO . Este es un menú horizontal con submenúes y un efecto de balanceo para nuestro blog de Blogger. Fácil de colocar, tan solo un códig...
thumb

MENÚ VERTICAL PARA LA SIDEBAR DE NUESTRO BLOG CON HOVER ZOOM-OUT

MENÚ VERTICAL PARA LA SIDEBAR DE NUESTRO BLOG CON HOVER ZOOM-OUT . TEXTO ENLACE TEXTO ENLACE TEXTO ENLACE TEXTO ENLACE TEXTO ENLACE .menuzoomout ul { width: 100%; m...
thumb

MENÚ TIPO ACORDEÓN ESTILO GALERÍA DE IMÁGENES

MENÚ TIPO ACORDEÓN TIPO GALERÍA DE IMÁGENES . Uno de nuestros lectores nos preguntaba cómo se hacía un menú de estos que tienen un estilo tipo acordeón. Este específicamente fue crea...

COMO INSERTAR UN BUSCADOR A MI PAGINA

By Blogs Famag - jueves, enero 11, 2018

 COMO INSERTAR UN BUSCADOR A MI PAGINA 




Vamos a insertar un buscador flotante en nuestro blog de Blogger de una forma fácil y segura, lo que vamos hacer es insertar un código CSS3 en un widget HTML/javascript y luego lo guardaremos, esto dará el efecto de mostrarse un buscador flotante en la parte superior derecha de nuestro blog de Blogger y al ir avanzando por la página nos perseguirá a donde vayamos.


Vamos a empezar a currar un poco.

1 Ir a Blogger

2 Un clic en “Diseño”                                   


3 Un clic en “Añadir un gadget”       


           


4 Busca el widget que dice “HTML/javascript” ábrelo     






5 Ingresa las siguientes líneas de código en su interior







<!-- Start by ayudadeblogger.com -->
        <div class='noop-searchbox' id='noop-searchbox'>
          <form action='/search' id='noop-searchform' method='get'>
            <input id='s' name='q' onblur='if (this.value == &quot;&quot;) {this.value = &quot;Search...&quot;;}' onfocus='if (this.value == &quot;Search...&quot;) {this.value = &quot;&quot;}' type='text' value='Search...'/>
            <button id='sbutton' type='submit'>
              <span id='simg'/>
            </span></button>
          </form>
        </div>
    <style type="text/css">
    #sbutton {
    background: -moz-linear-gradient(center top , #4D90FE 0%, #4787ED 100%) repeat scroll 0pt 0pt transparent;background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d90fe), color-stop(100%,#4787ed));
    background: -webkit-linear-gradient(top, #4d90fe 0%,#4787ed 100%);
    background: -o-linear-gradient(top, #4d90fe 0%,#4787ed 100%);
    background: -ms-linear-gradient(top, #4d90fe 0%,#4787ed 100%);
    background: linear-gradient(top, #4d90fe 0%,#4787ed 100%);background-color: #4d90fe;
    border: 1px solid #3079ED;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    height: 27px;
    min-width: 76px;
    padding: 0 21px;padding-bottom: 2px;
    }
    #sbutton:hover{ background-color: #357AE8;
    background-image: -moz-linear-gradient(center top , #4D90FE, #357AE8);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d90fe), color-stop(100%,#357ae8));
    background: -webkit-linear-gradient(top, #4d90fe 0%,#357ae8 100%);
    background: -o-linear-gradient(top, #4d90fe 0%,#357ae8 100%);
    background: -ms-linear-gradient(top, #4d90fe 0%,#357ae8 100%);
    background: linear-gradient(top, #4d90fe 0%,#357ae8 100%);
    border: 1px solid #2F5BB7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);}
    #simg {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlybNHd8BtyGeKVVLQra4xs3dKpTxOP7bzXQvkX4ZaHszjbW4iVh1VLt5l3wyppSf9dls0DBnO1wtkkxru8LT7I94dZHnRlXHJDu0wIKL4gPAz6i4olZ-kUvzHKW7to9KtCkIVQC6Sznk/s1600/searchicon.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 14px;
    margin: 0;
    width: 17px;z-index:101;
    }#s:hover {box-shadow: 0 1px 2px #C1C1C1 inset;}
    #s {border: 1px solid #BCBCBC;border-radius: 4px 4px 4px 4px;font: italic 14px times New Roman;padding: 4px 2px;width: 146px; -moz-transition: width 0.2s ease-in 0s; -webkit-transition: width 0.2s ease-in; -o-transition: width 0.2s ease-in;}
    #s:focus {width: 200px;}
    .noop-searchbox {
    display: block;
    position: fixed;
    right: 0;
    top: 1%;
    max-width: 300px;min-width: 238px;
    z-index: 100;
    }
    </style>
    <!-- End buscador Google -->


6 Un clic en “Guardar”



Fecha: 11-01-2018

Fuente: ayudadeblogger.com


Publicado por:                                              








  • Share:

You Might Also Like

1 comentarios

  1. Hola, una consulta, si quiero que el buscador se vea en la esquina inferior izquierda en vez de en la superior izquierda como hago?
    Mi sitio es www.microapuntes.com

    ResponderEliminar