Mostrando entradas con la etiqueta Menús. Mostrar todas las entradas
Mostrando entradas con la etiqueta Menús. Mostrar todas las entradas

Menú horizontal con subpestañas en dos columnas – Virtual – coche

Este menú pertenece a la plantillaJohny Joss, es unmenú horizontal en el que sussubpestañas se muestran en dos columnas y que además estáhecho con CSS, sin nada de scripts.

La "ventaja" por así decirlo, es que las subpestañas al acomodarse en dos columnas no quedan muy largas, así que se verán ordenadas y con menos espacio a lo largo. Puedes ver un ejemplo aquí mismo:



ATENCIÓN: Si usas una plantilla hecha a través del Diseñador de plantillas de Blogger primero necesitas seguir los pasos de esta entrada.

Para poner este menú entra en laEdición HTML y antes de/b:skin pega los estilos CSS:
/* Menú horizontal con subpestañas en dos columnas
----------------------------------------------- */
#toppic {
width:940px;/* Ancho del menú */
height:37px;
background-image: -moz-linear-gradient(top,#317FB8,#385D96);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00,#317FB8), color-stop(1.0,#385D96));
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#317FB8,endColorStr=#385D96);
border-bottom:1px solid #002851;
border-top:1px solid #2f558b;
margin:0 auto;padding:0 auto;
overflow:hidden;
text-shadow:1px 1px 2px #002851;
}
#topwrapper {
width:940px;/* Ancho del menú */
height:40px;
margin:0 auto;
padding:0 auto;
}
.clearit {clear: both;height: 0;line-height: 0.0;font-size: 0;}
#top {width:100%;}
#top, #top ul {padding: 0;margin: 0;list-style: none;}
#top a {
border-right:1px solid #2f558b;
text-align:left;
display: block;
text-decoration: none;
padding:10px 12px 11px;
font:bold 14px Arial;
text-transform:none;
color:#eee;/* Color del texto de las pestañas */
}
#top a:hover {
background:#2f558b;/* Color de las pestañas al pasar el cursor */
color:#c5fa6f;/* Color del texto de las pestañas al pasar el cursor */
}
#top a.trigger {
/* Flecha */
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiip6PMkg4a6j5UM-ZtbtVM-mVReBui4hxYXi7vOWXazk5w11dabvazwnMLqnyHmEwMyE0MB606nBiED61K5sxX-aN6__VFJY-_lWQQ9ZQQloOk8dnD4LQsavBwkkbynuYgxZgMLDmUWpY/s1600/arrow_white.gif);
background-repeat: no-repeat;
padding: 10px 24px 11px 12px;
background-position: right center;
}
#top li {float: left;position: relative;}
#top li {position: static !important; width: auto;}
#top li ul, #top ul li {width:300px;} /* Ancho del contenedor de las subpestañas */
#top ul li a {
text-align:left;
padding: 6px 15px;
font-size:13px;
font-weight:normal;
text-transform:none;
font-family:Arial, sans-serif;
border:none;
}
#top li ul {
z-index:100;
position: absolute;
display: none;
background-color:#1a3352;/* Color de fondo del contenedor de las subpestañas */
margin-left:-80px;
padding:10px 0;
border-radius: 0px 0px 6px 6px;
box-shadow:0 2px 2px rgba(0,0,0,0.6);
filter:alpha(opacity=87);
opacity:.87;
}
#top li ul li {
width:150px; /* Ancho de cada subpestaña */
float:left;
margin:0;
padding:0;
}
#top li:hover ul, #top li.hvr ul {display: block;}
#top li:hover ul a, #top li.hvr ul a {
color:#ddd;/* Color del texto de los submenús */
background-color:transparent;
text-decoration:none;
}
#top ul a:hover {
text-decoration:underline!important;
color:#c5fa6f !important;/* Color del texto de los submenús al pasar el cursor */
}
Ahora entra enDiseño, y en un elementoHTML/Javascript pega la estructura del menú:
div id='toppic'
div id='topwrapper'
ul id='top'
lia href='URL del enlace'Pestaña 1/a/li
lia href='URL del enlace'Pestaña 2/a/li
lia class='trigger' href='#'Pestaña 3/a
ul
lia href='URL del enlace'Pestaña 3.1/a/li
lia href='URL del enlace'Pestaña 3.2/a/li
lia href='URL del enlace'Pestaña 3.3/a/li
lia href='URL del enlace'Pestaña 3.4/a/li
lia href='URL del enlace'Pestaña 3.5/a/li
lia href='URL del enlace'Pestaña 3.6/a/li
/ul
/li
lia class='trigger' href='#'Pestaña 4/a
ul
lia href='URL del enlace'Pestaña 4.1/a/li
lia href='URL del enlace'Pestaña 4.2/a/li
lia href='URL del enlace'Pestaña 4.3/a/li
lia href='URL del enlace'Pestaña 4.4/a/li
lia href='URL del enlace'Pestaña 4.5/a/li
lia href='URL del enlace'Pestaña 4.6/a/li
/ul
/li
lia class='trigger' href='#'Pestaña 5/a
ul
lia href='URL del enlace'Pestaña 5.1/a/li
lia href='URL del enlace'Pestaña 5.2/a/li
lia href='URL del enlace'Pestaña 5.3/a/li
lia href='URL del enlace'Pestaña 5.4/a/li
lia href='URL del enlace'Pestaña 5.5/a/li
lia href='URL del enlace'Pestaña 5.6/a/li
lia href='URL del enlace'Pestaña 5.7/a/li
lia href='URL del enlace'Pestaña 5.8/a/li
/ul
/li
lia href='URL del enlace'Pestaña 6/a/li

/ul
br class='clearit'/
/div
/div
Cambia las URLs de los enlaces y de las pestañas donde se indica.

Si quisieras agregar más pestañas entonces añade antes del/ul en color azul una línea como esta:
lia href='URL del enlace'Otra pestaña/a/li
Y si quisieras agregar una pestaña con subpestañas entonces agrega esto:
lia class='trigger' href='#'Otra pestaña/a
ul
lia href='URL del enlace'Pestaña 1.1/a/li
lia href='URL del enlace'Pestaña 1.2/a/li
lia href='URL del enlace'Pestaña 1.3/a/li
lia href='URL del enlace'Pestaña 1.4/a/li
lia href='URL del enlace'Pestaña 1.5/a/li
lia href='URL del enlace'Pestaña 1.6/a/li
/ul
/li
En el primer código verás en las anotaciones en color verde el área de lo que se puede personalizar.
El color de fondo está hecho con gradientes CSS,#317FB8 es el color más claro y#385D96 el color más oscuro.
Si quisieras que las subpestañas se muestren en columnas de 3 entonces cambia el valor del
/* Ancho del contenedor de las subpestañas */ por 450px

Cada pestaña tiene un ancho de 150px (ver la anotación en verde), por lo que si quisieras hacerlo más ancho tendrás que cambiar también el ancho del contenedor de las subpestañas, de lo contrario se mostrarán en una columna nada más.

MESOTHELIOMA LAW FIRMDONATE CAR TO CHARITY CALIFORNIAHARDDRIVE DATA RECOVERY SERVICESDONATE A CAR IN MARYLAND DONATING A CAR IN MARYLAND,DONATE CARS ILLINOIS,CRIMINAL DEFENSE ATTORNEYS FLORIDA ,BEST CRIMINAL LAWYER IN ARIZONASTRUCTURED ANNUITY SETTLEMENT,ASBESTOS LAWYERS,NUNAVUT CULTURE,DAYTON FREIGHT LINES ,Bextra Bankruptcy Dental Plan Private JetPero tuve que ser Mundial Football consolidating FIFA World Cup web host rating,register web address,online psychology degree,her first lesbian sex, make extra money ,make money fast and easy,addwords y mejor obtuve un credit application,visa gift carda,Mesothelioma law firm,voip phone service,Selling annuity payments for cash,Sell my structured settlement,Sell structured settlement,Structured settlement,Structured settlement companies,Sell my annuity payments lump sum,Car accident lawyer Denver,Accident injury attorneys,Sell my annuity

Donate Car To Charity CALIFORNIA DONATE CAR FOR TAX CREDITDONATE CARS IN MADONATE YOUR CAR SACRAMENTOHOW TO DONATE A CAR IN CALIFORNIA DONATE YOUR CAR FOR KIDS,CAR INSURANCE QUOTES COLORADO ,NUNAVUT CULTURE,DAYTON FREIGHT LINESHARDDRIVE DATA RECOVERY SERVICES,DONATE A CAR IN MARYLAND,MOTOR REPLACEMENTS,CHEAP DOMAIN REGISTRATION HOSTING,DONATING A CAR IN MARYLAND

asterisk call center software boulder personal injury lawyers WordPress themes for designers Online Classes Psd to html Forensics Online Course mesotheloma Hire php programmers Live casino Email bulk service Best Criminal Lawyers in Arizona Mobile casino CHEAP CAR INSURANCE IN VIRGINIA Best criminal lawyer in Arizona Criminal lawyer integrated ehr Online casino Sell Annuity Payment VIRTUAL DATA ROOMS Business finance group Custom WordPress theme designer Royalty Free Images Stock mesotheliama DONATE OLD CARS TO CHARITY Donate Your Car Sacramento washington mesothelioma attorney Learning adobe illustrator Psychic for free mesothelioma lawyer california best criminal lawyer in arizona ANNUITY SETTLEMENT MASSAGE SCHOOL DALLAS TEXAS Html email Casino dallas mesothelioma lawyer caraccidentlawyer Donate Car To Charity CALIFORNIA DUI lawyer Tech school Mortgage Adviser structured settlement brokers mesothelioma settlement amounts Dwi lawyer Donate Cars in MA register free domains Make money online Australia Donate Your Car for Kids Social media campaigns google affiliate car insurance companies semi truck accident lawyers Hire php developer Dayton Freight Lines paperport promotional code Casino reviews DONATING A CAR IN MARYLAND PHD IN COUNSELING EDUCATION Psychic for Free motor insurance quotes royalty free images stock Cheap Car Insurance in Virginia Service business software event management security city college in miami Best Seo company state of california car insurance pharmacist jobs in chicago New social media platforms mesothelioma settlements amounts annuity payment Donate car to charity California Forex Trading Platform Hire php developers HOME PHONE INTERNET BUNDLE Computer science classes online truck accident attorney texas Annuity Settlements structured settlements companies online colledges Gas/Electricity Business management software Structures Annuity Settlement mesothelioma care ONLINE COLLEDGES att call conference benchmark lending Criminal defense lawyer structured settlement purchasers mortgage adviser Royalty free images stock webex costs mesothelioma law suits Php programmers for hire LIFE INSURANCE CO LINCOLN Italian cooking school How to Donate A Car in California BEST CRIMINAL LAWYER IN ARIZONA Bankruptcy lawyer Cheap Domain Registration Hosting WordPress hosting Donate Cars Illinois cash out annuity Car Donate Php programmers truck accident attorney los angeles asbestos mesothelioma lawsuit Seo companies DONATE YOUR CAR SACRAMENTO auto accident attorney Best social media platforms for business workplace accident attorney primary pulmonary hypertension earthlink business internet car donate PhD in counseling education

Share:

Menú horizontal con subpestañas y buscador integrado – Abogado



El siguiente menú está hecho únicamente conCSS, es unmenú horizontal con subpestañas, y del lado derecho tiene unbuscador redondeado.
Es un menú práctico para los que no requieren de menús muy complejos o prefieren no usar uno que requiera scripts y/o demasiadas imágenes, además, la instalación y personalización es bastante sencilla, y por si fuera poco es bastante funcional, ya que al tener el buscador integrado puedes tener dos elementos en una misma área.
Puedes verlo funcionando eneste blog de pruebas, si usas el buscador escribe la palabra y presiona ENTER.


ATENCIÓN: Si usas una plantilla hecha a través del Diseñador de plantillas de Blogger primero necesitas seguir los pasos de esta entrada.


Para poner este menú horizontal con submenús en tu blog entra en laEdición HTML de tu plantilla, y antes de/b:skin pega los estilos:
/* Menu horizontal con buscador
----------------------------------------------- */
#menuWrapper {
width:100%;/* Ancho del menú */
height:35px;
padding-left:14px;
background:#333333;/* Color de fondo */
border-radius:20px;/* Bordes redondeados */
}
.menu {
width: 100%;
float: left;
font-family:"Lucida Sans Unicode", "Trebuchet Unicode MS", "Lucida Grande",sans-serif;
font-size:13px;/* Tamaño de la fuente */
font-weight:bold;
}
.menu ul {
float:left;
height:0px;
list-style:none;
margin:0;
padding:0;
border-radius: 0px 0px 20px 20px;/* Bordes redondeados del submenú */
}
.menu li{
float:left;
padding:0px;
}
.menu li a{
background:#333333 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlHi_p6zo9Q83aYKdFndjUKfm3YS0pSOfNuOFKHyBtHAGce9nVyjO9a5Hf25wYrGsKHKKBAu9wNGtWk5eArTOOrB6qGvcJ2ut5e4eoGzRCHueFK9NncaHptFy5FR22xVYh5kj_cksKMmk/s35/separador.gif) bottom right no-repeat;
color:#cccccc;/* Color de la fuente */
display:block;
font-weight:normal;
line-height:35px;
margin:0px;
padding:0px 25px;/* Espacio entre cada pestaña */
text-align:center;
text-decoration:none;
}
.menu li a:hover, .menu ul li:hover a {
background: #2580a2;/* Color de las pestañas al pasar el cursor */
color:#FFFFFF;/* Color del texto al pasar el cursor */
text-decoration:none;
}
.menu li ul {
background:#333333;/* Color de fondo del submenú */
display:none;
height:auto;
padding:0px;
margin:0px;
position:absolute;
width:200px;/* Ancho del submenú */
z-index:100;
border-top:1px solid #fff;/* Borde superior del submenú */
}
.menu li:hover ul{
display:block;
}
.menu li li {
display:block;
float:none;
margin:0px;
padding:0px;
width:200px;
}
.menu li:hover li a {
background:none;
border-radius: 0px 0px 20px 20px;/* Borde de las subpestañas */
}
.menu li ul a {
display:block;
height:35px;
font-size:12px;
font-style:normal;
margin:0px;
padding:0px 10px 0px 15px;
text-align:left;
}
.menu li ul a:hover, .menu li ul li:hover a{
background:#2580a2;/* Color de las subpestañas al pasar el cursor */
color:#ffffff;
text-decoration:none;
}

#search {
width: 228px;/* Ancho del buscador */
height: 22px;
float: right;
text-align: center;
margin-top: 6px;
margin-right: 6px;
/* Imagen de fondo del buscador */
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitwoLeM5xamvZcEhl0vM1UwXeDK3rJ-mt7C-zWcSxXCHgi4KQ3qpKOEQmFWOJAou117Iwaw8rrRkYkJzwng4tScITxlLZOJV5x09yL1fq4iR211m-Z-BfTdsoxZRa70eE7nv3X6Rs4UiQ/s1600/search-bar.png) no-repeat;
}
#search-box {
margin-top: 3px;
border:0px;
background: transparent;
text-align:center;
}
Luego entra en la sección deDiseño, y en un elementoHTML/Javascript pega la estructura del menú:
div id='menuWrapper'
div class='menu'
ul
lia href="URL del enlace"Pestaña 1/a/li
lia href="#"Pestaña 2/a
ul
lia href="URL del enlace"Pestaña 2.1/a/li
lia href="URL del enlace"Pestaña 2.2/a/li
lia href="URL del enlace"Pestaña 2.3/a/li
lia href="URL del enlace"Pestaña 2.4/a/li
/ul
/li
lia href="#"Pestaña 3/a
ul
lia href="URL del enlace"Pestaña 3.1/a/li
lia href="URL del enlace"Pestaña 3.2/a/li
lia href="URL del enlace"Pestaña 3.3/a/li
lia href="URL del enlace"Pestaña 3.4/a/li
/ul
/li

lia href="#"Pestaña 4/a
ul
lia href="URL del enlace"Pestaña 4.1/a/li
lia href="URL del enlace"Pestaña 4.2/a/li
lia href="URL del enlace"Pestaña 4.3/a/li
lia href="URL del enlace"Pestaña 4.4/a/li
/ul
/li

/ul


form action='/search' id='search' method='get' name='searchForm' style='display:inline;'
input id='search-box' name='q' onblur='if (this.value == "") this.value = "Buscar...";' onfocus='if (this.value == "Buscar...") this.value = "";' size='28' type='text' value='Buscar...'//form

/div/div
Agrega las URLs de los enlaces donde se indica así como el nombre de tus pestañas.
En el primer código puedes ver las áreas que se pueden personalizar tales como el color, etc.
La apariencia redondeada del ancho de todo el menú también es CSS, así que si usas un navegador antiguo no se verán esos bordes.

Si quisieras agregar otra pestaña entonces añade antes del último/ul en color azul una línea como esta:
lia href="URL del enlace"Pestaña 5/a/li
Si quisieras que ésta tenga submenús entonces el código que deberás poner es este:
lia href="#"Pestaña 5/a
ul
lia href="URL del enlace"Pestaña 5.1/a/li
lia href="URL del enlace"Pestaña 5.2/a/li
lia href="URL del enlace"Pestaña 5.3/a/li
lia href="URL del enlace"Pestaña 5.4/a/li
/ul
/li
Sin embargo, se recomienda no poner muchas pestañas, ya que si se excede entonces las pestañas se mostrarán en un segundo renglón.

Y eso es todo, ¿apoco no fue sencillo?

Donate Car To Charity CALIFORNIA DONATE CAR FOR TAX CREDITDONATE CARS IN MADONATE YOUR CAR SACRAMENTOHOW TO DONATE A CAR IN CALIFORNIA DONATE YOUR CAR FOR KIDS,CAR INSURANCE QUOTES COLORADO ,NUNAVUT CULTURE,DAYTON FREIGHT LINESHARDDRIVE DATA RECOVERY SERVICES,DONATE A CAR IN MARYLAND,MOTOR REPLACEMENTS,CHEAP DOMAIN REGISTRATION HOSTING,DONATING A CAR IN MARYLANDMundial Football history FIFA World Cup,smart,huge/big,scienciemedia,blog spot and amazes,unites pero for you gives ,, inspires and future now help and pero mas aya del visita and Mesothelioma law firm CHEAP CAR INSURANCE IN VIRGINIA,Selling annuity payments for cashSelling annuity payments for cash,Sell my structured settlement,Sell structured settlement,Structured settlement,Structured settlement companies,Sell my annuity payments lump sum,Car accident lawyer Denver,Accident injury attorneys,Sell my annuity

MESOTHELIOMA LAW FIRMDONATE CAR TO CHARITY CALIFORNIAHARDDRIVE DATA RECOVERY SERVICESDONATE A CAR IN MARYLAND DONATING A CAR IN MARYLAND,DONATE CARS ILLINOIS,CRIMINAL DEFENSE ATTORNEYS FLORIDA ,BEST CRIMINAL LAWYER IN ARIZONASTRUCTURED ANNUITY SETTLEMENT,ASBESTOS LAWYERS,NUNAVUT CULTURE,DAYTON FREIGHT LINES ,Bextra Bankruptcy Dental Plan Private JetAsi que mejor me fue a un hotel y motel FIFA World Cup Mundial Football New Orleans mesothelioma lawyer y mas que todo que la pase bien en ese hostal y me me fui de viaje a tennessee mesothelioma attorney donde EEUU me pidio la visa pero mejor aun many people in mesothelioma trial lawyers pero me fui a travel Alaska nebraska mesothelioma attorney pero mas aun con mesothelioma attorney nebraska mas siempre fue asi des hace mucho time merlin olsen lawsuit,Selling annuity payments for cash,Sell my structured settlement,Sell structured settlement,Structured settlement,Structured settlement companies,Sell my annuity payments lump sum,Car accident lawyer Denver,Accident injury attorneys,Sell my annuity

EMAIL BULK SERVICE DUI lawyer yahoo web hosting domains yahoo structured settlement purchasers mesotheioma best accident attorneys Psychic for Free CHEAP AUTO INSURANCE IN VA california mesothelioma attorney Mesothelioma Law Firm HARDDRIVE DATA RECOVERY SERVICES Insurance PhD in counseling education compare life assurance DONATING A CAR IN MARYLAND Cheap Auto Insurance in VA PHD IN COUNSELING EDUCATION email bulk service online colledges car crash attorneys Online casino Photo Christmas cards mesothelioma settlements CAR INSURANCE QUOTES MN Donate a Car in Maryland Car Insurance Quotes Colorado what is structured settlement Cheap Car Insurance in Virginia Mortgage Adviser sell structured settlement calculator Dwi lawyer buy structured settlements Tech school Bankruptcy lawyer better conferencing calls chicago hair laser removal Sell Annuity Payment structured settlement blog Car Insurance Quotes MN virtual data rooms georgia truck accident lawyer mesothelioma attorney california motorcycle accident attorney chicago mesotheolima personal injury law firm How to Donate A Car in California Car insurance quotes Colorado Car insurance in South Dakota wisconsin mesothelioma attorney sell annuity payment Casino MOTOR REPLACEMENTS DONATE OLD CARS TO CHARITY adverse credit remortgage Paperport promotional code bus accident attorneys mesothelioma attorney assistance structured settlemen benchmark lending california motorcycle accident lawyer Mobile casino Seo services Online College Course Casino reviews Make money online Australia domain registration yahoo new york mesothelioma law firm structured settlement buyers Auto Accident Attorney Criminal defense lawyer Live casino mesothelioma care LIFE INSURANCE CO LINCOLN Donate Cars Illinois how to donate a car in california Car Donate primary pulmonary hypertension Learning adobe illustrator Dayton Freight Lines insurance medical temporary best mesothelioma lawyers Hire php developers Annuity Settlements Dallas Mesothelioma Attorneys Online Stock Trading quotes car Hire php programmers Social media platforms life insurance quotes LOW CREDIT LINE CREDIT CARDS personal accident attorney Donating Used Cars to Charity Dallas mesothelioma attorneys MASSAGE SCHOOL DALLAS TEXAS Criminal lawyer Criminal defense attorneys Florida Car Accident Lawyers alcohol rehab center in florida ONLINE COLLEDGES BETTER CONFERENCING CALLS HOLLAND MICHIGAN COLLEGE Seo company Best social media platforms for business royalty free images stock Donate old cars to charity Social media tools BEST CRIMINAL LAWYER IN ARIZONA Service business software WEBEX COSTS Social media platforms for business Donate your Car for Money Asbestos Lawyers motorcycle lawyer los angeles best consolidation loan student

Share:

Menú vertical drag and drop con jQuery – Credito – Curso


jGlideMenu es unmenú vertical que se puede arrastrar y soltar para que el lector lo ubique donde quiera, pero además, se puede navegar a través de sus pestañas de una forma muy peculiar y con un efecto deslizante para darle ese toque sexy.
Una de las ventajas que tiene es que puede almacenar un gran número de enlaces, y que se puede quitar el efectodrag and drop (arrastrar y soltar) si se desea.

Para que entiendas mejor este menú hay que verlo en acción en esteblog de pruebas, ahí puedes arrastrar el menú, navegar en sus pestañas, y cerrarlo.

Para poner en tu blog este menú vertical, primerodescarga este archivo, descomprímelo y súbelo a un hosting.
Luego ingresa a laEdición HTML de tu plantilla y antes de/head agrega los scripts:
script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript' /
script src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js' type='text/javascript' /
script src='URL del archivo' type='text/javascript'/

script type='text/javascript'
//![CDATA[
$(document).ready(function(){
$('#jGlide_001').jGlideMenu({
tileSource : '.jGlide_001_tiles' ,
demoMode : false
}).show();

$('#switch').click(function(){$(this).jGlideMenuToggle();});
});
//
/script
Coloca la URL del archivo que subiste previamente donde se indica, luego pega antes de
/b:skin los estilos:
.jGM_box {
position: absolute;/* Cambiar absolute por fixed si se quiere flotante */
top: 150px;/* Distancia desde arriba */
left: 200px;/* Distancia desde la izquierda */
width: 227px;
height: 317px;
background: #fff;/* Color de fondo */
margin: 0;
padding: 0;
border: 1px solid #ccc; /* Borde */
overflow: hidden;
}
.jGM_header {
position: absolute;
top: 0;
left: 0;
height: 18px;
width: 227px;
background: #d1d1d1;/* Color de fondo de la barra de arriba */
color: #fff;
text-align: right;
vertical-align: middle;
line-height: 18px;
cursor: move;
}
.jGM_header a {
margin-right: 12px;
text-decoration: none;
color: #000 !important;
cursor: pointer;
}
.jGM_wrapper {
position: absolute;
top: 19px;
left: 0;
width: 2270px;
height: 288px;
margin: 0;
padding: 0;
border: 0;
}
.jGM_tile {
position: absolute;
top: 0;
left: 7px;
width: 213px;
height: auto;
overflow: hidden;
margin: 0;
padding: 0;
border: 0;
display: block;
}
.jGM_cats {
width: 100%;
height: 64px;
overflow: hidden;
vertical-align: middle;
text-align: left;
}
.jGM_cats h4 {
font-family: Verdana,Arial,serif;
font-size: 1.8em;
margin: 0;
padding: 2px 0;
line-height: 1.8em;
color: #414141;
font-weight: normal;
}
.jGM_cats p {
font-family: Verdana,tahoma,arial;
font-size: 1em;/* Tamaño de la descripción */
margin: 0;
padding: 0;
line-height: 1.2em;
color: #858585;/* Color de la descripción */
font-weight: normal;
}
.jGM_pager {
height: 18px;
width: 213px;
line-height: 18px;
margin: 0;
border: 0;
padding: 0;
background: #f6f6f6;/* Color de fondo barras */
text-align: center;
vertical-align: middle;
}
.jGM_pager a {
text-decoration: none;
font-weight: bold;
text-decoration: none;
display: block;
}
.jGM_pager a:hover { background: #d1d1d1; }
.jGM_pager img { border: 0; margin: 6px 0; }
.jGM_content {
width: 213px;
height: 150px;
margin: 1px 0;
padding: 0;
border: 0;
overflow: hidden;
}
.jGM_content a {
font-family: Tahoma,arial;
text-decoration: none;
color: #333 !important;
height: 18px;
width: 100%;
display: block;
line-height: 18px;
padding: 0 0 0 10px;
background-color: #e6e7e9;
margin: 1px 0;
}
.jGM_content a:hover {
color: #fff !important;
background-color: #4D4E67;/* Color de la barra al pasar el cursor */
}
.jGM_more {
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWHxh5HJqoYb4lnAI8rLsIKofexvndVyTQ_-mJ-KjU4YoMbXlFl4hMsd6kTCiYdVn_d6uXf4mOQUQl7BeSnNUxWAPNxJUW3JxNJRtvxXNiS150wDG8_J_hjvWclijP4OKUSFrMNVMjCjM/s10/arrow.gif);
background-repeat: no-repeat;
background-position: 203px 50%;
}
.jGM_back {
position: absolute;
top: 255px;
right: 0;
height: 18px;
width: 52px;
background: #d1d1d1;
line-height: 18px;
vertical-align: middle;
text-align: center;
margin: 10px 0 0 0;
padding: 0;
border: 0;
z-index: 99;
}
.jGM_back a {
height: 100%;
width: 100%;
text-decoration: none;
color: #000 !important; /* Color del enlace "atrás" */
display: block;
}
.jGM_back a:hover {
color: #fff !important; /* Color del enlace "atrás" al pasar el cursor */
background: #4D4E67;
}
.jGM_reset {
position: absolute;
top: 255px;
right: 62px;
height: 18px;
width: 52px;
background: #d1d1d1;
line-height: 18px;
vertical-align: middle;
text-align: center;
margin: 10px 0 0 0;
padding: 0;
border: 0;
z-index: 99;
}
.jGM_reset a {
height: 100%;
width: 100%;
text-decoration: none;
color: #000 !important;/* Color del enlace "inicio" */
display: block;
}
.jGM_reset a:hover {
color: #fff !important;/* Color del enlace "inicio" al pasar el cursor */
background: #4D4E67;
}

Ahora en un elementoHTML/Javascript pega la estructura del menú:
div class="jGM_box" id="jGlide_001"

!-- Aquí todos los enlaces del primer nivel --
ul id="tile_001" class="jGlide_001_tiles" title="Menú" alt="Descripción del primer nivel"
li rel="tile_002"Enlace 1/li
li rel="tile_003"Enlace 2/li
li rel="tile_004"Enlace 3/li
li rel="tile_006"Enlace 4/li
li rel="tile_007"Enlace 5/li
lia href="URL del enlace"Enlace 6/a/li
lia href="URL del enlace"Enlace 7/a/li
lia href="URL del enlace"Enlace 8/a/li
lia href="URL del enlace"Enlace 9/a/li
lia href="URL del enlace"Enlace 10/a/li
lia href="URL del enlace"Enlace 11/a/li
/ul

!-- Aquí todos los enlaces del segundo nivel --
ul id="tile_002" class="jGlide_001_tiles" title="Menú" alt="Descripción del segundo nivel"
li rel="tile_005"Enlace 1.1/li
lia href="URL del enlace"Enlace 1.2/a/li
lia href="URL del enlace"Enlace 1.3/a/li
lia href="URL del enlace"Enlace 1.4/a/li
/ul

ul id="tile_003" class="jGlide_001_tiles" title="Menú" alt="Descripción del segundo nivel"
lia href="URL del enlace"Enlace 2.1/a/li
li rel="tile_008"Enlace 2.2/li
lia href="URL del enlace"Enlace 2.3/a/li
/ul

ul id="tile_004" class="jGlide_001_tiles" title="Menú" alt="Descripción del segundo nivel"
lia href="URL del enlace"Enlace 3.1/a/li
lia href="URL del enlace"Enlace 3.2/a/li
lia href="URL del enlace"Enlace 3.3/a/li
/ul


ul id="tile_006" class="jGlide_001_tiles" title="Menú" alt="Descripción del segundo nivel"
lia href="URL del enlace"Enlace 4.1/a/li
lia href="URL del enlace"Enlace 4.2/a/li
lia href="URL del enlace"Enlace 4.3/a/li
/ul

ul id="tile_007" class="jGlide_001_tiles" title="Menú" alt="Descripción del segundo nivel"
lia href="URL del enlace"Enlace 5.1/a/li
lia href="URL del enlace"Enlace 5.2/a/li
/ul


!-- Aquí todos los enlaces del tercer nivel --
ul id="tile_005" class="jGlide_001_tiles" title="Menú" alt="Descripción del tercer nivel"
lia href="URL del enlace"Enlace 1.1.1/a/li
lia href="URL del enlace"Enlace 1.1.2/a/li
/ul


ul id="tile_008" class="jGlide_001_tiles" title="Menú" alt="Descripción del tercer nivel"
lia href="URL del enlace"Enlace 1.2.1/a/li
lia href="URL del enlace"Enlace 1.2.2/a/li
/ul


/div
Agrega las URLs de los enlaces y los nombres de las pestañas y listo.
Si quieres agregar más enlaces al primer nivel añade en esa área otra línea como esta:
lia href="URL del enlace"Enlace 12/a/li

Si quisieras que el enlace tenga otro nivel entonces la línea será así:
lirel="tile_0010"Enlace 5/li
Luego en el área del segundo o tercer nivel agregarías un fragmento así:
ulid="tile_0010" class="jGlide_001_tiles" title="Menú" alt="Descripción del segundo nivel"
lia href="URL del enlace"Enlace 5.1/a/li
lia href="URL del enlace"Enlace 5.2/a/li
/ul

Aquí hay que tener algo muy en cuenta, si te fijas el enlace lleva el atributoREL, que debe ser el mismo que elID que ponemos en el segundo nivel, estos IDs nunca se debe repetir, siempre serán únicos.
Sí, suena complicado, pero una vez que entendemos el concepto ya no lo es tanto.

En el área de los estilos están las partes que podemos personalizar. Si quisieras que el menú esté estático, es decir, que esté en la sidebar y no se arrastre, entonces elimina del primer código el script que está en cursiva. Y de los estilos elimina esta parte:
position: absolute;/* Cambiar absolute por fixed si se quiere flotante */
top: 150px;/* Distancia desde arriba */
left: 200px;/* Distancia desde la izquierda */

Cuando sean muchos enlaces entonces aparecerán unas flechitas, pasando el cursor sobre ellas se mostrarán el resto de los enlaces ya sea hacia arriba o hacia abajo.

A lo largo de la estructura del menú verás que puedes cambiar el nombre Menú así como las descripciones.

Es un menú con jQuery así que ya saben que hay que tomar en cuentala versión que sea sólo una, y lacompatibilidad con Scriptaculous.

Vía | Sonicradish

MESOTHELIOMA LAW FIRMDONATE CAR TO CHARITY CALIFORNIAHARDDRIVE DATA RECOVERY SERVICESDONATE A CAR IN MARYLAND DONATING A CAR IN MARYLAND,DONATE CARS ILLINOIS,CRIMINAL DEFENSE ATTORNEYS FLORIDA ,BEST CRIMINAL LAWYER IN ARIZONASTRUCTURED ANNUITY SETTLEMENT,ASBESTOS LAWYERS,NUNAVUT CULTURE,DAYTON FREIGHT LINES ,Bextra Bankruptcy Dental Plan Private JetAsi que mejor me fue a un hotel y motel FIFA World Cup Mundial Football New Orleans mesothelioma lawyer y mas que todo que la pase bien en ese hostal y me me fui de viaje a tennessee mesothelioma attorney donde EEUU me pidio la visa pero mejor aun many people in mesothelioma trial lawyers pero me fui a travel Alaska nebraska mesothelioma attorney pero mas aun con mesothelioma attorney nebraska mas siempre fue asi des hace mucho time merlin olsen lawsuit,Selling annuity payments for cash,Sell my structured settlement,Sell structured settlement,Structured settlement,Structured settlement companies,Sell my annuity payments lump sum,Car accident lawyer Denver,Accident injury attorneys,Sell my annuity

MESOTHELIOMA LAW FIRMDONATE CAR TO CHARITY CALIFORNIAHARDDRIVE DATA RECOVERY SERVICESDONATE A CAR IN MARYLAND DONATING A CAR IN MARYLAND,DONATE CARS ILLINOIS,CRIMINAL DEFENSE ATTORNEYS FLORIDA ,BEST CRIMINAL LAWYER IN ARIZONASTRUCTURED ANNUITY SETTLEMENT,ASBESTOS LAWYERS,NUNAVUT CULTURE,DAYTON FREIGHT LINES ,Bextra Bankruptcy Dental Plan Private Jet

online motor insurance quotes Seo company mesothelioma personal injury lawyers sell annuity payment google adsense mesothelioma cases LIFE INSURANCE CO LINCOLN Mobile casino WordPress theme designers philadelphia mesothelioma lawyer Dallas mesothelioma attorneys Hire php programmers Donate Car to Charity California Psychic for Free MOTOR REPLACEMENTS Online casino donating used cars to charity Seo companies Email Bulk Service verizon sip Donate your car Sacramento ANNUITY SETTLEMENT Mortgage ONLINE MOTOR INSURANCE QUOTES refinance with poor credit DONATE YOUR CAR FOR MONEY insurance medical temporary How to Donate A Car in California mesothelioma attorneys california email bulk service la personal injury lawyer mesothelioma law suits georgia truck accident lawyer Car insurance quotes Utah NUNAVUT CULTURE boca raton personal injury attorney Casino saskatchewan auto insurance Car insurance in South Dakota Neuson structured settlement brokers Better conferencing calls Dayton Freight Lines car donate Bankruptcy lawyer Make money online Australia CAR INSURANCE QUOTES COLORADO Car Insurance Quotes Utah CAR INSURANCE IN SOUTH DAKOTA Psd to WordPress Donate Car To Charity CALIFORNIA Cheap Domain Registration Hosting Casino reviews Business finance group Nunavut culture Best social media platforms futuristic architecture online criminal justice degree Futuristic Architecture Live casino dallas mesothelioma attorneys google affiliate compare life assurance Photo Christmas cards illinois law lemon Business management software CRIMINAL DEFENSE ATTORNEYS FLORIDA Social media platforms for business WebEx costs CAR ACCIDENT LAWYERS Cheap Car Insurance for Ladies Custom Christmas cards Hire php developer city college in miami chicago hair laser removal adverse remortgage mesothelioma compensation Car Insurance in South Dakota Christmas cards DUI lawyer integrated ehr orlando criminal attorney New social media platforms Hire php developers Cheap Auto Insurance in VA harddrive data recovery services Criminal lawyer earthlink business internet st louis mesothelioma attorney Paperport Promotional Code Mortgage adviser dui lawyer scottsdale donate your car for money WordPress themes for designers Dwi lawyer diagnosed with mesothelioma CHEAP CAR INSURANCE FOR LADIES Service business software structured settlement blog Criminal defense lawyer Personal Injury Lawyers Mortgage Adviser Claim Php programmers for hire Online Colleges World trade center footage automobile accident attorney buy gift card Forensics online course Social media tools asbestos lung cancer Computer science classes online personal injury attorney torrance car insurance quotes colorado mesothelioma lawyer houston

Share:

Menú deslizante abajo del blog – Settlement – Law Firm

Esta es una variante delMenú deslizante arriba del blog que habíamos visto antes y que a la mayoría le gusto por lo elegante que es y por lo útil que resulta para ahorrarnos espacio. Muchos habían pedido ese mismo menú pero a la inversa, es decir, que el menú se mostrara abajo del blog y que se abriera hacia arriba. Así que he cambiado las imágenes y modificado los estilos para tener el menú como algunos deseaban: abajo y flotante.
El menú sigue teniendo tres secciones, un área para que el lector se suscriba por correo, dos menús verticales, y un área de íconos sociales a los cuales se les ha agregado el de Google+.
Puedes verlo eneste blog de pruebas.

Para poner estemenú deslizante debajo de la página entra en laEdición HTML y después dehead pega el siguiente script:
script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/
script type='text/javascript'
//![CDATA[
$(document).ready(function() {
$("#open").click(function(){
$("div#panel").slideDown("slow");

});
$("#close").click(function(){
$("div#panel").slideUp("slow");
});

$("#toggle a").click(function () {
$("#toggle a").toggle();
});
});

//
/script

Ahora antes de/b:skin pega los estilos:
/* Bottom Sliding Menu
----------------------------------------------- */
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clearfix {height: 1%;}
.clearfix {display: block;}

.tab {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihyFuy6kSUSnv0QKbpC1L040GNfz42sfTNA6Uevr-vkhJPJviRtMKMipry2EmcE1lmbJPQqNWnb9WlD2Fbn3U0uM5bUehtLhwF-TZ8HJwl2yglF3wCXIIR09l7xmJHznWnnWE8TtnI6whd/s42/tab_b.png) repeat-x 0 0;
height: 42px;
position: relative;
top: 0;
z-index: 999;
display:block;
}
.tab ul.login {
display: block;
position: relative;
float: right;
clear: right;
height: 42px;
width: auto;
font-weight: bold;
line-height: 42px;
margin: 0;
right: 150px;
color: white;
font-size: 80%;
text-align: center;
}
.tab ul.login li.left {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIWo1elZ_ZmN3xnjdse4NSWIxPDBKh8KlX6bgl9i1KNtYCbONKhp9yz4UbYntX276d_hqSnj9vtLfQBARMEKFDwYNo1vQ9JbSZVEzEgHP6bc1gLcWGGYjxxhBagyshpED_dL7h68lWn0NR/s42/tab_l.png) no-repeat left 0;
height: 42px;
width: 30px;
padding: 0;
margin: 0;
display: block;
float: left;
}
.tab ul.login li.right {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKJL8W8iulfhw4RKCD5wXSP7hFIkHGywrLsbzlp4ZVd4puuvdaUdcwZiofeclfjDJ1UZLNP0yLWReIx6z5n-FFGW7jIK9w9wTG601SrkWW3IricmW0Z-APRfdo_zMetGm9BVVi0lPkxUrb/s42/tab_r.png) no-repeat left 0;
height: 42px;
width: 30px;
padding: 0;
margin: 0;
display: block;
float: left;
}
.tab ul.login li {
text-align: left;
padding: 0 6px;
display: block;
float: left;
height: 42px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvRr80BrTBc8kd_H8PezxZBLtoFiHKt_07U1zWnHzqBYJ8NNJOmgd0av5TwpRF2gUdYai38dW5ujj-onJaVPb05C2HXWa5UIU_0CO6WSwxLvo61nHNRJebty_KcAhhC3O-0Fwnt8LLvsuG/s42/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {color: #15ADFF;}
.tab ul.login li a:hover {color: #FFFFFF;}
.tab .sep {color:#414141}

.tab a.open, .tab a.close {
height: 20px;
line-height: 20px !important;
padding-left: 30px !important;
cursor: pointer;
display: block;
width: 100px;
position: relative;
top: 11px;
}

.tab a.open {background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXj65W8m02i8Q7RKYwehhP2MExeQKZ_4DH5I168cYl_UwdAnwlQQTXJUPkS4xf4ab7pR8XsxJ3r2An2oxFhxFJlhMPPQ7AZiRmB0-0a-Ee9ZhArmiTBvav9QKfGeoeK0sHrzEOhuZf2qdv/s1600/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDbTo7eJfK63tnQnBh6oLVp-FdIy6LRe_qgRaE2nbAngHyhBUV3J11kPa42F9lN6nzG5OZb2kMPg-kTIHtzIMWy3PNRvFmx-NTEcc6-ivl_v3ch6TjEkIm4u77ok1jOD8j9gNiccccse6V/s1600/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXj65W8m02i8Q7RKYwehhP2MExeQKZ_4DH5I168cYl_UwdAnwlQQTXJUPkS4xf4ab7pR8XsxJ3r2An2oxFhxFJlhMPPQ7AZiRmB0-0a-Ee9ZhArmiTBvav9QKfGeoeK0sHrzEOhuZf2qdv/s1600/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDbTo7eJfK63tnQnBh6oLVp-FdIy6LRe_qgRaE2nbAngHyhBUV3J11kPa42F9lN6nzG5OZb2kMPg-kTIHtzIMWy3PNRvFmx-NTEcc6-ivl_v3ch6TjEkIm4u77ok1jOD8j9gNiccccse6V/s1600/bt_close.png) no-repeat left -19px;}

#toppanel {
position: fixed;
bottom: 0;
width: 100%;
z-index: 999;
text-align: center;
margin-left: auto;
margin-right: auto;
}
#panel {
width: 100%;
height: 270px;/* Alto del slide */
color: #999999;
background: #272727;
overflow: hidden;
position: relative;
z-index: 3;
display: none;
}
#panel h4 {
font-size: 1.6em;
padding: 5px 0 10px;
margin: 0;
color: #FFFFFF;
text-align: center;
}
#panel p {
margin: 5px 0;
padding: 0;
}
#panel a {
text-decoration: none;
color: #15ADFF;
}
#panel a:hover {
color: white;
}
#panel .content {
width: 960px;
margin: 0 auto;
padding-top: 15px;
text-align: left;
font-size: 0.85em;
}
#panel .content .left {
width: 280px;
float: left;
padding: 0 15px;
border-left: 1px solid #333;
}
#panel .content .right {
border-right: 1px solid #333;
}
#panel .content form {
margin: 0 0 10px 0;
}
#panel .content label {
float: left;
padding-top: 8px;
clear: both;
width: 280px;
display: block;
}
#panel .content input.field {
border: 1px #1A1A1A solid;
background: #414141;
margin-right: 5px;
margin-top: 4px;
width: 200px;
color: white;
height: 16px;
}
#panel .content input:focus.field {
background: #545454;
}
#panel .content input.bt_register {
display: block;
float: left;
clear: left;
height: 24px;
text-align: center;
cursor: pointer;
border: none;
font-weight: bold;
margin: 10px 0;
}
#panel .content input.bt_register {
width: 94px;
color: white;
background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCqxvx0fKCDbc7mOYbX2dkTs55uKF4mP6sS-AXC5kYfeAnTnuu5Ale7kC2QTdhsbsyQNhnPYtTRbmBkXCrdYlxRnmd9xhL9tOZOW-VDeBjjxT0hlWpuGAs8SvYtmpsm2-LBH9HUHkJQ_W_/s1600/bt_register.png) no-repeat 0 0;
}

#slide-menu {
width: 160px;
float: left;
}
#slide-menu2 {
width: 160px;
float: right;
}
#slide-menu ul, #slide-menu2 ul{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
}
#slide-menu ul li a, #slide-menu2 ul li a {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSz9zrOXg_DnLWPkeo-tXKyAvWBvHZ-BCByJfWhCJU8B4WusfyDqGm4xFknhya19Rg4D5Lb64h71wuzC2BKmXxq3wbqeFx0U1-Gi0Rig6DqVMmVLz9A_ELc9QX5MoPWr81i8KHqxEtF-AJ/s1600/bullet_blue.png) center left no-repeat;
margin:0;
padding:3px 3px 3px 18px;
}
#slide-menu li, #slide-menu2 li {display: inline;}
#slide-menu a, #slide-menu2 a{
color: #FFFFFF;
text-decoration: none;
font-size: 13px;
display: block;
padding: 3px;
width: 160px;
}
#slide-menu a:link, #slide-menu a:visited, #slide-menu2 a:link, #slide-menu2 a:visited {
color: #999;
text-decoration: none;
}
#slide-menu a:hover, #slide-menu2 a:hover {
color: #FFFFFF;
}
body#layout #toppanel {display:none !important;}

Por último pega antes de/body la estructura del menú:
!-- Inicio bottom sliding menu --
div id='toppanel'
div class='tab'
ul class='login'
li class='left'/
liHola invitado!/li
li class='sep'|/li
li id='toggle'
a class='open' href='javascript:void(0);' id='open'Abrir menú/a
a class='close' href='javascript:void(0);' id='close' style='display: none;'Cerrar menú/a
/li
li class='right'/
/ul
/div


div id='panel'
div class='content clearfix'

!-- Primera sección --
div class='left' style='width:240px !important'

h4Hola, Bienvenido a mi blog!/h4
pPuedes seguirnos en las redes sociales o suscribirte al feed./p

div align='center'
a href='http://nombre-de-mi-blog.blogspot.com/atom.xml'img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJ3l6Y1jpQ9g0PB-8FORI_pNFCFvDAyvhG4agML-E1q3gimSD480abAXHoIvmIQMqxlA-yOCa3-vi_9SrbrWcqyafvBP_69WKw8neTdigCLe4K9HlFN1x5sM2g_aBtAkslgClodHRG0ilD/s1600/Feed_.png' style='padding:25px 5px;' width='60'//a a href='http://www.facebook.com/usuario'img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNkY2WYKqFnNmosdpXSzIwjA8q3Y59drnEtZw_ZfUjVtrJplyPtS8EIESUykZlR52eKSQF7_1mg2mqcniZq17RcxdB5893e2t5nOlWo73seuhZxpbvinitsd2pR9pTfWmNQxnrJaYZE9Z9/s1600/FaceBook_.png' style='padding:25px 5px;' width='60'//a a href='http://twitter.com/usuario'img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKgyK_VvngD-orPY4frD1rrQQMJf6jhho_saElwSWJaAuyCBHvPJISOphj3gmiQMFPWtI9pvkNpDZkwXJaGgFJScQSQTahynZwn0b1dRHqBQ5SKo_ad9XXP1G6bcTAQFtslPXuIkfmkOQK/s1600/Twitter_.png' style='padding:25px 5px;' width='60'//a a href='https://plus.google.com/b/usuario'img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQ7hlRSj6HmZSFUzxa70BB1NokxwWwrhxYOC41UHjmiAiNkdw7PYqPYwpO9nVa83UdQJrkQ6IzBn5dT01lNfWwW9IRlZltlS-jb3UU2ZwCwqORsj-Q_ozvH0ByYMn_yuQMBlGx7kGFA7K5/s40/GooglePlus.png' style='padding:25px 5px;' width='40'//a
/div

/div

!-- Segunda sección --
div class='left' style='width:320px !important'
h4Categorías/h4

div id='slide-menu'
ul
lia href='URL del enlace'Menu item uno/a/li
lia href='URL del enlace'Menu item dos/a/li
lia href='URL del enlace'Menu item tres/a/li
lia href='URL del enlace'Menu item cuatro/a/li
lia href='URL del enlace'Menu item cinco/a/li
lia href='URL del enlace'Menu item seis/a/li
lia href='URL del enlace'Menu item siete/a/li
lia href='URL del enlace'Menu item ocho/a/li
lia href='URL del enlace'Menu item nueve/a/li
lia href='URL del enlace'Menu item diez/a/li
/ul
/div

div id='slide-menu2'
ul
lia href='URL del enlace'Menu item uno/a/li
lia href='URL del enlace'Menu item dos/a/li
lia href='URL del enlace'Menu item tres/a/li
lia href='URL del enlace'Menu item cuatro/a/li
lia href='URL del enlace'Menu item cinco/a/li
lia href='URL del enlace'Menu item seis/a/li
lia href='URL del enlace'Menu item siete/a/li
lia href='URL del enlace'Menu item ocho/a/li
lia href='URL del enlace'Menu item nueve/a/li
lia href='URL del enlace'Menu item diez/a/li
/ul
/div
/div


!-- Tercera sección --
div class='left right'

h4¡Suscríbete a nuestro blog!/h4
pRecibe en tu correo las últimas noticias del blog. Sólo ingresa tu correo para suscribirte./p

form action='http://feedburner.google.com/fb/a/mailverify?uri=Nombre-del-Feed' method='post' target='_blank'
input class='field' name='email' type='text/' value=''/
input name='uri' type='hidden' value='Nombre-del-Feed'/
input name='loc' type='hidden' value='es_ES'/
input class='bt_register' type='submit' value='Suscribir'//form

/div
/div
/div

/div
!-- Fin bottom sliding menu --
En color verde he mercado donde inicia cada sección para que sea más fácil de identificar:
En la primera sección está el mensaje de bienvenida y los íconos de las redes sociales, encolor naranja deberás agregar los IDs de usuario de tus cuentas. El primero es el nombre de tu blog (para el feed), el segundo el de Facebook, luego el de Twitter, y por último el de Google+.

En la segunda sección se encuentra elmenú de categorías, qué bien puede ser utilizado para enlazar las etiquetas del blog, o cualquier otro enlace que queramos.

En la tercera sección se ubica la caja de suscripción por correo, recuerda que deberás tener habilitada la suscripción por correo en Feedburner para que puedas utilizarla; si ya lo tienes entonces agrega en la parte decolor azul el nombre de tu feed.

Si quisieras cambiar el alto del menú cuando se expande podrás hacerlo donde dice en negrita
/* Alto del slide */

Lo que se asoma del menú son imágenes, por lo tanto, si quisieras cambiar el color tendrás que editar todas las imágenes y después cambiar el color de fondo en background: #272727;

El menú usa jQuery, así que recuerda tenersólo una versión de esta librería. Si estuvieras usando Scriptaculous o Mootools tendrás queaplicar un parche para que éste sea compatible.

Y eso es todo, a disfrutar de este elegante menú debajo del blog.

Donate Car To Charity CALIFORNIA DONATE CAR FOR TAX CREDITDONATE CARS IN MADONATE YOUR CAR SACRAMENTOHOW TO DONATE A CAR IN CALIFORNIA DONATE YOUR CAR FOR KIDS,CAR INSURANCE QUOTES COLORADO ,NUNAVUT CULTURE,DAYTON FREIGHT LINESHARDDRIVE DATA RECOVERY SERVICES,DONATE A CAR IN MARYLAND,MOTOR REPLACEMENTS,CHEAP DOMAIN REGISTRATION HOSTING,DONATING A CAR IN MARYLANDMundial Football history FIFA World Cup,smart,huge/big,scienciemedia,blog spot and amazes,unites pero for you gives ,, inspires and future now help and pero mas aya del visita and Mesothelioma law firm CHEAP CAR INSURANCE IN VIRGINIA,Selling annuity payments for cashSelling annuity payments for cash,Sell my structured settlement,Sell structured settlement,Structured settlement,Structured settlement companies,Sell my annuity payments lump sum,Car accident lawyer Denver,Accident injury attorneys,Sell my annuity

MESOTHELIOMA LAW FIRMDONATE CAR TO CHARITY CALIFORNIAHARDDRIVE DATA RECOVERY SERVICESDONATE A CAR IN MARYLAND DONATING A CAR IN MARYLAND,DONATE CARS ILLINOIS,CRIMINAL DEFENSE ATTORNEYS FLORIDA ,BEST CRIMINAL LAWYER IN ARIZONASTRUCTURED ANNUITY SETTLEMENT,ASBESTOS LAWYERS,NUNAVUT CULTURE,DAYTON FREIGHT LINES ,Bextra Bankruptcy Dental Plan Private JetMundial Football Mesothelioma law firm,mega life and health FIFA World Cup es un buen servicio en las distintas naciones trans union pero resulto que tenia cancer y fui a asbestos cancer y me dijeron en asbestos mesothelioma que tambien padecia de prostate cancer treatment y un daño tremendo a mi organismo fui a malignant pleural mesothelioma,asi que hice un prestamo en credit repair y otro en chase credit pero de pronto un anti spam software asi que decido un auto en rental car in costa rica me registre en Facebook en internet domain registration y tambien obtuve un domain registration,Selling annuity payments for cash,Selling annuity payments for cash,Sell my structured settlement,Sell structured settlement,Structured settlement,Structured settlement companies,Sell my annuity payments lump sum,Car accident lawyer Denver,Accident injury attorneys,Sell my annuity

accident attorneys orange county Service business software Online casino Online Christmas cards forensics online course mesotheloma miami personal injury attorney Cheap Domain Registration Hosting Seo companies CAR DONATE DONATE A CAR IN MARYLAND Seo company futuristic architecture selling annuity How to Donate A Car in California Psd to WordPress motor insurance quotes Casino Computer science classes online Social media tools Cheap Car Insurance for Ladies accident attorney orange county domain yahoo structured annuity settlement Casino reviews car insurance companies donating used cars to charity Make money online Australia New social media platforms selling a structured settlement Online Stock Trading Hire php developers Social media examiner Criminal defense lawyer Auto Accident Attorney mesothelioma personal injury lawyers Best Seo company Donate a car in Maryland personal injury firm Mobile casino business voice mail service Car Insurance Quotes mesothelioma lawyer texas accident attorney san bernardino Insurance Companies Royalty Free Images Stock Social media management Bankruptcy lawyer DONATING A CAR IN MARYLAND best mesothelioma lawyers federal criminal defense attorney Donate a Car in Maryland Futuristic Architecture Php programmers for hire Live casino DUI lawyer Php programmers structured settlemen Motor Replacements houston motorcycle accident lawyer Hire php programmers Dwi lawyer Adobe illustrator classes Cheap car insurance in Virginia DONATING USED CARS TO CHARITY Criminal lawyer PHD on Counseling Education HOW TO DONATE A CAR IN CALIFORNIA motorcycle accident attorney chicago Personal Injury Lawyers Cheap Auto Insurance in VA injury lawyers west palm beach adverse credit remortgage Christmas cards Hire php developer Social media platforms for business Low Credit Line Credit Cards Sell Annuity Payment personal accident attorney CAR INSURANCE QUOTES MN FORENSICS ONLINE COURSE criminal defense attorneys florida Html email Photo Christmas cards Register Free Domains Automobile Accident Attorney Low credit line credit cards Donate Cars in MA mesothelioma lawyers san diego Best social media platforms for business WordPress hosting HOLLAND MICHIGAN COLLEGE VIRTUAL DATA ROOMS Better conferencing calls Online classes lease management software structured settlement cash out event management security Business finance group saskatchewan auto insurance meso lawyer structure settlements Online Classes Custom WordPress theme designer Hard drive Data Recovery Services Seo services AUTO ACCIDENT ATTORNEY Dayton freight lines refinance with bad credit Social media platforms Best social media platforms Business management software att call conference mesothelioma law suits LOW CREDIT LINE CREDIT CARDS

Share:

Menú horizontal tipo listón hecho con CSS3 – PHD – Credit


Este es unmenú tipo horizontal listón que está hecho con CSS3 por completo, nada de imágenes, y da el aspecto de que estuviera envolviendo el blog. Queda bien en blogs que tienen los bordes del contendor definidos, y/o que tienen un color de fondo distinto al contenedor principal.

Un ejemplo de este menú puedes verlo a continuación.


Para poner estemenú tipo listón en tu blog, entra a laEdición HTML de tu plantilla, y antes de
/b:skin pega los estilos:
/* Menú Listón
----------------------------------------------- */
#menuListon:after, #menuListon:before {
content: '';
position: absolute;
}

#menuListon {
height:25px;/* Alto del menú */
text-align: center;
position: relative;
margin: 0 -30px 5px -30px;
padding: 10px 0;
background: #e5592e;/* Color del listón */
background-image: -moz-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
background-image: -webkit-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
background-image: -o-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
background-image: -ms-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
box-shadow: 0 2px 0 #bbb;
}

#menuListon:before, #menuListon:after {
border-style: solid;
border-color: transparent;
bottom: -10px;
}

#menuListon:before {
border-width: 0 20px 10px 0;
border-right-color: #8C3115;/* Color de la sombra del doblez */
left: 0;
}

#menuListon:after {
border-width: 0 0 10px 20px;
border-left-color: #8C3115;/* Color de la sombra del doblez */
right: 0;
}

#menuListon ul {
margin-top: 0px;
}

#menuListon li {
list-style: none;
display: inline;
padding-right:20px;
}

#menuListon li a {
text-shadow: 0 2px 1px rgba(0,0,0,0.5);
display: inline;
text-decoration: none;
color: #f0f0f0;/* Color del texto */
font-size: 18px;/* Tamaño del texto */
transition:all .1s linear;
-o-transition:all .1s linear;
-moz-transition:all .1s linear;
-webkit-transition:all .1s linear;
}

#menuListon li a:hover {
font-size:20px;/* Tamaño del texto al pasar el cursor */
transition:all .1s linear;
-o-transition:all .1s linear;
-moz-transition:all .1s linear;
-webkit-transition:all .1s linear;
}

Luego, SIN expandir los artilugios busca este código:
b:section class='header' id='header' maxwidgets='1' showaddelement='no'
b:widget id='Header1' locked='true' title='Nombre de mi blog (cabecera)' type='Header'/
/b:section
Debajo de él pega el HTML del menú:
div id='menuListon'
ul
lia href='URL del enlace'✭Pestaña 1/a/li
lia href='URL del enlace'✭Pestaña 2/a/li
lia href='URL del enlace'✭Pestaña 3/a/li
lia href='URL del enlace'✭Pestaña 4/a/li
/ul
/div
Ahí agrega las URLs de tus enlaces y el nombre de tus pestañas. Lo que está en negrita son los caracteres de estrellas, los puedes eliminar si lo deseas.

En el primer código, verás en color verde algunas áreas que se pueden personalizar, tales como el color de fondo, del texto, etc.
Si el listón quedara muy abierto entonces modifica los dos -30px que están en la parte azul, con un valor más cercano a cero se hará más reducida la abertura del listón.

El menú estará debajo de la cabecera, si deseas que esté arriba, entonces el código del segundo paso, en lugar de pegarlo debajo de ese código, pégalo arriba de él.

No está de más decir que como usa CSS3 sólo se verá bien en navegadores modernos, así que navegadores con versiones antiguas abstenerse.
Como puedes ver, es unmenú sencillo pero muy estético, y ademáshecho sólo con CSS.

MESOTHELIOMA LAW FIRMDONATE CAR TO CHARITY CALIFORNIAHARDDRIVE DATA RECOVERY SERVICESDONATE A CAR IN MARYLAND DONATING A CAR IN MARYLAND,DONATE CARS ILLINOIS,CRIMINAL DEFENSE ATTORNEYS FLORIDA ,BEST CRIMINAL LAWYER IN ARIZONASTRUCTURED ANNUITY SETTLEMENT,ASBESTOS LAWYERS,NUNAVUT CULTURE,DAYTON FREIGHT LINES ,Bextra Bankruptcy Dental Plan Private Jet

Donate Car To Charity CALIFORNIA DONATE CAR FOR TAX CREDITDONATE CARS IN MADONATE YOUR CAR SACRAMENTOHOW TO DONATE A CAR IN CALIFORNIA DONATE YOUR CAR FOR KIDS,CAR INSURANCE QUOTES COLORADO ,NUNAVUT CULTURE,DAYTON FREIGHT LINESHARDDRIVE DATA RECOVERY SERVICES,DONATE A CAR IN MARYLAND,MOTOR REPLACEMENTS,CHEAP DOMAIN REGISTRATION HOSTING,DONATING A CAR IN MARYLANDUn dia en Mundial Football MESOTHELIOMA LAW FIRM FIFA World Cup,DONATE CAR TO CHARITY CALIFORNIA , and STRUCTURED ANNUITY SETTLEMENT ,ANNUITY SETTLEMENTS, habia mucha monja pero fui a NUNAVUT CULTURE, DAYTON FREIGHT LINES and BUSINESS VOIP SOLUTIONS,CAR INSURANCE COMPANIES pero for you ONLINE CRIMINAL JUSTICE DEGREE ,PERSONAL INJURY LAW FIRM, Virtual data rooms and future now Automobile accident attorney and pero mas aya del visita and Mesothelioma law firm CHEAP CAR INSURANCE IN VIRGINIA,Selling annuity payments for cashSelling annuity payments for cash,Sell my structured settlement,Sell structured settlement,Structured settlement,Structured settlement companies,Sell my annuity payments lump sum,Car accident lawyer Denver,Accident injury attorneys,Sell my annuity

Hire php developer mesothelioma attorney assistance buying an annuity calculator Online casino mesothelioma law suit Seo companies Dedicated Hosting Dedicated Server Hosting student loan consolidation program Criminal defense lawyer auto accident lawyer san francisco Casino Car insurance in South Dakota Social media campaigns accident attorney san bernardino firm law mesothelioma car insurance quotes colorado WORLD TRADE CENTER FOOTAGE personal injury accident lawyer Mobile casino CAR INSURANCE QUOTES MN Structures Annuity Settlement Claim Donate a Car in Maryland motorcycle accident attorney sacramento MORTGAGE ADVISER PHD on Counseling Education mesothelioma survival rates injury lawyer houston tx how to donate a car in california DAYTON FREIGHT LINES WordPress themes for designers Car insurance quotes Colorado accident attorneys orange county Service business software home phone internet bundle Online Stock Trading Make money online Australia Casino reviews Register Free Domains accident lawyers in los angeles earthlink business internet Live casino Donating a car in Maryland Online Motor Insurance Quotes DUI lawyer Email Bulk Service criminal defense federal lawyer How to donate a car in California Hire php developers Italian cooking school mesothelioma information Car insurance quotes MN DONATE CARS ILLINOIS Car Insurance Companies injury lawyers west palm beach domain name yahoo mesothelioma lawyer chicago Hire php programmers STRUCTURED ANNUITY SETTLEMENT World trade center footage cheaper insurance companies life insurance co lincoln sell structured settlement calculator Dwi lawyer Seo services Mortgage Adviser Criminal lawyer mesotheliama small business administration sba EMAIL BULK SERVICE online colledges Donating a Car in Maryland Php programmers for hire Donate Your Car Sacramento Car Insurance Quotes MN anti spam appliance Bankruptcy lawyer boulder personal injury lawyers New social media platforms Computer science classes online Custom WordPress theme designer structured settlement brokers mesothelioma law firms Donate Cars Illinois Php programmers Proud Italian cook Best social media platforms for business Online Christmas cards mesothelioma lawyer california Donate Your Car for Kids Sell Annuity Payment Online Classes MET AUTO Criminal Defense Attorneys Florida best consolidation loan student selling structured settlement Nunavut Culture WEBEX COSTS structered settlement Best social media platforms motorcycle lawyer los angeles Paperport promotional code Business finance group Social media platforms for business Psychic for Free Auto Mobile Shipping Quote Car Donate Paperport Promotional Code structured settlements annuities business voip solutions Donate Car to Charity California workers compensation lawyer los angeles Auto Mobile Insurance Quote Psd to WordPress Social media platforms

Share: