<?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>Sebastián Thüer Blog &#187; formularios</title>
	<atom:link href="http://www.thuer.com.ar/tag/formularios/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thuer.com.ar</link>
	<description>Tecnología, diseño web y tendencias en Internet</description>
	<lastBuildDate>Wed, 08 Sep 2010 19:15:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel='hub' href='http://www.thuer.com.ar/?pushpress=hub'/>
		<item>
		<title>Solución sencilla para un formulario de selección múltiple usable</title>
		<link>http://www.thuer.com.ar/blog/2009/formulario-seleccion-multiple</link>
		<comments>http://www.thuer.com.ar/blog/2009/formulario-seleccion-multiple#comments</comments>
		<pubDate>Wed, 09 Dec 2009 21:35:36 +0000</pubDate>
		<dc:creator>Sebastián Thüer</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Diseño Web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[formularios]]></category>

		<guid isPermaLink="false">http://www.thuer.com.ar/?p=1911</guid>
		<description><![CDATA[La selección múltiple de elementos suele ser un dolor de cabeza la hora de trabajar con formularios. Por defecto el HTML nos da tres elementos para diseñar la interacción del usuario con opciones cerradas: La casilla de verificación o check box, que se utiliza cuando el usuario puede escoger más de una opción de un [...]

<div class="yarpp"><h3>Posts relacionados:</h3><ol><li><a href='http://www.thuer.com.ar/diseno-web/2009/tutorial-de-photoshop-a-html' rel='bookmark' title='Permanent Link: Tutorial para pasar un diseño de Photoshop a HTML'>Tutorial para pasar un diseño de Photoshop a HTML</a></li>
<li><a href='http://www.thuer.com.ar/blog/2010/modelos-de-comportamiento-para-el-diseno-interactivo' rel='bookmark' title='Permanent Link: Modelos de comportamiento para el diseño interactivo'>Modelos de comportamiento para el diseño interactivo</a></li>
<li><a href='http://www.thuer.com.ar/blog/2007/solucion-problema-copiar-pegar-photoshop' rel='bookmark' title='Permanent Link: Solución para problemas con copiar y pegar en Photoshop CS3'>Solución para problemas con copiar y pegar en Photoshop CS3</a></li>
<li><a href='http://www.thuer.com.ar/blog/2009/fotos-video-publicidad-google' rel='bookmark' title='Permanent Link: Fotos, videos y más: Google enrique su formato publicitario'>Fotos, videos y más: Google enrique su formato publicitario</a></li>
<li><a href='http://www.thuer.com.ar/blog/2009/buenas-practicas-mas-velocidad-sitios-web' rel='bookmark' title='Permanent Link: Buenas prácticas para mejorar la velocidad de tus sitios web'>Buenas prácticas para mejorar la velocidad de tus sitios web</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p>La selección múltiple de elementos suele ser un dolor de cabeza la hora de trabajar con formularios. Por defecto el HTML nos da tres elementos para diseñar la interacción del usuario con opciones cerradas:</p>
<p>La <strong>casilla de verificación</strong> o <em>check box</em>, que se utiliza cuando el usuario puede escoger más de una opción de un grupo de elementos.</p>
<div id="attachment_1914" class="wp-caption aligncenter" style="width: 290px"><a href="http://www.thuer.com.ar/wp-content/uploads/2009/12/seleccion-2.png" rel="lightbox[1911]"><img class="size-full wp-image-1914" title="seleccion-2" src="http://www.thuer.com.ar/wp-content/uploads/2009/12/seleccion-2.png" alt="Check box, para seleccionar uno o más elementos" width="280" height="50" /></a><p class="wp-caption-text">Check box, para seleccionar uno o más elementos</p></div>
<p>Los <em><strong>radio buttons</strong></em> para escoger entre una sola opción de un grupo de elementos.</p>
<div id="attachment_1913" class="wp-caption aligncenter" style="width: 290px"><a href="http://www.thuer.com.ar/wp-content/uploads/2009/12/seleccion-1.png" rel="lightbox[1911]"><img class="size-full wp-image-1913" title="seleccion-1" src="http://www.thuer.com.ar/wp-content/uploads/2009/12/seleccion-1.png" alt="Radio buttons, para seleccionar una sola opción" width="280" height="50" /></a><p class="wp-caption-text">Radio buttons, para seleccionar una sola opción</p></div>
<p>Las <strong>cajas de selección</strong> o <em>select box</em> que muestran por defecto una sola opción pero permiten escoger otras hacemos clic sobre ellas.</p>
<div id="attachment_1912" class="wp-caption aligncenter" style="width: 290px"><a href="http://www.thuer.com.ar/wp-content/uploads/2009/12/seleccion-3.png" rel="lightbox[1911]"><img class="size-full wp-image-1912" title="seleccion-3" src="http://www.thuer.com.ar/wp-content/uploads/2009/12/seleccion-3.png" alt="Cuadro de selección o select box" width="280" height="50" /></a><p class="wp-caption-text">Cuadro de selección o select box</p></div>
<p>Cuando tenemos muchas opciones para ofrecerle al usuario normalmente no queremos saturarlo y usamos el <em>select</em> para que vaya recorriendo el listado a su conveniencia. El problema es que si queremos ofrecerle la alternativa de elegir más de un ítem la forma de hacerlo es muy poco natural: el usuario deben presionar la opción y mantener presionada la tecla control.</p>
<p>Cuando hacemos uso de esta opción normalmente colocamos la referencia debajo ya que se trata de una opción mayormente desconocida. Para facilitarle un poco el proceso normalmente hacemos que el cuadro de selección se expanda hasta que muestre 2 o 3 opciones, con lo cual damos a entender que existe la alternativa de elegir más de un elemento.</p>
<div id="attachment_1917" class="wp-caption aligncenter" style="width: 380px"><a href="http://www.thuer.com.ar/wp-content/uploads/2009/12/seleccion-4.png" rel="lightbox[1911]"><img class="size-full wp-image-1917" title="seleccion-4" src="http://www.thuer.com.ar/wp-content/uploads/2009/12/seleccion-4.png" alt="Selección múltiple en un select box" width="370" height="380" /></a><p class="wp-caption-text">Selección múltiple en un select box</p></div>
<p>Una solución sencilla que ofrece una mejor experiencia de usuario es emplear casillas de verificación con una barra de desplazamiento como el siguiente ejemplo.</p>
<div id="attachment_1918" class="wp-caption aligncenter" style="width: 638px"><a href="http://www.thuer.com.ar/wp-content/uploads/2009/12/seleccion-5.png" rel="lightbox[1911]"><img class="size-medium wp-image-1918" title="seleccion-5" src="http://www.thuer.com.ar/wp-content/uploads/2009/12/seleccion-5-628x233.png" alt="Selección múltiple con check box" width="628" height="233" /></a><p class="wp-caption-text">Selección múltiple con check box</p></div>
<p>Solamente hay que agregar un poco de CSS:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">div<span style="color: #6666ff;">.multiple</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#eee</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#eee</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: #cc66cc;">0</span> <span style="color: #933;">1.5em</span> <span style="color: #933;">25px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Y el HTML quedaría algo así</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">form</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;form1&quot;</span> <span style="color: #000066;">method</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;post&quot;</span>&gt;</span>
&nbsp;
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">strong</span>&gt;</span>1. ¿Cuáles de estos periódicos lees?<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">strong</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;multiple&quot;</span>&gt;</span>
                <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">label</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">strong</span>&gt;</span>Nacionales<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">strong</span>&gt;</span>
                <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;items[]&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;checkbox&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
                Ámbito Financiero<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">label</span>&gt;</span>
                <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">br</span> <span style="color: #66cc66;">/</span>&gt;</span>
                <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">label</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;items[]&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;checkbox&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
                Clarín<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">label</span>&gt;</span>
                <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">br</span> <span style="color: #66cc66;">/</span>&gt;</span>
                <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">label</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;items[]&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;checkbox&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
                Crítica<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">label</span>&gt;</span>
                <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">br</span> <span style="color: #66cc66;">/</span>&gt;</span>
                <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">label</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;items[]&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;checkbox&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
                Crónica<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">label</span>&gt;</span>
                <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">br</span> <span style="color: #66cc66;">/</span>&gt;</span>
                ...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">form</span>&gt;</span></pre></div></div>

<p>Existen otras soluciones más sofisticadas como usar <a href="http://code.google.com/p/webforms2/" target="_blank">Web Forms 2.0</a> o algún framework de JavaScript como <a href="http://jquery.com" target="_blank">jQuery</a>, pero esta solución está bien para algo simple y sin agregar demasiado código.</p>
<ul>
<li><a href="http://www.thuer.com.ar/wp-content/uploads/2009/12/seleccion-multiple.zip">Descargar el archivo de ejemplo</a></li>
</ul>



Compartir:


	<a rel="nofollow" id="twitter" target="_blank" href="javascript:window.location='http%3A%2F%2Ftwitter.com%2Fhome%3Fstatus%3DSoluci%25C3%25B3n%2520sencilla%2520para%2520un%2520formulario%2520de%2520selecci%25C3%25B3n%2520m%25C3%25BAltiple%2520usable%2520-%2520http%253A%252F%252Fwww.thuer.com.ar%252Fblog%252F2009%252Fformulario-seleccion-multiple';" title="Twitter" onclick="pageTracker._trackEvent('Share','Twitter','http%3A%2F%2Fwww.thuer.com.ar%2Fblog%2F2009%2Fformulario-seleccion-multiple');"><img src="http://img1.thuer.com.ar/sociable/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow" id="facebook" target="_blank" href="javascript:window.location='http%3A%2F%2Fwww.facebook.com%2Fshare.php%3Fu%3Dhttp%253A%252F%252Fwww.thuer.com.ar%252Fblog%252F2009%252Fformulario-seleccion-multiple%26amp%3Bt%3DSoluci%25C3%25B3n%2520sencilla%2520para%2520un%2520formulario%2520de%2520selecci%25C3%25B3n%2520m%25C3%25BAltiple%2520usable';" title="Facebook" onclick="pageTracker._trackEvent('Share','Facebook','http%3A%2F%2Fwww.thuer.com.ar%2Fblog%2F2009%2Fformulario-seleccion-multiple');"><img src="http://img1.thuer.com.ar/sociable/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow" id="linkedin" target="_blank" href="javascript:window.location='http%3A%2F%2Fwww.linkedin.com%2FshareArticle%3Fmini%3Dtrue%26amp%3Burl%3Dhttp%253A%252F%252Fwww.thuer.com.ar%252Fblog%252F2009%252Fformulario-seleccion-multiple%26amp%3Btitle%3DSoluci%25C3%25B3n%2520sencilla%2520para%2520un%2520formulario%2520de%2520selecci%25C3%25B3n%2520m%25C3%25BAltiple%2520usable%26amp%3Bsource%3DSebasti%25C3%25A1n%2BTh%25C3%25BCer%2BBlog%2BTecnolog%25C3%25ADa%252C%2Bdise%25C3%25B1o%2Bweb%2By%2Btendencias%2Ben%2BInternet%26amp%3Bsummary%3DLa%2520selecci%25C3%25B3n%2520m%25C3%25BAltiple%2520de%2520elementos%2520suele%2520ser%2520un%2520dolor%2520de%2520cabeza%2520la%2520hora%2520de%2520trabajar%2520con%2520formularios.%2520Por%2520defecto%2520el%2520HTML%2520nos%2520da%2520tres%2520elementos%2520para%2520dise%25C3%25B1ar%2520la%2520interacci%25C3%25B3n%2520del%2520usuario%2520con%2520opciones%2520cerradas%253A%250D%250A%250D%250ALa%2520casilla%2520de%2520verificaci%25C3%25B3n%2520o%2520check%2520b';" title="LinkedIn" onclick="pageTracker._trackEvent('Share','LinkedIn','http%3A%2F%2Fwww.thuer.com.ar%2Fblog%2F2009%2Fformulario-seleccion-multiple');"><img src="http://img1.thuer.com.ar/sociable/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow" id="del.icio.us" target="_blank" href="javascript:window.location='http%3A%2F%2Fdelicious.com%2Fpost%3Furl%3Dhttp%253A%252F%252Fwww.thuer.com.ar%252Fblog%252F2009%252Fformulario-seleccion-multiple%26amp%3Btitle%3DSoluci%25C3%25B3n%2520sencilla%2520para%2520un%2520formulario%2520de%2520selecci%25C3%25B3n%2520m%25C3%25BAltiple%2520usable%26amp%3Bnotes%3DLa%2520selecci%25C3%25B3n%2520m%25C3%25BAltiple%2520de%2520elementos%2520suele%2520ser%2520un%2520dolor%2520de%2520cabeza%2520la%2520hora%2520de%2520trabajar%2520con%2520formularios.%2520Por%2520defecto%2520el%2520HTML%2520nos%2520da%2520tres%2520elementos%2520para%2520dise%25C3%25B1ar%2520la%2520interacci%25C3%25B3n%2520del%2520usuario%2520con%2520opciones%2520cerradas%253A%250D%250A%250D%250ALa%2520casilla%2520de%2520verificaci%25C3%25B3n%2520o%2520check%2520b';" title="del.icio.us" onclick="pageTracker._trackEvent('Share','del.icio.us','http%3A%2F%2Fwww.thuer.com.ar%2Fblog%2F2009%2Fformulario-seleccion-multiple');"><img src="http://img1.thuer.com.ar/sociable/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow" id="stumbleupon" target="_blank" href="javascript:window.location='http%3A%2F%2Fwww.stumbleupon.com%2Fsubmit%3Furl%3Dhttp%253A%252F%252Fwww.thuer.com.ar%252Fblog%252F2009%252Fformulario-seleccion-multiple%26amp%3Btitle%3DSoluci%25C3%25B3n%2520sencilla%2520para%2520un%2520formulario%2520de%2520selecci%25C3%25B3n%2520m%25C3%25BAltiple%2520usable';" title="StumbleUpon" onclick="pageTracker._trackEvent('Share','StumbleUpon','http%3A%2F%2Fwww.thuer.com.ar%2Fblog%2F2009%2Fformulario-seleccion-multiple');"><img src="http://img1.thuer.com.ar/sociable/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow" id="google buzz" target="_blank" href="javascript:window.location='http%3A%2F%2Fwww.google.com%2Freader%2Flink%3Furl%3Dhttp%253A%252F%252Fwww.thuer.com.ar%252Fblog%252F2009%252Fformulario-seleccion-multiple%26title%3DSoluci%25C3%25B3n%2520sencilla%2520para%2520un%2520formulario%2520de%2520selecci%25C3%25B3n%2520m%25C3%25BAltiple%2520usable%26snippet%3DLa%2520selecci%25C3%25B3n%2520m%25C3%25BAltiple%2520de%2520elementos%2520suele%2520ser%2520un%2520dolor%2520de%2520cabeza%2520la%2520hora%2520de%2520trabajar%2520con%2520formularios.%2520Por%2520defecto%2520el%2520HTML%2520nos%2520da%2520tres%2520elementos%2520para%2520dise%25C3%25B1ar%2520la%2520interacci%25C3%25B3n%2520del%2520usuario%2520con%2520opciones%2520cerradas%253A%250D%250A%250D%250ALa%2520casilla%2520de%2520verificaci%25C3%25B3n%2520o%2520check%2520b...%26srcURL%3Dhttp%253A%252F%252Fwww.thuer.com.ar%252Fblog%252F2009%252Fformulario-seleccion-multiple%26srcTitle%3DSebasti%25C3%25A1n%2BTh%25C3%25BCer%2BBlog%2BTecnolog%25C3%25ADa%252C%2Bdise%25C3%25B1o%2Bweb%2By%2Btendencias%2Ben%2BInternet';" title="Google Buzz" onclick="pageTracker._trackEvent('Share','Google Buzz','http%3A%2F%2Fwww.thuer.com.ar%2Fblog%2F2009%2Fformulario-seleccion-multiple');"><img src="http://img1.thuer.com.ar/sociable/google-buzz.png" title="Google Buzz" alt="Google Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow" id="bitacoras.com" target="_blank" href="javascript:window.location='http%3A%2F%2Fbitacoras.com%2Fanotaciones%2Fhttp%253A%252F%252Fwww.thuer.com.ar%252Fblog%252F2009%252Fformulario-seleccion-multiple';" title="Bitacoras.com" onclick="pageTracker._trackEvent('Share','Bitacoras.com','http%3A%2F%2Fwww.thuer.com.ar%2Fblog%2F2009%2Fformulario-seleccion-multiple');"><img src="http://img1.thuer.com.ar/sociable/bitacoras.png" title="Bitacoras.com" alt="Bitacoras.com" class="sociable-hovers" /></a>


<br/><br/><img src="http://www.thuer.com.ar/?ak_action=api_record_view&id=1911&type=feed" alt="" />

<div class="yarpp"><h3>Posts relacionados:</h3><ol><li><a href='http://www.thuer.com.ar/diseno-web/2009/tutorial-de-photoshop-a-html' rel='bookmark' title='Permanent Link: Tutorial para pasar un diseño de Photoshop a HTML'>Tutorial para pasar un diseño de Photoshop a HTML</a></li>
<li><a href='http://www.thuer.com.ar/blog/2010/modelos-de-comportamiento-para-el-diseno-interactivo' rel='bookmark' title='Permanent Link: Modelos de comportamiento para el diseño interactivo'>Modelos de comportamiento para el diseño interactivo</a></li>
<li><a href='http://www.thuer.com.ar/blog/2007/solucion-problema-copiar-pegar-photoshop' rel='bookmark' title='Permanent Link: Solución para problemas con copiar y pegar en Photoshop CS3'>Solución para problemas con copiar y pegar en Photoshop CS3</a></li>
<li><a href='http://www.thuer.com.ar/blog/2009/fotos-video-publicidad-google' rel='bookmark' title='Permanent Link: Fotos, videos y más: Google enrique su formato publicitario'>Fotos, videos y más: Google enrique su formato publicitario</a></li>
<li><a href='http://www.thuer.com.ar/blog/2009/buenas-practicas-mas-velocidad-sitios-web' rel='bookmark' title='Permanent Link: Buenas prácticas para mejorar la velocidad de tus sitios web'>Buenas prácticas para mejorar la velocidad de tus sitios web</a></li>
</ol></div><hr />
<p><small>(CC) <a href="http://www.thuer.com.ar">Sebastián Thüer</a>, 2009 |
<a href="http://www.thuer.com.ar/blog/2009/formulario-seleccion-multiple">Enlace</a> |
<a href="http://www.thuer.com.ar/blog/2009/formulario-seleccion-multiple#comments">2 opiniones</a> |
<a href="http://del.icio.us/post?url=http://www.thuer.com.ar/blog/2009/formulario-seleccion-multiple&title=Solución sencilla para un formulario de selección múltiple usable">Enviar a Delicious</a>
 | <a href="http://twitter.com/home?status=%posttitle%">Enviar a Twitter</a> | 
<br/>
Post tags: <a href="http://www.thuer.com.ar/tag/css" rel="tag">css</a>, <a href="http://www.thuer.com.ar/tag/diseno-web" rel="tag">Diseño Web</a>, <a href="http://www.thuer.com.ar/tag/formularios" rel="tag">formularios</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.thuer.com.ar/blog/2009/formulario-seleccion-multiple/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
