<?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>ZoneArtCSS &#124; Desarrollo Web, Diseño de páginas Web, Aplicaciones Móviles, Notas de Tecnología &#187; fix</title>
	<atom:link href="http://www.zoneartcss.com/tag/fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zoneartcss.com</link>
	<description>Tips de Diseño y Desarrollo Web</description>
	<lastBuildDate>Wed, 26 Oct 2011 18:31:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Propiedad CSS Outline</title>
		<link>http://www.zoneartcss.com/webdesign/css/propiedad-css-outline/</link>
		<comments>http://www.zoneartcss.com/webdesign/css/propiedad-css-outline/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 18:18:16 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[borde]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[outline]]></category>
		<category><![CDATA[reset css]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=338</guid>
		<description><![CDATA[Bueno siempre me han preguntado &#8220;De donde rayos sale ese borde&#8221;? si tengo en mis estilos en el reset css *{border:0;}&#8221; (chiste)&#8230; pues si a muchos les ha pasado que cuando andamos en FF, a los enlaces cuando tienen el foco (al darles click) aparece un molesto borde punteado al rededor&#8230; Esto es para resaltar el elemento que tiene el foco con el resto, pero bueno, este &#8220;borde&#8221; o &#8220;contorno&#8221; &#8220;fastidioso&#8221; (para muchos) que tienen [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://www.zoneartcss.com/ejemplos/css/outline+css/outline_css.jpg" alt="de donde salen esos bordes a mis enlaces? pues outline css jaja" width="500" height="130" /></p>
<p>Bueno siempre me han preguntado &#8220;De donde rayos sale ese borde&#8221;? si tengo en mis estilos en el <strong>reset css</strong> *{border:0;}&#8221; (chiste)&#8230; pues si a muchos les ha pasado que cuando andamos en FF, a los enlaces cuando tienen el foco (al darles click) aparece un molesto borde punteado al rededor&#8230;<br />
<span id="more-338"></span><br />
Esto es para resaltar el elemento que tiene el foco con el resto, pero bueno, este &#8220;borde&#8221; o &#8220;contorno&#8221; &#8220;fastidioso&#8221; (para muchos) que tienen los enalaces lo podemos arreglar de esta manera.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">a<span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">outline</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Sencillo no?&#8230; y bueno acontinuacion les dejo las variantes que podemos hacer con esta propiedad.<br />
<a href="http://www.zoneartcss.com/ejemplos/css/outline+css/que_es_outline.html">Ver demo en linea</a></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdesign/css/propiedad-css-outline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seguridad Php by YorchX</title>
		<link>http://www.zoneartcss.com/tips/seguridad-php-by-yorchx/</link>
		<comments>http://www.zoneartcss.com/tips/seguridad-php-by-yorchx/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 18:15:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Seguridad Web]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[base de datos]]></category>
		<category><![CDATA[data base]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[inyeccion]]></category>
		<category><![CDATA[inyecion mysql]]></category>
		<category><![CDATA[inyection]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[protect]]></category>
		<category><![CDATA[protegiendo nuestro codigo]]></category>
		<category><![CDATA[safe]]></category>
		<category><![CDATA[seguridad]]></category>
		<category><![CDATA[sistem]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/seguridad-web/seguridad-php-by-yorchx/</guid>
		<description><![CDATA[Muchos sistemas utilizan un codigo muy parecido a este para comprobar el usuario y la contraseña del usuario y de su contraseña, por ejemplo para controlar el acceso a un área de administración: 1 $check = mysql_query(&#34;SELECT Username, Password, UserLevel FROM Users WHERE Username = '&#34;.$_POST['username'].&#34;' and Password = '&#34;.$_POST['password'].&#34;'&#34;); Parece que no podría hacer mucho daño. Pero digamos por un momento que introduzco el siguiente ”usuario ” en el formulario: &#8216;O 1=1 # La [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://www.zoneartcss.com/wp-content/safe_php.jpg" alt="Seguridad en php by yorch" width="500" height="130" /></p>
<p>Muchos <strong>sistemas</strong> utilizan un <strong>codigo</strong> muy parecido a este para comprobar el <strong>usuario</strong> y la <strong>contraseña</strong>  del usuario y de su contraseña, por ejemplo para controlar el acceso a un área de <strong>administración</strong>:<br />
<span id="more-207"></span></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;">    $check = mysql_query(&quot;SELECT Username, Password, UserLevel FROM Users WHERE Username = '&quot;.$_POST['username'].&quot;' and Password = '&quot;.$_POST['password'].&quot;'&quot;);</pre></td></tr></table></div>

<p>Parece que no podría hacer mucho daño. Pero digamos por un momento que introduzco el siguiente ”usuario ” en el formulario:</p>
<p>    &#8216;O 1=1 # </p>
<p>La pregunta que va a ser ejecutada sería esta:</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;">    SELECT Username, Password FROM Users WHERE Username = '' OR 1=1 #' and Password = ''</pre></td></tr></table></div>

<p>La almohadilla (#) le dice aMySQL que todo que le sigue es un comentario y que no debe de hacerle caso. Ejecutará <strong><a href="http://www.miempresaenlinea.com/paginas-web/herramientas-y-aplicaciones-para-crear-paginas-de-internet.aspx">SQL</a></strong> hasta ese punto. Despues 1 es igual a 1, SQL devolverá todos los usuarios y contraseñas de la <strong>base de datos</strong>. Y como la primera combinación del usuario y de contraseña en la mayoría de las bases de datos es la de el ADMINISTRADOR, la persona que incorporó simplemente algunos símbolos en un formulario ahora entra como administrador de la Web , con los mismos <strong>privilegios</strong> que tendría si supiera realmente el usuario y la contraseña.</p>
<p>Con una poca de <strong>creatividad</strong>, este agujero de seguridad se puede explotar aun más lejos, permitiendo que un usuario cree su propia cuenta , lea números de las <strong>TARJETAS DE CRÉDITO</strong> o simplemente <strong>VACIE LA BASE DE DATOS</strong>.</p>
<p>Afortunadamente, este tipo de <strong>vulnerabilidad</strong> es bastante fácil de solucionar. Comprobando si hay algun caracter raro cuando el usuario introduce los datos, y quitándolos o neutralizandos, podemos evitar que cualquier persona utilize su propio código del SQL en nuestra base de datos. La función que sigue sería la adecuada:</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="php" style="font-family:monospace;">    <span style="color: #000000; font-weight: bold;">function</span> make_safe<span style="color: #009900;">&#40;</span><span style="color: #000088;">$variable</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
       <span style="color: #000088;">$variable</span> <span style="color: #339933;">=</span> <span style="color: #990000;">addslashes</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">trim</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$variable</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
       <span style="color: #b1b100;">return</span> <span style="color: #000088;">$variable</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>Ahora debemos modificar nuestra consulta. En vez de usar variables _POST como en la consulta de arriba, ahora utilizamos todos los datos del usuario con la función make_safe, dando por resultado el código siguiente:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">    <span style="color: #000088;">$username</span> <span style="color: #339933;">=</span> make_safe<span style="color: #009900;">&#40;</span><span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'username'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #000088;">$password</span> <span style="color: #339933;">=</span> make_safe<span style="color: #009900;">&#40;</span><span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'password'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #000088;">$check</span> <span style="color: #339933;">=</span> <span style="color: #990000;">mysql_query</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;SELECT Username, Password, UserLevel FROM Users WHERE Username = '&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$username</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;' and Password = '&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$password</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;'&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>Ahora, si un usuario incorporó los datos anteriormente citados, la consulta será la siguiente, que es totalmente inofensiva. La consulta siguiente seleccionará de una base de datos los registros donde el usuario es igual a “\ &#8216;O o 1=1 #”.</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;">    SELECT Username, Password, UserLevel FROM Users WHERE Username = '\' OR 1=1 #' and Password = ''</pre></td></tr></table></div>

<p>Ahora, a menos que tengas un usuario con un nombre muy inusual y una contraseña en blanco, tu malévolo atacante no podrá hacer ningún daño en tu <strong>sitio Web</strong>. Es importante comprobar todos los datos pasados a tu base de datos. Las cabeceras de <strong>HTTP</strong> enviados por elusuario pueden ser falsificadas. Su dirección de remitente tambien puede ser falsificada</p>
<p>Granito de Arena de: <strong>YorchX</strong></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/tips/seguridad-php-by-yorchx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Div 100% alto definitivo</title>
		<link>http://www.zoneartcss.com/webdesign/css/div-100-alto-definitivo/</link>
		<comments>http://www.zoneartcss.com/webdesign/css/div-100-alto-definitivo/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 04:42:31 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[100%]]></category>
		<category><![CDATA[2 divs]]></category>
		<category><![CDATA[altura]]></category>
		<category><![CDATA[columnas]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[height]]></category>
		<category><![CDATA[igualar]]></category>
		<category><![CDATA[left]]></category>
		<category><![CDATA[margin]]></category>
		<category><![CDATA[misma altura]]></category>
		<category><![CDATA[padding]]></category>
		<category><![CDATA[problema]]></category>
		<category><![CDATA[relative]]></category>
		<category><![CDATA[solucion]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=211</guid>
		<description><![CDATA[Bua&#8230;. como lo dice el titulo&#8230; porfin una solucion, sino la correcta, supongo que la unica por el momento&#8230; (y si me equivoco manda la tuya haciendo click aqui), y siempre que necesitamos dar este efecto en nuestros diseños&#8230; acabamos haciendolo con javascript&#8230; o si tenemos un diseño fijo, estatico, pues optamos por el uso de una imagen de fondo&#8230; que no es lo mas conveniente en algunas ocaciones pero si nos ahorra horas y [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://www.zoneartcss.com/ejemplos/css/div_100_height/div_iguales.jpg" alt="igualar tamaños de divs al 100%" width="500" height="130" /></p>
<p>Bua&#8230;. como lo dice el titulo&#8230; porfin una <strong>solucion</strong>, sino la <strong>correcta</strong>, supongo que la unica por el momento&#8230; (<a href="http://www.zoneartcss.com/informacion/">y si me equivoco manda la tuya haciendo click aqui</a>), y siempre que necesitamos dar este <strong>efecto </strong>en nuestros <strong><a href="http://www.miempresaenlinea.com/paginas-web/programas-para-hacer-crear-y-publicar-paginas-web.aspx">diseños</a></strong>&#8230; acabamos haciendolo con javascript&#8230; o si tenemos <strong>un diseño fijo, estatico</strong>, pues optamos por el uso de una <strong>imagen de fondo&#8230;</strong> <span id="more-211"></span>que no es lo mas conveniente en algunas ocaciones pero si nos ahorra horas y frustraciones pero bueno. eh aqui la solucion para <strong>igualar nuestras columnas</strong>, cuando estan dentro de un div contenedor&#8230; y dar el efecto de <strong>divs relativamente iguales en su altura.</strong>..</p>
<p>Al lio&#8230; tenemos nuestro div contenedor (class=&#8221;all&#8221;) y dentro tenemos otros 2 div &#8216;s (class=&#8221;contenido&#8221; y class=&#8221;lateral&#8221;) y queremos que tengan <strong>la misma altura</strong> cubriendo asi el 100% del contenedor (class=&#8221;all&#8221;)&#8230; entonces el html es:&#8230;</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</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;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;all&quot;</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;contenido&quot;</span>&gt;</span>
        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">p</span>&gt;</span>nuestra primera columna<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">p</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: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;lateral&quot;</span>&gt;</span>
        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">p</span>&gt;</span>nuestra segunda columna.<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">p</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;">div</span>&gt;</span></pre></td></tr></table></div>

<p>Ahora para dar el efecto necesitamos hacer uso del &#8220;<strong>overflow</strong>&#8221; para que nos oculte el scroll que nos da el  &#8220;<strong>padding</strong>&#8221; y el &#8220;<strong>margin</strong>&#8220;, que son ridiculamente enormes y nos da mucha <strong>altura</strong>.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.all</span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span><span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.contenido</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.lateral</span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>padding-<span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">30000px</span><span style="color: #00AA00;">;</span>margin-<span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">-30000px</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p><a href="http://www.zoneartcss.com/ejemplos/css/div_100_height/div_100_height.html">Click para ver demo en linea</a></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdesign/css/div-100-alto-definitivo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Menús desplegables solo con CSS</title>
		<link>http://www.zoneartcss.com/webdesign/css/menus-desplegables-solo-con-css/</link>
		<comments>http://www.zoneartcss.com/webdesign/css/menus-desplegables-solo-con-css/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 21:53:44 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[deslisable]]></category>
		<category><![CDATA[dexplegable]]></category>
		<category><![CDATA[down]]></category>
		<category><![CDATA[drop]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[li:hover]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[Menús]]></category>
		<category><![CDATA[slide]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=188</guid>
		<description><![CDATA[Hola ahora intentaremos, crear un menu solo con css&#8230; para luego agregarle un submenu desplegable&#8230; igual solo con css, primero lo primero&#8230; 1. Nuestro codigo para el menu, algo sencillo, 6 link, dentro de una lista y su enlace. 1 2 3 4 5 6 7 8 9 10 &#60;div class=&#34;menu&#34;&#62; &#60;ul&#62; &#60;li&#62;&#60;a href=&#34;#&#34;&#62;Menu uno&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#34;#&#34;&#62;Menu dos&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#34;#&#34;&#62;Menu tres&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#34;#&#34;&#62;Menu cuatro&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#34;#&#34;&#62;Menu cinco&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#34;#&#34;&#62;Menu seis&#60;/a&#62;&#60;/li&#62; &#60;/ul&#62; &#60;/div&#62; 2. Ahora le [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://www.zoneartcss.com/ejemplos/css/menu_solo_con_css/menu_css.jpg" alt="meu solo con css" width="500" height="130" /></p>
<p>Hola ahora intentaremos, <strong>crear un menu solo con css</strong>&#8230; para luego agregarle un <strong>submenu desplegable</strong>&#8230; igual <strong>solo con css</strong>, primero lo primero&#8230;</p>
<p>1. Nuestro <strong>codigo</strong> para  el <strong>menu</strong>, algo sencillo, 6 link, dentro de una lista y su enlace.<br />
<span id="more-188"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</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;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;menu&quot;</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ul</span>&gt;</span>
        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Menu uno<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Menu dos<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Menu tres<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Menu cuatro<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Menu cinco<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Menu seis<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">ul</span>&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>

<p>2. Ahora le <strong>daremos estilo</strong> a lo anterior&#8230;</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
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/*Nuestras propiedades generales*/</span>
<span style="color: #00AA00;">*</span><span style="color: #00AA00;">&#123;</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>padding<span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>outline<span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>text-decoration<span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>border<span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
body<span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">900px</span><span style="color: #00AA00;">;</span>margin<span style="color: #00AA00;">:</span><span style="color: #933;">50px</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #808080; font-style: italic;">/*Relevante*/</span>
ul<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">list-style</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><span style="color: #808080; font-style: italic;">/*Importante aqui le quitamos todas las viñetas a nuestro sitio*/</span>
<span style="color: #00AA00;">&#125;</span>
.menu<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">850px</span><span style="color: #00AA00;">;</span> 
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.menu</span> ul<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">620px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">50px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</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: #cc66cc;">0</span> <span style="color: #933;">25px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">bg_mn.gif</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.menu</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: #808080; font-style: italic;">/*Importante para que todas nuestras listas, esten en una misma linea, igual podemos usar el &quot;float:left;&quot; pero tendriamos que darle un &quot;width&quot; para evitar &quot;advertencias&quot; CSS,*/</span>
	<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">relative</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/*Importante para el submenu pero por ahora no*/</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.menu</span> ul li a<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">float</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;">/*Aqui prodriamos usar el &quot;display:inline;&quot; pero no respetaba sus medidas, asi que podriamos cambiarlo a &quot;display:inline-block;&quot; y se veria correcto, pero ie 6 y 7, aun no lo llevan asi que para evitar problemas, seguimos con el viejo &quot;float:left&quot;*/</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">80px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">50px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bold</span> <span style="color: #933;">10px</span>/<span style="color: #933;">4.5em</span> Verdana<span style="color: #00AA00;">;</span><span style="color: #808080; font-style: italic;">/*Siempre me han pedido un manual para abreviar el CSS, trankilos ya viene... aqui, le di el font:weight, size, line-heigth, y font-family&quot;*/</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#FFF</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">bg_mn_a.gif</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.menu</span> ul li a<span style="color: #3333ff;">:hover</span><span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">bg_mn_a.gif</span><span style="color: #00AA00;">&#41;</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">50px</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/*Usuamos una sola imagen y al pasar el cursor se baja el fondo 50px para hacer el efecto sin JS*/</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#35608B</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Y listo tenemos neustro menu solo con CSS, valido, ligero y sobretodo <strong>sin JS</strong>;<br />
de hecho confiezo que no tengo ni puñ&#8230;era idea de como hacerlo con JS jeje pero bueno&#8230; para eso tenemos al amigo CSS&#8230;</p>
<p><a href="http://www.zoneartcss.com/ejemplos/css/menu_solo_con_css/menu_css.html">Ver demo en linea</a></p>
<p>Bien, ahora simplemente le agregamos estas lineas para tener nuestro &#8220;<strong>submenu</strong>&#8220;&#8230;</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
</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;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;menu&quot;</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ul</span>&gt;</span>
        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Menu uno<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Menu dos<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
        	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Menu tres<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
            <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ul</span>&gt;</span>
                <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>SubMenu uno<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
                <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>SubMenu dos<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
                <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>SubMenu tres<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
                <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>SubMenu cuatro<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
            <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">ul</span>&gt;</span>
        <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Menu cuatro<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Menu cinco<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Menu seis<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">ul</span>&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>

<p>Nota: Lo malo que como haremos uso del <strong>li:hover</strong> no funcionara en <strong>ie6</strong>, mas adelante les doy una alternativa&#8230; para que funcione en todos los navegadores&#8230; pero con el codigo <strong>html</strong> invalido&#8230; o igual podemos hacer uso de este <a href="http://www.zoneartcss.com/css/fix-css-loqueseahover-para-ie-6/">fix para los hover en ie6</a>.</p>
<p>y ahora los estilos para el submenu&#8230;</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
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #00AA00;">*</span><span style="color: #00AA00;">&#123;</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>padding<span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>outline<span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>text-decoration<span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>border<span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
body<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">900px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">50px</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
ul<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">list-style</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
.menu<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">850px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.menu</span> ul<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">620px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">50px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</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: #cc66cc;">0</span> <span style="color: #933;">25px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">bg_mn.gif</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.menu</span> ul li<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">relative</span><span style="color: #00AA00;">;</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;">float</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;">/*Esta vez le dimos un float left... para que no de problemas la posision relativa*/</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.menu</span> ul li a<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</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: #933;">5px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">80px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">50px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bold</span> <span style="color: #933;">10px</span>/<span style="color: #933;">4.5em</span> Verdana<span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#FFF</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">bg_mn_a.gif</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.menu</span> ul li a<span style="color: #3333ff;">:hover</span><span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">bg_mn_a.gif</span><span style="color: #00AA00;">&#41;</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">50px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#35608B</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #808080; font-style: italic;">/*MENU DESPLEGABLE*/</span>
<span style="color: #6666ff;">.menu</span> ul li<span style="color: #3333ff;">:hover </span>ul<span style="color: #00AA00;">&#123;</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: #00AA00;">&#125;</span> <span style="color: #808080; font-style: italic;">/*Indicamos que en hover del menu muestre el submenu*/</span>
<span style="color: #6666ff;">.menu</span> ul ul<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/*indicamos que al cargar la web no muestre el submenu*/</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: #808080; font-style: italic;">/*Le cambiamos el ancho sino hereda del ul anterior*/</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: #933;">50px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</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;">#5696C1</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.menu</span> ul ul li<span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.menu</span> ul ul li a<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</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;">width</span><span style="color: #00AA00;">:</span><span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>	
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.menu</span> ul ul li a<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">background</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-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#A3CADB</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">25px</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: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span><span style="color: #933;">2em</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">180px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#A3CADB</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.menu</span> ul ul li a<span style="color: #3333ff;">:hover</span><span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#FFF</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p><a href="http://www.zoneartcss.com/ejemplos/css/menu_solo_con_css/menu_desplegable_css.html">Ver demo en linea</a></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdesign/css/menus-desplegables-solo-con-css/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>position:fixed para Internet Explorer 6</title>
		<link>http://www.zoneartcss.com/webdesign/css/positionfixed-para-internet-explorer-6/</link>
		<comments>http://www.zoneartcss.com/webdesign/css/positionfixed-para-internet-explorer-6/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 01:19:48 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[efecto]]></category>
		<category><![CDATA[elementos]]></category>
		<category><![CDATA[estilo]]></category>
		<category><![CDATA[fija]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[internet explor]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[posicion]]></category>
		<category><![CDATA[position]]></category>
		<category><![CDATA[problema]]></category>
		<category><![CDATA[solucion]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=161</guid>
		<description><![CDATA[Bueno despues de tratar, y utilizar un millon de hacks&#8230; eh encontrado una solucion&#8230; ok no valida pero sirve&#8230; asi k toca joderse otra vez&#8230; por culpa de&#8230; adivinen&#8230;. sip&#8230; FUCK IE 6 acertaron&#8230; (joer&#8230; k cliche de post) pero bueno&#8230; eh aqui la luz&#8230; Tenemos nuestro div &#8220;cabecera&#8221; que tiene el fondo, ancho, alto etc&#8230; y le agregamos&#8230; position:absolute; esto es para IE6, y el siguiente codigo en JS (No estoy seguro de que [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://www.zoneartcss.com/ejemplos/css/position_fixed/position_fixed.jpg" alt="Position fixed para ie6" width="500" height="130" /></p>
<p>Bueno despues de tratar, y utilizar un millon de <strong>hacks</strong>&#8230; eh encontrado una <strong>solucion</strong>&#8230; ok <strong>no valida</strong> pero sirve&#8230; asi k toca joderse otra vez&#8230; por culpa de&#8230; adivinen&#8230;. sip&#8230; <strong>FUCK IE 6</strong> acertaron&#8230; (joer&#8230; k cliche de post) pero bueno&#8230; eh aqui la luz&#8230;<br />
<span id="more-161"></span><br />
Tenemos nuestro <strong>div</strong> &#8220;cabecera&#8221; que tiene el <strong>fondo</strong>, <strong>ancho</strong>, <strong>alto</strong> etc&#8230; y le agregamos&#8230; position:absolute; esto es para <strong>IE6</strong>, y el siguiente codigo en <strong>JS</strong> (No estoy seguro de que sea JS, no se <strong>programar</strong> mucho tansolo, <strong>diseño</strong> y <strong><a href="http://www.miempresaenlinea.com">css</a></strong>, pero si me equivoco corrijanme) hace el <strong>efecto</strong> de &#8220;<strong>estar fijo</strong>&#8220;, tomando en cuenta el movimiento de nuestro scroll del mouse para darle las cordenadas de arriba e izquierda para simular la posicion fija&#8230;</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.cabecera</span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#333</span><span style="color: #00AA00;">;</span>height<span style="color: #00AA00;">:</span><span style="color: #933;">50px</span><span style="color: #00AA00;">;</span>width<span style="color: #00AA00;">:</span><span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>color<span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#FFF</span><span style="color: #00AA00;">;</span>position<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>expression<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">+</span><span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#40;</span>e<span style="color: #00AA00;">=</span>document<span style="color: #6666ff;">.documentElement</span>.scrollTop<span style="color: #00AA00;">&#41;</span>?e<span style="color: #3333ff;">:document</span><span style="color: #6666ff;">.body</span>.scrollTop<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">+</span><span style="color: #ff0000;">'px'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span> 
<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span>expression<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">+</span><span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#40;</span>e<span style="color: #00AA00;">=</span>document<span style="color: #6666ff;">.documentElement</span>.scrollLeft<span style="color: #00AA00;">&#41;</span>?e<span style="color: #3333ff;">:document</span><span style="color: #6666ff;">.body</span>.scrollLeft<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">+</span><span style="color: #ff0000;">'px'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span><span style="color: #933;">3em</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Y ahora hacemos uso de > para que solo nuestros bonitos navegadores interpreten el siguiente codigo&#8230; y es todo</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">body <span style="color: #00AA00;">&gt;</span> div<span style="color: #6666ff;">.cabecera</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">fixed</span><span style="color: #00AA00;">;</span>top<span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>left<span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>y nuestro <strong>html</strong> algo asi</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</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;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;cabecera&quot;</span>&gt;</span>
Posicion fija: <span style="color: #ddbb00;">&amp;lt;</span>/Alex Aguiar<span style="color: #ddbb00;">&amp;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>

<p>pero yo le agregue un div mas dandole mucha altura para hacer la prueba&#8230;</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</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;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;width:800px;height:1000px;margin:auto;&quot;</span>&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>

<p><a href="http://www.zoneartcss.com/ejemplos/css/position_fixed/position_fixed_ie_6.html">Ver demo online</a></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdesign/css/positionfixed-para-internet-explorer-6/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>IE PNG FIX &#8211; Solucion a PNG &#8216;s con transparencia en IE6</title>
		<link>http://www.zoneartcss.com/general/ie-png-fix-solucion-a-png-s-con-transparencia-en-ie6/</link>
		<comments>http://www.zoneartcss.com/general/ie-png-fix-solucion-a-png-s-con-transparencia-en-ie6/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 03:01:29 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[32 bit]]></category>
		<category><![CDATA[8-bits]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PNG]]></category>
		<category><![CDATA[problema]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[solucion]]></category>
		<category><![CDATA[transparency]]></category>
		<category><![CDATA[transparente]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=96</guid>
		<description><![CDATA[Porfin una solucion definitiva para los PNG con transparencia en IE con Javascript y Prototype. Ya sabemos todos lo amargo que es que este famoso Internet Explorer 6 nos haga mas dificil nuestros proyectos, cuando llegamos al famoso &#8220;Test en otros navegadores&#8221;, en lo personal eh probado miles&#8230; de FIXS, HACKS, y otras soluciones y metodos extraños, muy prometedores pero nunca, me funcionaron&#8230; algunas gentes dicen que si&#8230; pero bueno, espero que la utilizen y [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://www.zoneartcss.com/wp-content/ie_trans_fix.jpg" alt="soy ie6 y soy transparente" width="500" height="130" /></p>
<p>Porfin una <strong>solucion definitiva </strong>para los <strong>PNG</strong> con <strong>transparencia</strong> en <strong>IE</strong> con <strong><a href="http://www.miempresaenlinea.com">Javascript</a></strong> y <strong>Prototype.</strong><br />
<span id="more-96"></span><br />
Ya sabemos todos lo amargo que es que este famoso <strong>Internet Explorer 6 </strong>nos haga mas dificil nuestros proyectos, cuando llegamos al famoso &#8220;Test en otros navegadores&#8221;, en lo personal eh probado miles&#8230; de <strong>FIXS</strong>, <strong>HACKS</strong>, y otras <strong>soluciones</strong> y <strong>metodos</strong> extraños, muy prometedores pero nunca, me funcionaron&#8230; algunas gentes dicen que si&#8230; pero bueno, espero que la utilizen y queden satisfechos como yo&#8230; estoy <strong>implementando</strong> un <strong>Theme</strong> para <strong>WordPress</strong> en la <strong><a title="Sistemex - Web Solutions" href="http://sistemex.com/" target="_blank">empresa</a></strong> donde trabajo&#8230; y uso <strong>transparencias</strong> y me fue y es muy util esta <strong>solucion</strong> a los <strong>PNG&#8217;S </strong>y aqui la comparto con ustedes&#8230;</p>
<h2><span style="color: #808000;"><strong>Antes de aplicarlo es bueno saber que:</strong></span></h2>
<p>1.- Necesita la <strong>libreria JS</strong> de <a title="Prototype JavaScript framework: Prototype 1.6.0" href="http://www.prototypejs.org/2007/8/15/prototype-1-6-0-release-candidate">Prototype 1.6</a><br />
2.- Funciona tanto en imagenes (&lt;img/&gt;) como en (#<strong>css</strong>{<strong>background</strong>:url&#8230;}), pero!&#8230; si es un <strong>fondo en mosaico</strong> (que se repite X o Y o las 2) no funciona.</p>
<p>Bueno&#8230; para aplicarlo como eh dicho necesita <strong>Prototype</strong> asi que lo llamamos desde nuestro <strong>&lt;head&gt;</strong></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;">script</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;javascripts/prototype.js&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span></pre></td></tr></table></div>

<p>luego llamamos a <strong>pngHack.js</strong> este archivo necesita un <strong>gif</strong> (s.gif) que viene en dentro del <strong>zip</strong>&#8230; simplemente lo agregamos en una carpeta llamada &#8220;<strong>images</strong>&#8220;,</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;">script</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;javascripts/pngHack.js&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span></pre></td></tr></table></div>

<p>Luego llamamos a <strong>functions.js</strong> que es donde configuramos nuestros elementos que tendran <strong>transparencia</strong>.</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;">script</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;javascripts/functions.js&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span></pre></div></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #006600; font-style: italic;">// aplica el hack al elemento con la &quot;&lt;strong&gt;id&lt;/strong&gt;&quot; &lt;strong&gt;yourPNG&lt;/strong&gt;</span>
$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'yourPNG'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">pngHack</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #006600; font-style: italic;">// aplica el hack a todos estos elementos</span>
$$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'div#fixMe'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'img#andMe'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'img.andUsTo'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">invoke</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'pngHack'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p><a href="http://deletem3.com/dump/pngHack/readme.html">Ver demo en linea</a><br />
<a href="http://code.google.com/p/pnghack/downloads/list">Descargar PNG FIX FOR IE</a><br />
Y eso es todo por ahora&#8230; tratare de encontrar mas soluciones a este enorme problema&#8230;</p>
<p>Conoces una solucion mas???<br />
funciona al 100%????<br />
quieres compartirla con nosotros??&#8230;.<br />
pues envianos tus aportaciones a&#8230;. <a href="http://www.zoneartcss.com/informacion/">Tu Granito de Arena!!</a></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/general/ie-png-fix-solucion-a-png-s-con-transparencia-en-ie6/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

