Jump to content

Añadir desplegable a menu horizontal


BorjaJA

Recommended Posts

Buenas noches,

Estoy intentando añadir un desplegable a una de las pestañas de mi menu horizontal. Buscando en el foro he encontrado alguna cosa, pero no he sido capaz de conseguirlo.

Esto es lo que quiero realizar (pestaña blog):

image.thumb.png.5b40f750ffe42a282f2aa101264486f7.png

 

Este es el código del menu:

<!-- Block links module -->
<div id="links_block_top" class="block links">
	<h3 class="h3 title_block ">
		<i class="material-icons"></i>
	</h3>
	
		
	<ul id="tm_toplink" class="block_content">
	{foreach from=$tm_toplink_links item=tm_toplink_link}
		{if isset($tm_toplink_link.$lang)} 
			<li>
				<a href="{$tm_toplink_link.url}" title="{$tm_toplink_link.$lang}" {if $tm_toplink_link.newWindow} onclick="window.open(this.href);return false;"{/if}>{$tm_toplink_link.$lang}</a>
				<!-- <span class="hot"></span> -->
			</li>
		{/if}
	{/foreach}
	</ul>
</div>
<!-- /Block links module -->

 

Agradecería vuestra ayuda :) 

Saludos!

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...