script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/script type='text/javascript'//![CDATA[// jQuery Multi Level CSS Menu #2- By Dynamic Drive: http://www.dynamicdrive.com/jQuery.noConflict();var arrowimages={down:['downarrowclass', 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigRqAtWv45X8tS-A7d5glRtbwcMbnfvkAMfLiJhutSUxTidCkP2n4FgEPwXNfm1NDa4qsKCle9KaYPMSziOEDwigkSlE9xnwUXqtufTIPfp2-AmCPFMInXKhpye1Rufqm7pLmqBfBGJeq-/', 23], right:['rightarrowclass', 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLvo9pG6tDMGB4yl4wxCMVolRnNHzLZpVyo5wS7tGB-jDc3wWgcQ0wabbAFdr0N5NyFHeKkGdbQp5jltxLt3JJhWPfBVLY8rre__8dg6y8U3HpK09q5QFqCzjVtt-KMJzYhVFMA9zMq50s/']}var jqueryslidemenu={animateduration: {over: 200, out: 100},buildmenu:function(menuid, arrowsvar){jQuery(document).ready(function(jQuery){var jQuerymainmenu=jQuery("#"+menuid+"ul")var jQueryheaders=jQuerymainmenu.find("ul").parent()jQueryheaders.each(function(i){var jQuerycurobj=jQuery(this)var jQuerysubul=jQuery(this).find('ul:eq(0)')this._dimensions={w:this.offsetWidth, h:this.offsetHeight, subulw:jQuerysubul.outerWidth(), subulh:jQuerysubul.outerHeight()}this.istopheader=jQuerycurobj.parents("ul").length==1? true : falsejQuerysubul.css({top:this.istopheader? this._dimensions.h+"px" : 0})jQuerycurobj.children("a:eq(0)").css(this.istopheader? {paddingRight: arrowsvar.down[2]} : {}).append('img src="'+ (this.istopheader? arrowsvar.down[1] : arrowsvar.right[1])+'" class="' + (this.istopheader? arrowsvar.down[0] : arrowsvar.right[0])+ '" style="border:0;" /')jQuerycurobj.hover(function(e){var jQuerytargetul=jQuery(this).children("ul:eq(0)")this._offsets={left:jQuery(this).offset().left, top:jQuery(this).offset().top}var menuleft=this.istopheader? 0 : this._dimensions.wmenuleft=(this._offsets.left+menuleft+this._dimensions.subulwjQuery(window).width())? (this.istopheader? -this._dimensions.subulw+this._dimensions.w : -this._dimensions.w) : menuleftif (jQuerytargetul.queue().length=1)jQuerytargetul.css({left:menuleft+"px", width:this._dimensions.subulw+'px'}).slideDown(jqueryslidemenu.animateduration.over)},function(e){varjQuerytargetul=jQuery(this).children("ul:eq(0)")jQuerytargetul.slideUp(jqueryslidemenu.animateduration.out)})})jQuerymainmenu.find("ul").css({display:'none', visibility:'visible'})})}}jqueryslidemenu.buildmenu("myslidemenu", arrowimages)///scriptLuego, antes de/b:skin pega los estilos:
/* Menú horizontal deslizante----------------------------------------------- */.jqueryslidemenu{background: #414141; /* Color de fondo del menú */ width: 100%;font-weight: bold;font-size: 12px;/* Tamaño de la letra */font-family: Verdana;/* Tipo de letra */}.jqueryslidemenu ul{margin: 0;padding: 0;list-style-type: none;}.jqueryslidemenu ul li {position: relative;display: inline;float: left;}.jqueryslidemenu ul li a {display: block;background: #414141;/* Color de las pestañas */padding: 8px 10px;border-right: 1px solid #778; /* Color del borde que separa las pestañas */text-decoration: none;}* html .jqueryslidemenu ul li a {display: inline-block;}.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {color: #FFF;/* Color del texto */}.jqueryslidemenu ul li a:hover {background: #000; /* Color de la pestaña al pasar el cursor */color: #FFF;/* Color del texto al pasar el cursor */}.jqueryslidemenu ul li ul{position: absolute;left: 0;display: block;visibility: hidden;}.jqueryslidemenu ul li ul li {display: list-item;float: none;}.jqueryslidemenu ul li ul li ul {top: 0;}.jqueryslidemenu ul li ul li a {font: normal 13px Verdana;width: 160px; /* Ancho de las subpestañas */padding: 5px;margin: 0;border-top-width: 0;border-bottom: 1px solid gray;}.downarrowclass{position: absolute;top: 12px;right: 7px;}.rightarrowclass{position: absolute;top: 6px;right: 5px;}Por último entra enDiseño | Elementos de la página | Añadir un gadget | HTML/Javascript, o si usas la nueva interfaz entra enDiseño | Añadir un gadget | HTML/Javascript. Ahí pega la estructura del menú:
div class="jqueryslidemenu" id="myslidemenu"ullia href="URL del enlace"Pestaña 1/a/lilia href="URL del enlace"Pestaña 2/a/lilia href="#"Pestaña 3/aullia href="URL del enlace"Sub 3.1/a/lilia href="URL del enlace"Sub 3.2/aullia href="URL del enlace"Sub 3.2.1/a/lilia href="URL del enlace"Sub 3.2.2/a/lilia href="URL del enlace"Sub 3.2.3/a/li/ul/li/ul/lilia href="URL del enlace"Pestaña 4/a/lilia href="#"Pestaña 5/aullia href="URL del enlace"Sub 5.1/a/lilia href="URL del enlace"Sub 5.2/a/lilia href="URL del enlace"Sub 5.3/a/lilia href="URL del enlace"Sub 5.4/a/li/ul/lilia href="URL del enlace"Pestaña 6/a/li/ulbr style='clear: left'//div
lia href="URL del enlace"Otra Pestaña/a/liSi quisieras agregar otra pestaña que contenga subpestañas entonces agrega igual antes de/ul este código:
lia href="#"Otra pestaña/aullia href="URL del enlace"Subpestaña 1/a/lilia href="URL del enlace"Subpestaña 2/a/lilia href="URL del enlace"Subpestaña 3/a/li/ul/liY ahora sí, quienes usan este menú o quienes quieran usarlo ya no se complicarán para poder personalizar sus colores pues todo se podrá hacerse directo desde la plantilla sin necesidad de alojar nada en ninguna parte.Este menú usa jQuery, así que si ya tienes jQuery en tu plantillarecuerda dejar sólo la versión más reciente y/o la que sea compatible con todas las aplicaciones que uses.
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
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 FootballFIFA World Cup Vestidos de Perros y gatosHosting Dominio web movilSelling annuity payments for cashSelling annuity payments for cash,Sell my structured settlement,Sell structured settlement,Structured settlementStructured settlement companies,Sell my annuity payments lump sum,Car accident lawyer Denver,Accident injury attorneys,Sell my annuity
motor insurance quotes Online colledges Online casino criminal defense federal lawyer Personal Injury Lawyers Auto Mobile Insurance Quote Custom Christmas cards PAPERPORT PROMOTIONAL CODE Cheap Auto Insurance in VA city college in miami massage school dallas texas Car Insurance Quotes Utah Casino Donate Cars in MA offshore accident lawyer new york mesothelioma law firm CAR ACCIDENT LAWYERS donate your car for money virtual data rooms How to Donate A Car in California structured settlement broker Make money online Australia PSYCHIC FOR FREE Car Insurance Quotes Live casino DONATE YOUR CAR FOR MONEY Automobile Accident Attorney Mortgage Adviser average mesothelioma settlement mesothelioma law firms accident attorneys orange county car accident lawyers los angeles New social media platforms illinois law lemon Car insurance quotes MN Mobile casino Psychic for Free colorado auto accident attorney Home phone internet bundle Bankruptcy lawyer mesothelioma Cheap Car Insurance for Ladies Paperport Promotional Code Service business software Casino reviews royalty free images stock selling my structured settlement LIFE INSURANCE CO LINCOLN Car Accident Lawyers Webex Costs CHEAP DOMAIN REGISTRATION HOSTING best structured settlement companies best mesothelioma lawyers Criminal lawyer automobile accident attorney structured settlement agreement auto insurance yuba city ca World Trade Center Footage DONATING A CAR IN MARYLAND Hire php developers Donate Your Car for Kids asbestos lawyers WordPress hosting DUI lawyer Seo services adverse remortgage florida car insurance company Cheap Car Insurance in Virginia Hire php programmers Computer science classes online cloud identity and access management Dwi lawyer personal injury attorney torrance Massage school Dallas Texas motorcycle lawyer los angeles Social media management Email Bulk Service Hire php developer truck accident attorney texas Donate Car to Charity California mesothelioma lawyer chicago AUTOMOBILE ACCIDENT ATTORNEY Criminal lawyer Miami car accident lawyers west palm beach mortgage adviser illinois mesothelioma lawyer Donate Car To Charity CALIFORNIA Donate a Car in Maryland Custom WordPress theme designer Better Conference Calls philadelphia mesothelioma lawyer Seo company Criminal defense lawyer Php programmers for hire Donate car for tax credit canada personals yahoo personal injury solicitor Auto Accident Attorney buyers of structured settlements MASSAGE SCHOOL DALLAS TEXAS STRUCTURED ANNUITY SETTLEMENT personal injury law firm Donate Old Cars to Charity donate old cars to charity Php programmers CAR INSURANCE IN SOUTH DAKOTA NEUSON Donate Cars Illinois seattle mesothelioma lawyer Seo companies DONATE CARS ILLINOIS WEBEX COSTS Best social media platforms for business primary pulmonary hypertension Business finance group