<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Álvaro Felipe &#187; Menú desplegable</title>
	<atom:link href="http://alvarofelipe.com/tag/menu-desplegable/feed/" rel="self" type="application/rss+xml" />
	<link>http://alvarofelipe.com</link>
	<description>Profesor, geek y escritor</description>
	<lastBuildDate>Fri, 19 Mar 2010 05:07:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Menu desplegable en Moodle (tutorial)</title>
		<link>http://alvarofelipe.com/2010/02/19/menu-desplegable-en-moodle-tutorial/</link>
		<comments>http://alvarofelipe.com/2010/02/19/menu-desplegable-en-moodle-tutorial/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 02:00:47 +0000</pubDate>
		<dc:creator>Álvaro Felipe</dc:creator>
				<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Diseño web]]></category>
		<category><![CDATA[E-Learning]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Menú desplegable]]></category>
		<category><![CDATA[Moodle]]></category>
		<category><![CDATA[Tic]]></category>

		<guid isPermaLink="false">http://alvarofelipe.com/?p=3600</guid>
		<description><![CDATA[
Quienes usen Moodle (el mejor sistema de gestión de e-learning) saben que el mayor problema de este LMS (junto con su espantoso editor HTML) es que sus temas (plantillas) tienen diseños pobres, poco atractivos y que hacen que un sistema tan potente parezca ser una especie de web 1.0
Por suerte, en estos últimos años han [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://moodle.org/theme/moodle2/pix/moodle-logo.gif" alt="" /></p>
<p style="text-align: justify;">Quienes usen Moodle (el mejor sistema de gestión de e-learning) saben que el mayor problema de este LMS (junto con su espantoso editor HTML) es que sus temas (plantillas) tienen diseños pobres, poco atractivos y que hacen que un sistema tan potente parezca ser una especie de web 1.0</p>
<p style="text-align: justify;">Por suerte, en estos últimos años han empezado a salir diseños variados y plantillas de apariencia profesional. Pero aún así son pocos y los más o menos buenos (ni siquiera realmente sorprendentes) son de pago.</p>
<p style="text-align: justify;">Pero vamos al grano, un sitio web se ve definitivamente mejor si cuenta con un menú desplegable (de esos que despliegan sus contenidos con solo colocar el cursor encima de cada ítem), y si pudiéramos añadir uno a Moodle sería estupendo.</p>
<p style="text-align: justify;">De hecho ya existen plantillas que cuentan con menús desplegables, aquí las que me han gustado:</p>
<ul>
<li><a href="http://moodle.org/mod/data/view.php?d=26&amp;rid=3555" target="_blank">Afterburner</a></li>
<li><a href="http://moodle.org/mod/data/view.php?d=26&amp;rid=2694" target="_blank">Aarvark</a></li>
<li><a href="http://moodle.org/mod/data/view.php?d=26&amp;rid=2386" target="_blank">SHS Blue</a></li>
<li><a href="http://moodle.org/mod/data/view.php?d=26&amp;rid=1531" target="_blank">Newbury college</a></li>
<li><a href="http://moodle.org/mod/data/view.php?d=26&amp;rid=1328" target="_blank">Solent</a></li>
</ul>
<p>Sin embargo, son pocos, y sería genial poder añadir un menú desplegable a cualquier tema de Moodle, ya que hay varios temas bastante atractivos y si le podemos añadir el menú quedará de lo lindo. Vamos al hecho.<br />
<span id="more-3600"></span></p>
<h4>PASO 1: EL CÓDIGO DEL MENÚ DESPLEGABLE</h4>
<p>En realidad esté código no es para Moodle, se puede insertar en cualquier página html o php. Y tampoco lo escribí yo, lo encontré googleando cuando estaba desesperado buscando como añadir menús desplegables personalizados en vez de atarme a los temas que diseñaron otros. Así que mi aporte es como adaptar este menú a cualquier plantilla de Moodle y, mejor aún, explicarlo en español, que no he encontrado nada al respecto en nuestra lengua.</p>
<p>Vamos al código:</p>
<p><a href="http://alvarofelipe.com/wp-content/uploads/2010/02/desplegable.zip">Descárgalo desde aquí</a></p>
<p>Cuando descomprimas el zip encontrarás una carpeta llamada <strong>desplegable</strong> y en su interior lo siguiente:</p>
<ul>
<li>El archivo <strong>desplegable.html</strong> (el código del menú)</li>
<li>El archivo <strong>desplegable.css</strong> (el código que ordena el html anterior para que tenga el aspecto de menú).</li>
<li>La carpeta <strong>chromejs</strong> dentro de la cual se encuentra el archivo <strong>chrome.js</strong> (el código que hace que el menú se despliegue).</li>
</ul>
<h4>PASO 2: EDITAR EL ARCHIVO <em>desplegable.html</em></h4>
<p>Abre el archivo desplegable.html con un editor de textos y borra la siguiente línea:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">link</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;stylesheet&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;desplegable.css&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></td></tr></table></div>

<h4>PASO 3: AÑADIR LOS ESTILOS DEL MENÚ A LOS ESTILOS DEL TEMA DE MOODLE</h4>
<p>Localiza el archivo que contenga los diseños de tu tema de moodle. Debe llamarse <strong>styles.css</strong> (es lo general aunque no siempre es así). Abre ese archivo con un editor de textos y copia al final todo el contenido del archivo <strong>desplegable.css</strong></p>
<p>Por si las dudas, el código es el siguiente:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">.chromestyle<span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1000px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">0.9em</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.chromestyle</span><span style="color: #3333ff;">:after</span><span style="color: #00AA00;">&#123;</span> <span style="color: #808080; font-style: italic;">/*Add margin between menu and rest of content in Firefox*/</span>
<span style="color: #808080; font-style: italic;">/*content: &quot;.&quot;;*/</span>
<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">clear</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">both</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">visibility</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.chromestyle</span> ul<span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#bbb</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;"><span style="color: #cc66cc;">100</span>%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#eee</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">4px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/*set value to &quot;left&quot;, &quot;center&quot;, or &quot;right&quot;*/</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.chromestyle</span> ul li<span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">inline</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.chromestyle</span> ul li a<span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#BF3B44</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">4px</span> <span style="color: #933;">7px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border-right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#DADADA</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.chromestyle</span> ul li a<span style="color: #3333ff;">:hover</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.chromestyle</span> ul li a<span style="color: #6666ff;">.selected</span><span style="color: #00AA00;">&#123;</span> <span style="color: #808080; font-style: italic;">/*script dynamically adds a class of &quot;selected&quot; to the current active menu item*/</span>
<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#6F2225</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/*THEME CHANGE HERE*/</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">/* ######### Style for Drop Down Menu ######### */</span>
&nbsp;
.dropmenudiv<span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#BBB</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/*THEME CHANGE HERE*/</span>
<span style="color: #000000; font-weight: bold;">border-bottom-width</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font</span><span style="color: #00AA00;">:</span><span style="color: #993333;">normal</span> <span style="color: #933;">12px</span> Verdana<span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span><span style="color: #933;">18px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">z-index</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">100</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">white</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">200px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">visibility</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.dropmenudiv</span> a<span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">text-indent</span><span style="color: #00AA00;">:</span> <span style="color: #933;">3px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border-bottom</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#BBB</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/*THEME CHANGE HERE*/</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">2px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">black</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #00AA00;">*</span> html <span style="color: #6666ff;">.dropmenudiv</span> a<span style="color: #00AA00;">&#123;</span> <span style="color: #808080; font-style: italic;">/*IE only hack*/</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;"><span style="color: #cc66cc;">100</span>%</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.dropmenudiv</span> a<span style="color: #3333ff;">:hover</span><span style="color: #00AA00;">&#123;</span> <span style="color: #808080; font-style: italic;">/*THEME CHANGE HERE*/</span>
<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#F0F0F0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>No olvides pegar el código anterior dentro (y al final) del archivo css de tu tema de Moodle.</p>
<h4>PASO 3: AÑADIRLO A UNA PLANTILLA CUALQUIERA DE MOODLE</h4>
<p>Ya tenemos la carpeta desplegable, lo que ahora debemos hacer es copiar todo su contenido dentro de la carpeta de nuestro tema de moodle. ¡Ojo!, no copies la carpeta desplegable sino su contenido.</p>
<p>Bien, ahora debemos hacer unas modificaciones en el archivo header.html (dentro de la carpeta de tu tema de moodle) y eso será todo.</p>
<p>Abre el archivo <strong>header.html</strong> con un editor de textos (si estas en windows te recomiendo notepad++, en linux, cualquier editor que traiga tu distribución será perfecto). Lo siguiente hazlo con mucho cuidado:</p>
<p>Primero debes añadir el siguiente código dentro de la sección <strong>head</strong> y justo después de la sección <strong>title</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script src<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;&lt;?php echo $CFG-&gt;themewww .'/'. current_theme() ?&gt;/chromejs/chrome.js&quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>Debe quedarte algo así, no exactamente igual al código que está a continuación, pues solo lo escribo para que veas más o menos donde deben introducir el código anterior. Pero recuerda que cada tema es distinto y no debes modificar en nada el código existente, solo debes añadir el código anterior:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">head</span>&gt;</span>
 <span style="color: #009900;">&lt;?php echo $meta ?&gt;</span>
 <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;keywords&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;moodle, &lt;?php echo $title ?&gt;</span></span> &quot; /&gt;
 <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">title</span>&gt;&lt;?php echo $title ?&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">title</span>&gt;</span>
 <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php echo $CFG-&gt;</span></span>themewww .'/'. current_theme() ?&gt;/chromejs/chrome.js&quot; /&gt;
 <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span>
 <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">link</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;shortcut icon&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php echo $CFG-&gt;</span></span>themewww .'/'. current_theme() ?&gt;/favicon.ico&quot; /&gt;
 <span style="color: #009900;">&lt;?php include<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;$CFG-&gt;</span></span>javascript&quot;); ?&gt;
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">head</span>&gt;</span></pre></td></tr></table></div>

<p>El código anterior permite que se solicite las órdenes el archivo <strong>chrome.js</strong> que era, si te acuerdas, el que generaba el efecto desplegable en el menu. Ahora debemos invocar el archivo desplegable.html que es el que contiene el menú en sí. Para eso ubica la sección <strong>page</strong>, el código debe ser así:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;page&quot;</span>&gt;</span></pre></td></tr></table></div>

<p>Una vez ubicado dicha sección pega el siguiente código inmediatamente antes de él:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
 <span style="color: #009900;">&lt;?php</span>
<span style="color: #009900;"><span style="color: #66cc66;">&#123;</span></span>
<span style="color: #009900;"> include<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'desplegable.html'</span><span style="color: #66cc66;">&#41;</span>;</span>
<span style="color: #009900;"><span style="color: #66cc66;">&#125;</span></span>
<span style="color: #009900;">?&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></td></tr></table></div>

<pre></pre>
<p>Si lo has hecho bien, activa el tema en tu Moodle y ¡bingo! ya tienes tu menú desplegable.</p>
<h4>SOLO VEO EL MENÚ DESPLEGABLE EN LA PORTADA</h4>
<p>Lo más probable es que solo puedas ver el menú desplegable en la portada, más no en las demás páginas de tu Moodle. Eso sucede porque casi siempre, el código en el header.html distingue la portada del resto de paǵinas. Si te sucede eso, busca una segunda sección page y copia el código tal como lo hiciste en el paso anterior. Ya podrás ver el menú desplegable.</p>
<h4>CONCLUSIONES</h4>
<p>Pueden parecer muchos pasos y muy complejos, pero he intentado ser lo más detallado posible en la explicación. Solo te queda editar manualmente el menú para que aparezcan los elementos que deseas.</p>
<p>Cualquier duda es bienvenida en los comentarios.</p>

	Etiquetas: <a href="http://alvarofelipe.com/tag/css/" title="CSS" rel="tag">CSS</a>, <a href="http://alvarofelipe.com/tag/diseno-web/" title="Diseño web" rel="tag">Diseño web</a>, <a href="http://alvarofelipe.com/tag/e-learning/" title="E-Learning" rel="tag">E-Learning</a>, <a href="http://alvarofelipe.com/tag/html/" title="HTML" rel="tag">HTML</a>, <a href="http://alvarofelipe.com/tag/menu-desplegable/" title="Menú desplegable" rel="tag">Menú desplegable</a>, <a href="http://alvarofelipe.com/tag/moodle/" title="Moodle" rel="tag">Moodle</a>, <a href="http://alvarofelipe.com/tag/tic/" title="Tic" rel="tag">Tic</a><br />

	<br /><br /><h5>Si este artículo te gustó también puedes leer:</h5>
	<ul class="st-related-posts">
	<li><a href="http://alvarofelipe.com/2009/02/20/manual-de-moodle-capitulo-9-cambiar-la-apariencia-de-moodle-con-los-temas/" title="Manual de Moodle, capítulo 9: Cambiar la apariencia de Moodle con los temas (20 Febrero 2009)">Manual de Moodle, capítulo 9: Cambiar la apariencia de Moodle con los temas</a> (2 comentarios)</li>
	<li><a href="http://alvarofelipe.com/2009/01/15/manual-de-moodle-capitulo-8-conociendo-el-bloque-administracion-del-sitio/" title="Manual de Moodle, capítulo 8: Conociendo el bloque &quot;Administración del sitio&quot; (15 Enero 2009)">Manual de Moodle, capítulo 8: Conociendo el bloque &quot;Administración del sitio&quot;</a> (11 comentarios)</li>
	<li><a href="http://alvarofelipe.com/2008/09/12/capitulo-7-moodle-en-espanol/" title="Manual de Moodle, capítulo 7: Moodle en español (12 Septiembre 2008)">Manual de Moodle, capítulo 7: Moodle en español</a> (0 comentarios)</li>
	<li><a href="http://alvarofelipe.com/2008/07/04/capitulo-6-estructura-de-carpetas-en-moodle/" title="Manual de Moodle, capítulo 6: Estructura de carpetas en Moodle (4 Julio 2008)">Manual de Moodle, capítulo 6: Estructura de carpetas en Moodle</a> (0 comentarios)</li>
	<li><a href="http://alvarofelipe.com/2008/07/02/capitulo-5-instalacion-de-moodle/" title="Manual de Moodle, capítulo 5: Instalación de Moodle (2 Julio 2008)">Manual de Moodle, capítulo 5: Instalación de Moodle</a> (0 comentarios)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://alvarofelipe.com/2010/02/19/menu-desplegable-en-moodle-tutorial/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Nuevo tema en WordPress.com: iNove</title>
		<link>http://alvarofelipe.com/2009/08/23/nuevo-tema-en-wordpress-com-inove/</link>
		<comments>http://alvarofelipe.com/2009/08/23/nuevo-tema-en-wordpress-com-inove/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 13:25:02 +0000</pubDate>
		<dc:creator>Álvaro Felipe</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Blog gratis]]></category>
		<category><![CDATA[Curso de WordPress.com]]></category>
		<category><![CDATA[Diseño]]></category>
		<category><![CDATA[Menú desplegable]]></category>
		<category><![CDATA[Tips de WordPress.com]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alvarofelipe.com/?p=3396</guid>
		<description><![CDATA[

Demostrando nuevamente que son quienes marcan la hora en el bloggin gratuito a nivel mundial, la gente de WordPress.com ha añadido un nuevo tema a los más de setenta diseños entre los que pueden escoger quienes arman sus blogs gratuitos con ellos. Y este tema sí que se las trae pues es uno de los [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">
<div id="attachment_3397" class="wp-caption aligncenter" style="width: 710px"><a href="http://alvarofelipe.com/wp-content/uploads/2009/08/inove1.png"><img class="size-full wp-image-3397" title="inove1" src="http://alvarofelipe.com/wp-content/uploads/2009/08/inove1.png" alt="i Nove, nuevo tema para WordPress.com que soporta menús desplegables" width="700" height="440" /></a><p class="wp-caption-text">i Nove, nuevo tema para WordPress.com que soporta menús desplegables</p></div>
<p style="text-align: justify;"><span id="more-3396"></span></p>
<p style="text-align: justify;">Demostrando nuevamente que son quienes marcan la hora en el bloggin gratuito a nivel mundial, la gente de <a href="http://es.wordpress.com" target="_blank">WordPress.com</a> ha añadido un nuevo tema a los más de setenta diseños entre los que pueden escoger quienes arman sus blogs gratuitos con ellos. Y este tema sí que se las trae pues es uno de los más famosos entre los blogs de hospedaje pagado. Diseño elegante, comentarios anidados, colore sobrios e iconos atractivos. Pero de lo mejor es que <a href="http://en.blog.wordpress.com/2009/08/13/new-theme-inove/" target="_blank">ES EL PRIMER TEMA DE WORDPRESS.COM QUE TIENE MENÚS DESPLEGABLES</a>. ¿A que no me creen? De veras, de veritas, con este diseño tu blog gratuito puede lucir como uno profesional; solamente crea las páginas, añade subpáginas y listo. La plantilla se encarga de ordenarlos.</p>
<p style="text-align: justify;">He aplicado el diseño <a href="http://alvarofelipe.wordpress.com" target="_blank">en mi blog de WordPress.com</a> para que vean como quedaría en el suyo.</p>

	Etiquetas: <a href="http://alvarofelipe.com/tag/blog-gratis/" title="Blog gratis" rel="tag">Blog gratis</a>, <a href="http://alvarofelipe.com/tag/curso-de-wordpress-com/" title="Curso de WordPress.com" rel="tag">Curso de WordPress.com</a>, <a href="http://alvarofelipe.com/tag/diseno/" title="Diseño" rel="tag">Diseño</a>, <a href="http://alvarofelipe.com/tag/menu-desplegable/" title="Menú desplegable" rel="tag">Menú desplegable</a>, <a href="http://alvarofelipe.com/tag/tips-de-wordpress-com/" title="Tips de WordPress.com" rel="tag">Tips de WordPress.com</a>, <a href="http://alvarofelipe.com/tag/web-20/" title="Web 2.0" rel="tag">Web 2.0</a>, <a href="http://alvarofelipe.com/tag/wordpress/" title="wordpress" rel="tag">wordpress</a><br />

	<br /><br /><h5>Si este artículo te gustó también puedes leer:</h5>
	<ul class="st-related-posts">
	<li><a href="http://alvarofelipe.com/2009/04/12/curso-de-wordpresscom-4-widgets/" title="Curso de WordPress.com: 4 &#8211; Widgets (12 Abril 2009)">Curso de WordPress.com: 4 &#8211; Widgets</a> (2 comentarios)</li>
	<li><a href="http://alvarofelipe.com/2008/10/18/%c2%bfwordpress-o-blogger/" title="¿Wordpress o Blogger? (18 Octubre 2008)">¿Wordpress o Blogger?</a> (3 comentarios)</li>
	<li><a href="http://alvarofelipe.com/2009/04/08/wordpresscom-anade-widget-para-twitter/" title="Wordpress.com añade widget para twitter (8 Abril 2009)">Wordpress.com añade widget para twitter</a> (4 comentarios)</li>
	<li><a href="http://alvarofelipe.com/2009/04/13/curso-de-wordpresscom-41-widgets-delicious/" title="Curso de WordPress.com: 4.1 &#8211; Widgets (Del.icio.us) (13 Abril 2009)">Curso de WordPress.com: 4.1 &#8211; Widgets (Del.icio.us)</a> (4 comentarios)</li>
	<li><a href="http://alvarofelipe.com/2009/04/10/curso-de-wordpresscom-3-cambia-el-diseno/" title="Curso de WordPress.com: 3 &#8211; Cambia el diseño (10 Abril 2009)">Curso de WordPress.com: 3 &#8211; Cambia el diseño</a> (5 comentarios)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://alvarofelipe.com/2009/08/23/nuevo-tema-en-wordpress-com-inove/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
