<?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>Xyberneticos &#187; CSS</title>
	<atom:link href="http://xyberneticos.com/index.php/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://xyberneticos.com</link>
	<description>Desarrollo Web, Diseño, Recursos, Wordpress, Themes</description>
	<lastBuildDate>Fri, 04 Nov 2011 14:10:38 +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>Elastic Thumbnail Menu</title>
		<link>http://xyberneticos.com/index.php/2011/01/20/elastic-thumbnail-menu/</link>
		<comments>http://xyberneticos.com/index.php/2011/01/20/elastic-thumbnail-menu/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 03:45:27 +0000</pubDate>
		<dc:creator>Nikko</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Diseño Web]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://xyberneticos.com/?p=3112</guid>
		<description><![CDATA[Sproing! – Make An Elastic Thumbnail Menu; Si buscabas métodos alternativos para construir los menús de las web que desarrollas, el menú de miniaturas elásticas pueda ayudarte un poco a salir de lo habitual. ¿Qué hace exactamente?, Aumenta los elementos del menú cuando se posa sobre él. Y donde los elementos del menú se amplían [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-3113 aligncenter" title="elastic menu" src="http://xyberneticos.com/wp-content/uploads/2011/01/elastic-menu.jpg" alt="" width="485" height="150" /></p>
<p><a href="http://buildinternet.com/2009/09/sproing-make-an-elastic-thumbnail-menu/" target="_blank">Sproing! – Make An Elastic Thumbnail Menu</a>; Si buscabas métodos  alternativos para construir los menús de las  web que desarrollas, el <a href="http://buildinternet.com/2009/09/sproing-make-an-elastic-thumbnail-menu/">menú de miniaturas elásticas</a> pueda ayudarte un poco a salir de lo habitual.  ¿Qué hace exactamente?, Aumenta los elementos del menú cuando se posa  sobre él.  Y donde los elementos del menú se amplían hacia arriba.<span id="more-3112"></span></p>
<p>Ver <a href="http://buildinternet.com/live/elasticthumbs/" target="_blank">Demo</a></p>
<div class="igBar"><span id="lhtml-5"><a href="#" onclick="javascript:showPlainTxt('html-5'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-5">
<div class="html"><span style="color: #606060;">&lt;div id=&quot;menuwrapper&quot;&gt;</span><br />
<span style="color: #606060;">&lt;div id=&quot;menu&quot;&gt;</span><span style="color: #606060;">&lt;a class=&quot;menuitem&quot; href=&quot;#&quot;&gt;</span><span style="color: #606060;">&lt;img src=&quot;image.jpg&quot; alt=&quot;&quot; /&gt;</span><span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;!--Template for each menu item--&gt;</span><span style="color: #606060;">&lt;/div&gt;</span><br />
<span style="color: #606060;">&lt;/div&gt;</span></div>
</div>
</div>
<p></p>
<div class="igBar"><span id="lcss-6"><a href="#" onclick="javascript:showPlainTxt('css-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CSS:</span>
<div id="css-6">
<div class="css"><span style="color: #808080; font-style: italic;">/* The container which the menu is &quot;locked&quot; to the bottom of */</span><br />
#menuwrapper<span style="color: #66cc66;">&#123;</span> <span style="color: #000000; font-weight: bold;">position</span>:<span style="color: #993333;">relative</span>; <span style="color: #000000; font-weight: bold;">height</span>:210px; <span style="color: #66cc66;">&#125;</span></p>
<p><span style="color: #808080; font-style: italic;">/* Fixes the whole menu to the bottom of the parent div */</span><br />
#menu<span style="color: #66cc66;">&#123;</span><span style="color: #000000; font-weight: bold;">position</span>:<span style="color: #993333;">absolute</span>; <span style="color: #000000; font-weight: bold;">bottom</span>:<span style="color: #cc66cc;color:#800000;">0</span>;<span style="color: #66cc66;">&#125;</span></p>
<p><span style="color: #808080; font-style: italic;">/* Each individual menu item fixed to the bottom with display:inline-block to create elasticity */</span><br />
.menuitem<span style="color: #66cc66;">&#123;</span> position<span style="color: #3333ff;">:<span style="color: #993333;">fixed</span> </span>relative; <span style="color: #000000; font-weight: bold;">bottom</span>:0px; <span style="color: #000000; font-weight: bold;">display</span>:inline-<span style="color: #993333;">block</span>; <span style="color: #66cc66;">&#125;</span></div>
</div>
</div>
<p></p>
<div class="igBar"><span id="ljavascript-7"><a href="#" onclick="javascript:showPlainTxt('javascript-7'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">JavaScript:</span>
<div id="javascript-7">
<div class="javascript">$<span style="color: #66cc66;">&#40;</span>document<span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">ready</span><span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
$<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'.menuitem img'</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">animate</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#123;</span>width: <span style="color: #CC0000;color:#800000;">100</span><span style="color: #66cc66;">&#125;</span>, <span style="color: #CC0000;color:#800000;">0</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #009900; font-style: italic;">//Set all menu items to smaller size</span></p>
<p>$<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'.menuitem'</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">mouseover</span><span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span> <span style="color: #009900; font-style: italic;">//When mouse over menu item</span></p>
<p>gridimage = $<span style="color: #66cc66;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">find</span><span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'img'</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #009900; font-style: italic;">//Define target as a variable</span><br />
gridimage.<span style="color: #000066;">stop</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">animate</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#123;</span>width: <span style="color: #CC0000;color:#800000;">200</span><span style="color: #66cc66;">&#125;</span>, <span style="color: #CC0000;color:#800000;">150</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #009900; font-style: italic;">//Animate image expanding to original size</span></p>
<p><span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">mouseout</span><span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span> <span style="color: #009900; font-style: italic;">//When mouse no longer over menu item</span></p>
<p>gridimage.<span style="color: #000066;">stop</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">animate</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#123;</span>width: <span style="color: #CC0000;color:#800000;">100</span><span style="color: #66cc66;">&#125;</span>, <span style="color: #CC0000;color:#800000;">150</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #009900; font-style: italic;">//Animate image back to smaller size</span></p>
<p><span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span>;<br />
<span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span>;</div>
</div>
</div>
<p>
Internet Explorer no realizara un buen trabajo a menos que agreguen la siguiente línea CSS:</p>
<div class="igBar"><span id="lcss-8"><a href="#" onclick="javascript:showPlainTxt('css-8'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CSS:</span>
<div id="css-8">
<div class="css">img <span style="color: #66cc66;">&#123;</span>ms-interpolación de modo: bicúbico;<span style="color: #66cc66;">&#125;</span></div>
</div>
</div>
<p>
Mas Info <a href="http://buildinternet.com/2009/09/sproing-make-an-elastic-thumbnail-menu/" target="_blank">Sproing! – Make An Elastic Thumbnail Menu</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xyberneticos.com/index.php/2011/01/20/elastic-thumbnail-menu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Social Media Sharing Menu (CSS &amp; jQuery)</title>
		<link>http://xyberneticos.com/index.php/2011/01/13/social-media-sharing-menu-css-jquery/</link>
		<comments>http://xyberneticos.com/index.php/2011/01/13/social-media-sharing-menu-css-jquery/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 19:14:03 +0000</pubDate>
		<dc:creator>Nikko</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Diseño Web]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://xyberneticos.com/?p=3081</guid>
		<description><![CDATA[Create a Social Media Sharing Menu, es un tutorial donde se les mostrara como crear un menú de medios sociales que comparta tus noticias. Usa exclusivamente CSS y jQuery . Como CSS básico utiliza la propiedad CSS background-position y un poco de jQuery para hacer las animaciones en los enlaces. Útil y bastante simple de [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-3082 aligncenter" title="Create a Social Media Sharing Menu" src="http://xyberneticos.com/wp-content/uploads/2011/01/Create-a-Social-Media-Sharing-Menu.jpg" alt="" width="485" height="150" /></p>
<p><a href="http://sixrevisions.com/tutorials/web-development-tutorials/social-media-share-css-jquery/" target="_blank">Create a Social Media Sharing Menu</a>, es un tutorial donde se les mostrara como crear un menú de medios sociales que comparta tus noticias. Usa exclusivamente CSS y jQuery . Como CSS básico utiliza  la propiedad CSS background-position y un poco de jQuery para hacer las animaciones en los enlaces. Útil y  bastante simple de adaptar a nuestros post wordpress (<em>single.php</em>).</p>
<p>Resultado Final: <a href="http://downloads.sixrevisions.com/social-share-menu-css-jquery/demo.html">Demo</a> - Descraga Archivos  <a href="http://downloads.sixrevisions.com/social-share-menu-css-jquery/social-share-css-jquery.zip">social-share-css-jquery</a> (ZIP, 0.017 MB)<span id="more-3081"></span></p>
<p>Info <a href="Create a Social Media Sharing Menu Using CSS and jQuery">Create a Social Media Sharing Menu Using CSS and jQuery</a> by sixrevisions</p>
<div class="igBar"><span id="lhtml-12"><a href="#" onclick="javascript:showPlainTxt('html-12'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-12">
<div class="html"><span style="color: #606060;">&lt;div id=&quot;social_nav_horizontal&quot;&gt;</span><br />
<span style="color: #606060;">&lt;h3&gt;</span>Bookmark or Share This Post<span style="color: #606060;">&lt;/h3&gt;</span><br />
<span style="color: #606060;">&lt;ul&gt;</span><br />
&nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a class=&quot;delicious&quot; title=&quot;Bookmark on del.icio.us&quot; href=&quot;http://del.icio.us/post?url=Your website title&quot;&gt;</span>Delicious<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a class=&quot;facebook&quot; title=&quot;Share this on Facebook&quot; href=&quot;http://www.facebook.com/sharer.php?u=http://yourwebsite.com&quot;&gt;</span>Facebook<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a class=&quot;stumbleupon&quot; title=&quot;Stumble This Page&quot; href=&quot;http://www.stumbleupon.com/submit? url=http://www.yoursite.com/&quot;&gt;</span> Stumble<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a class=&quot;twitter&quot; title=&quot;Tweet This Page&quot; href=&quot;http://twitter.com/home?status=Your Website Title- http://yourwebsite.com@TwitterUserName&quot;&gt;</span>Twitter<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
<span style="color: #606060;">&lt;/ul&gt;</span><br />
<span style="color: #606060;">&lt;/div&gt;</span></div>
</div>
</div>
<p></p>
<div class="igBar"><span id="lcss-13"><a href="#" onclick="javascript:showPlainTxt('css-13'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CSS:</span>
<div id="css-13">
<div class="css">#social_nav_horizontal <span style="color: #66cc66;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">margin-left</span>: 100px;<br />
<span style="color: #000000; font-weight: bold;">font-family</span>: Futura, Verdana, Sans-Serif;<br />
<span style="color: #000000; font-weight: bold;">font-size</span>: 18px;<br />
<span style="color: #000000; font-weight: bold;">color</span>: #8e9090;<br />
<span style="color: #66cc66;">&#125;</span><br />
#social_nav_horizontal h3 <span style="color: #66cc66;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">display</span>:<span style="color: #993333;">inline</span>;<br />
<span style="color: #000000; font-weight: bold;">padding</span>: 0px 10px;<br />
border-bottom<span style="color: #3333ff;">:<span style="color: #993333;">dashed</span> </span>1px #ccc;<br />
<span style="color: #66cc66;">&#125;</span><br />
#social_nav_horizontal ul <span style="color: #66cc66;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">margin</span>: <span style="color: #cc66cc;color:#800000;">0</span>;<br />
<span style="color: #000000; font-weight: bold;">padding</span>: <span style="color: #cc66cc;color:#800000;">0</span>;<br />
<span style="color: #000000; font-weight: bold;">margin-top</span>:20px;<br />
<span style="color: #66cc66;">&#125;</span><br />
#social_nav_horizontal ul li <span style="color: #66cc66;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">float</span>: <span style="color: #000000; font-weight: bold;">left</span>;<br />
<span style="color: #000000; font-weight: bold;">padding</span>: 5px <span style="color: #cc66cc;color:#800000;">0</span> <span style="color: #cc66cc;color:#800000;">0</span> 5px;<br />
<span style="color: #000000; font-weight: bold;">margin-left</span>: 5px;<br />
<span style="color: #000000; font-weight: bold;">list-style-type</span>: <span style="color: #993333;">none</span>;<br />
<span style="color: #66cc66;">&#125;</span><br />
#social_nav_horizontal ul li a <span style="color: #66cc66;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">padding</span>: 4px <span style="color: #cc66cc;color:#800000;">0</span> <span style="color: #cc66cc;color:#800000;">0</span> 28px;<br />
<span style="color: #000000; font-weight: bold;">height</span>: 32px;<br />
<span style="color: #000000; font-weight: bold;">color</span>: #999;<br />
<span style="color: #000000; font-weight: bold;">text-decoration</span>: <span style="color: #993333;">none</span>;<br />
line-<span style="color: #000000; font-weight: bold;">height</span>: <span style="color: #cc66cc;color:#800000;">1</span>.45em;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.delicious </span><span style="color: #66cc66;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">background</span>:<span style="color: #993333;">url</span><span style="color: #66cc66;">&#40;</span>images/delicious.png<span style="color: #66cc66;">&#41;</span> <span style="color: #993333;">no-repeat</span>;<br />
background-position<span style="color: #3333ff;">:0px </span>-1px;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.facebook </span><span style="color: #66cc66;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">background</span>:<span style="color: #993333;">url</span><span style="color: #66cc66;">&#40;</span>images/facebook.png<span style="color: #66cc66;">&#41;</span> <span style="color: #993333;">no-repeat</span>;<br />
background-position<span style="color: #3333ff;">:0px </span>-1px;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.stumbleupon </span><span style="color: #66cc66;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">background</span>:<span style="color: #993333;">url</span><span style="color: #66cc66;">&#40;</span>images/stumbleupon.png<span style="color: #66cc66;">&#41;</span> <span style="color: #993333;">no-repeat</span>;<br />
background-position<span style="color: #3333ff;">:0px </span>-1px;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.twitter </span><span style="color: #66cc66;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">background</span>:<span style="color: #993333;">url</span><span style="color: #66cc66;">&#40;</span>images/twitter.png<span style="color: #66cc66;">&#41;</span> <span style="color: #993333;">no-repeat</span>;<br />
background-position<span style="color: #3333ff;">:0px </span>-1px;<br />
<span style="color: #66cc66;">&#125;</span></div>
</div>
</div>
<p></p>
<div class="igBar"><span id="ljavascript-14"><a href="#" onclick="javascript:showPlainTxt('javascript-14'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">JavaScript:</span>
<div id="javascript-14">
<div class="javascript">$<span style="color: #66cc66;">&#40;</span>document<span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">ready</span><span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />
$<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'#social_nav_vertical li a'</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">hover</span><span style="color: #66cc66;">&#40;</span><br />
<span style="color: #009900; font-style: italic;">// on mouse over move to left</span><br />
<span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />
$<span style="color: #66cc66;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #000066;">stop</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">animate</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#123;</span> marginLeft: <span style="color: #3366CC;">'20px'</span> <span style="color: #66cc66;">&#125;</span>,<span style="color: #CC0000;color:#800000;">300</span><span style="color: #66cc66;">&#41;</span>;<br />
<span style="color: #66cc66;">&#125;</span>,<br />
<span style="color: #009900; font-style: italic;">// on mouse out, move back to original position</span><br />
<span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />
$<span style="color: #66cc66;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #000066;">stop</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">animate</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#123;</span> marginLeft: <span style="color: #3366CC;">'0px'</span> <span style="color: #66cc66;">&#125;</span>, <span style="color: #CC0000;color:#800000;">300</span><span style="color: #66cc66;">&#41;</span>;<br />
<span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span>;<br />
<span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span>;</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://xyberneticos.com/index.php/2011/01/13/social-media-sharing-menu-css-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS 3 Mega Dropdown by snoupix.com</title>
		<link>http://xyberneticos.com/index.php/2011/01/07/css-3-mega-dropdown-by-snoupix-com/</link>
		<comments>http://xyberneticos.com/index.php/2011/01/07/css-3-mega-dropdown-by-snoupix-com/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 01:25:14 +0000</pubDate>
		<dc:creator>Nikko</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Diseño Web]]></category>

		<guid isPermaLink="false">http://xyberneticos.com/?p=2568</guid>
		<description><![CDATA[CSS 3 Mega Dropdown Menu Tutorial, es un bonito tutorial para aquellos que venían pensando mejorar el menú de sus clientes. El objetivo de este tutorial, es poder crear un menú atractivo y más funcional, usando nuevos atributos de CSS3 para reducir aún más el uso de las imágenes. Demo - Descarga - Info y [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-2567 aligncenter" title="css3-mega-dropdown-menu_tutorial" src="http://xyberneticos.com/wp-content/uploads/2011/01/css3-mega-dropdown-menu_tutorial1.jpg" alt="" width="485" height="150" /><br />
<a href="http://www.snoupix.com/css3-mega-dropdown-menu_tutorial_30.html">CSS 3 Mega Dropdown Menu Tutorial</a>, es un bonito tutorial para aquellos que venían pensando mejorar el menú de sus clientes. El objetivo de este tutorial, es poder crear un menú atractivo y más funcional,  usando nuevos atributos de CSS3 para reducir aún más el uso de las imágenes.</p>
<p><a href="http://www.snoupix.com/demo/css3-mega-dropdown-menu/demo.html">Demo</a> - <a href="http://www.snoupix.com/demo/css3-mega-dropdown-menu/CSS3_mega_dropdown_menu.rar">Descarga </a>- Info y Tutorial  <a href="http://www.snoupix.com/css3-mega-dropdown-menu_tutorial_30.html">CSS 3 Mega Dropdown</a></p>
<p><span id="more-2568"></span><br />
1 - HTML</p>
<div class="igBar"><span id="lhtml-16"><a href="#" onclick="javascript:showPlainTxt('html-16'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-16">
<div class="html"><span style="color: #606060;">&lt;div id=&quot;nav_wrapper&quot;&gt;</span><br />
&nbsp; &nbsp; <span style="color: #606060;">&lt;span id=&quot;menu_start&quot;&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot; class=&quot;home&quot;&gt;</span>Home<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/span&gt;</span><br />
&nbsp; &nbsp; <span style="color: #606060;">&lt;ul id=&quot;topnav&quot;&gt;</span>&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li class=&quot;liSub&quot;&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;span class=&quot;dd_wrapper&quot;&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Tutorials<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;span class=&quot;dd_action&quot;&gt;</span><span style="color: #606060;">&lt;img src=&quot;arrow.png&quot; /&gt;</span><span style="color: #606060;">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;div style=&quot;opacity: 0; display: none; width: 300px;&quot; class=&quot;sub&quot;&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;ul&gt;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Painting<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Photo Effects<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Text Effects<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Drawing<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Illustration<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;ul&gt;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Interface<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Designing<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>HTML <span style="color: #5E6062;">&amp; CSS&lt;/a&gt;&lt;/li&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;JavaScript &amp; AJAX&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;PHP&lt;/a&gt;&lt;/li&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;li class=&quot;liSub&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;#&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;span class=&quot;dd_wrapper&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Resources<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;span class=&quot;dd_action&quot;&gt;&lt;img src=&quot;arrow.png&quot; /&gt;&lt;/span&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/span&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div style=&quot;opacity: 0;</span> display: none; width: 450px;&quot; class=&quot;sub&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;div class=&quot;row&quot;&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;ul style=&quot;width: 225px;&quot;&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;h2&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Deal of the Week<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/h2&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link - 2 Column<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link - 2 Column<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link - 2 Column<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link - 2 Column<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;ul style=&quot;width: 225px;&quot;&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;h2&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Clearance Items<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/h2&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link - 2 Column<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link - 2 Column<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link - 2 Column<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link - 2 Column<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;div style=&quot;margin: 0pt;&quot; class=&quot;row&quot;&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;h2&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Deal of the Week<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/h2&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;h2&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Clearance Items<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/h2&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;h2&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Open Box Items<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/h2&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>Navigation Link<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><br />
&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; <span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span><br />
&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;span class=&quot;single_wrapper&quot;&gt;</span>WordPress<span style="color: #606060;">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;span class=&quot;single_wrapper&quot;&gt;</span>Community news<span style="color: #606060;">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;span class=&quot;single_wrapper&quot;&gt;</span>About<span style="color: #606060;">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;span class=&quot;single_wrapper&quot;&gt;</span>Archives<span style="color: #606060;">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;li id=&quot;last-li&quot;&gt;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;a href=&quot;#&quot;&gt;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;span class=&quot;single_wrapper&quot;&gt;</span>Contact<span style="color: #606060;">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/li&gt;</span><br />
&nbsp; &nbsp; <span style="color: #606060;">&lt;/ul&gt;</span><br />
&nbsp; &nbsp; <span style="color: #606060;">&lt;span id=&quot;menu_end&quot;&gt;</span><span style="color: #606060;">&lt;img src=&quot;last_li.png&quot; width=&quot;5&quot; height=&quot;46&quot; /&gt;</span><span style="color: #606060;">&lt;/span&gt;</span><br />
<span style="color: #606060;">&lt;/div&gt;</span></div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://xyberneticos.com/index.php/2011/01/07/css-3-mega-dropdown-by-snoupix-com/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Tablas con CSS3</title>
		<link>http://xyberneticos.com/index.php/2010/09/10/tablas-con-css3/</link>
		<comments>http://xyberneticos.com/index.php/2010/09/10/tablas-con-css3/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 13:07:02 +0000</pubDate>
		<dc:creator>Nikko</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Diseño Web]]></category>

		<guid isPermaLink="false">http://xyberneticos.com/?p=2535</guid>
		<description><![CDATA[Pimp Your Tables with CSS3, algunos ejemplos de cómo utilizar algunas propiedades CSS3 para embellecer las tablas. Nuevos selectores que podemos usar en partes específicas de la tabla y las filas a fin de crear un estilo único, sin añadir otras clases. Se webkit y moz, gradientes para crear un mejor aspecto sin utilizar imágenes, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="size-full wp-image-2536 aligncenter" title="css3tablas" src="http://xyberneticos.com/wp-content/uploads/2010/09/css3tablas.jpg" alt="css3tablas" width="485" height="150" /><br />
<a href="http://tympanus.net/codrops/2010/05/03/pimp-your-tables-with-css3/" target="_blank">Pimp Your Tables with CSS3</a>, algunos ejemplos de cómo utilizar algunas propiedades CSS3 para embellecer las tablas. Nuevos  selectores que podemos usar  en partes específicas de la tabla y las filas a fin de crear un estilo único, sin añadir otras clases.</p>
<p style="text-align: justify;">Se  webkit y moz, gradientes para crear un mejor aspecto sin utilizar imágenes, además se muestra como insertar contenido en elementos con una clase específica.</p>
<p style="text-align: justify;">Ver <a href="http://tympanus.net/Tutorials/CSS3Tables/">Demo</a> - <a href="http://tympanus.net/Tutorials/CSS3Tables/CSS3Tables.zip">Descargar Demo</a><br />
Ampliar Informacion  <a href="http://tympanus.net/codrops/2010/05/03/pimp-your-tables-with-css3/" target="_blank">Pimp Your Tables with CSS3</a></p>
<p><span id="more-2535"></span></p>
<div class="igBar"><span id="lcss-18"><a href="#" onclick="javascript:showPlainTxt('css-18'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CSS:</span>
<div id="css-18">
<div class="css"><span style="color: #808080; font-style: italic;">/* Table 1 Style */</span><br />
table.table1<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-family</span>: <span style="color: #ff0000;">"Trebuchet MS"</span>, <span style="color: #993333;">sans-serif</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-size</span>: 16px;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-weight</span>: <span style="color: #993333;">bold</span>;<br />
&nbsp; &nbsp; line-<span style="color: #000000; font-weight: bold;">height</span>: <span style="color: #cc66cc;color:#800000;">1</span>.4em;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-style</span>: <span style="color: #993333;">normal</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">border-collapse</span>:<span style="color: #993333;">separate</span>;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table1 </span>thead th<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding</span>:15px;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span>:#fff;<br />
&nbsp; &nbsp; text-shadow<span style="color: #3333ff;">:1px </span>1px 1px #568F23;<br />
&nbsp; &nbsp; border<span style="color: #3333ff;">:1px </span>solid #93CE37;<br />
&nbsp; &nbsp; border-bottom<span style="color: #3333ff;">:3px </span>solid #9ED929;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background-color</span>:#9DD929;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background</span>:-webkit-gradient<span style="color: #66cc66;">&#40;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; linear,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #000000; font-weight: bold;">bottom</span>,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #000000; font-weight: bold;">top</span>,<br />
&nbsp; &nbsp; &nbsp; &nbsp; color-stop<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">0</span>.<span style="color: #cc66cc;color:#800000;">02</span>, <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">123</span>,<span style="color: #cc66cc;color:#800000;">192</span>,<span style="color: #cc66cc;color:#800000;">67</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>,<br />
&nbsp; &nbsp; &nbsp; &nbsp; color-stop<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">0</span>.<span style="color: #cc66cc;color:#800000;">51</span>, <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">139</span>,<span style="color: #cc66cc;color:#800000;">198</span>,<span style="color: #cc66cc;color:#800000;">66</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>,<br />
&nbsp; &nbsp; &nbsp; &nbsp; color-stop<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">0</span>.<span style="color: #cc66cc;color:#800000;">87</span>, <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">158</span>,<span style="color: #cc66cc;color:#800000;">217</span>,<span style="color: #cc66cc;color:#800000;">41</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background</span>: -moz-linear-gradient<span style="color: #66cc66;">&#40;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #993333;">center</span> <span style="color: #000000; font-weight: bold;">bottom</span>,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">123</span>,<span style="color: #cc66cc;color:#800000;">192</span>,<span style="color: #cc66cc;color:#800000;">67</span><span style="color: #66cc66;">&#41;</span> <span style="color: #cc66cc;color:#800000;">2</span>%,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">139</span>,<span style="color: #cc66cc;color:#800000;">198</span>,<span style="color: #cc66cc;color:#800000;">66</span><span style="color: #66cc66;">&#41;</span> <span style="color: #cc66cc;color:#800000;">51</span>%,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">158</span>,<span style="color: #cc66cc;color:#800000;">217</span>,<span style="color: #cc66cc;color:#800000;">41</span><span style="color: #66cc66;">&#41;</span> <span style="color: #cc66cc;color:#800000;">87</span>%<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; -webkit-border-top-left-radius:5px;<br />
&nbsp; &nbsp; -webkit-border-top-right-radius:5px;<br />
&nbsp; &nbsp; -moz-border-radius<span style="color: #3333ff;">:5px </span>5px 0px 0px;<br />
&nbsp; &nbsp; border-top-left-radius:5px;<br />
&nbsp; &nbsp; border-top-right-radius:5px;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table1 </span>thead th:empty<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background</span>:<span style="color: #993333;">transparent</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">border</span>:<span style="color: #993333;">none</span>;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table1 </span>tbody th<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span>:#fff;<br />
&nbsp; &nbsp; text-shadow<span style="color: #3333ff;">:1px </span>1px 1px #568F23;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background-color</span>:#9DD929;<br />
&nbsp; &nbsp; border<span style="color: #3333ff;">:1px </span>solid #93CE37;<br />
&nbsp; &nbsp; border-right<span style="color: #3333ff;">:3px </span>solid #9ED929;<br />
&nbsp; &nbsp; padding<span style="color: #3333ff;">:0px </span>10px;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background</span>:-webkit-gradient<span style="color: #66cc66;">&#40;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; linear,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #000000; font-weight: bold;">bottom</span>,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">right</span> <span style="color: #000000; font-weight: bold;">top</span>,<br />
&nbsp; &nbsp; &nbsp; &nbsp; color-stop<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">0</span>.<span style="color: #cc66cc;color:#800000;">02</span>, <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">158</span>,<span style="color: #cc66cc;color:#800000;">217</span>,<span style="color: #cc66cc;color:#800000;">41</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>,<br />
&nbsp; &nbsp; &nbsp; &nbsp; color-stop<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">0</span>.<span style="color: #cc66cc;color:#800000;">51</span>, <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">139</span>,<span style="color: #cc66cc;color:#800000;">198</span>,<span style="color: #cc66cc;color:#800000;">66</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>,<br />
&nbsp; &nbsp; &nbsp; &nbsp; color-stop<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">0</span>.<span style="color: #cc66cc;color:#800000;">87</span>, <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">123</span>,<span style="color: #cc66cc;color:#800000;">192</span>,<span style="color: #cc66cc;color:#800000;">67</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background</span>: -moz-linear-gradient<span style="color: #66cc66;">&#40;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #000000; font-weight: bold;">bottom</span>,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">158</span>,<span style="color: #cc66cc;color:#800000;">217</span>,<span style="color: #cc66cc;color:#800000;">41</span><span style="color: #66cc66;">&#41;</span> <span style="color: #cc66cc;color:#800000;">2</span>%,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">139</span>,<span style="color: #cc66cc;color:#800000;">198</span>,<span style="color: #cc66cc;color:#800000;">66</span><span style="color: #66cc66;">&#41;</span> <span style="color: #cc66cc;color:#800000;">51</span>%,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">123</span>,<span style="color: #cc66cc;color:#800000;">192</span>,<span style="color: #cc66cc;color:#800000;">67</span><span style="color: #66cc66;">&#41;</span> <span style="color: #cc66cc;color:#800000;">87</span>%<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; -moz-border-radius<span style="color: #3333ff;">:5px </span>0px 0px 5px;<br />
&nbsp; &nbsp; -webkit-border-top-left-radius:5px;<br />
&nbsp; &nbsp; -webkit-border-bottom-left-radius:5px;<br />
&nbsp; &nbsp; border-top-left-radius:5px;<br />
&nbsp; &nbsp; border-bottom-left-radius:5px;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table1 </span>tfoot td<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span>: #9CD009;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-size</span>:32px;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">text-align</span>:<span style="color: #993333;">center</span>;<br />
&nbsp; &nbsp; padding<span style="color: #3333ff;">:10px </span>0px;<br />
&nbsp; &nbsp; text-shadow<span style="color: #3333ff;">:1px </span>1px 1px #444;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table1 </span>tfoot th<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span>:#666;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table1 </span>tbody td<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding</span>:10px;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">text-align</span>:<span style="color: #993333;">center</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background-color</span>:#DEF3CA;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">border</span>: 2px <span style="color: #993333;">solid</span> #E7EFE0;<br />
&nbsp; &nbsp; -moz-border-radius:2px;<br />
&nbsp; &nbsp; -webkit-border-radius:2px;<br />
&nbsp; &nbsp; border-radius:2px;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span>:#666;<br />
&nbsp; &nbsp; text-shadow<span style="color: #3333ff;">:1px </span>1px 1px #fff;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table1 </span>tbody span.check::before<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">content</span> : <span style="color: #993333;">url</span><span style="color: #66cc66;">&#40;</span>../images/check0.png<span style="color: #66cc66;">&#41;</span><br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #808080; font-style: italic;">/* Table 2 Style */</span><br />
table.table2<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-family</span>: Georgia, <span style="color: #993333;">serif</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-size</span>: 18px;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-style</span>: <span style="color: #993333;">normal</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-weight</span>: <span style="color: #993333;">normal</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">letter-spacing</span>: -1px;<br />
&nbsp; &nbsp; line-<span style="color: #000000; font-weight: bold;">height</span>: <span style="color: #cc66cc;color:#800000;">1</span>.2em;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">border-collapse</span>:<span style="color: #993333;">collapse</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">text-align</span>:<span style="color: #993333;">center</span>;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table2 </span>thead th, <span style="color: #6666ff;">.table2 </span>tfoot td<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; padding<span style="color: #3333ff;">:20px </span>10px 40px 10px;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span>:#fff;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-size</span>: 26px;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background-color</span>:#222;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-weight</span>:<span style="color: #993333;">normal</span>;<br />
&nbsp; &nbsp; border-right<span style="color: #3333ff;">:1px </span>dotted #666;<br />
&nbsp; &nbsp; border-top<span style="color: #3333ff;">:3px </span>solid #666;<br />
&nbsp; &nbsp; -moz-box-shadow<span style="color: #3333ff;">:0px </span>-1px 4px #000;<br />
&nbsp; &nbsp; -webkit-box-shadow<span style="color: #3333ff;">:0px </span>-1px 4px #000;<br />
&nbsp; &nbsp; box-shadow<span style="color: #3333ff;">:0px </span>-1px 4px #000;<br />
&nbsp; &nbsp; text-shadow<span style="color: #3333ff;">:1px </span>1px 1px #000;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table2 </span>tfoot th<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding</span>:10px;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-size</span>:18px;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">text-transform</span>:<span style="color: #993333;">uppercase</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span>:#888;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table2 </span>tfoot td<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-size</span>:36px;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span>:#EF870E;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">border-top</span>:<span style="color: #993333;">none</span>;<br />
&nbsp; &nbsp; border-bottom<span style="color: #3333ff;">:3px </span>solid #666;<br />
&nbsp; &nbsp; -moz-box-shadow<span style="color: #3333ff;">:0px </span>1px 4px #000;<br />
&nbsp; &nbsp; -webkit-box-shadow<span style="color: #3333ff;">:0px </span>1px 4px #000;<br />
&nbsp; &nbsp; box-shadow<span style="color: #3333ff;">:0px </span>1px 4px #000;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table2 </span>thead th:empty<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background</span>:<span style="color: #993333;">transparent</span>;<br />
&nbsp; &nbsp; -moz-box-shadow:<span style="color: #993333;">none</span>;<br />
&nbsp; &nbsp; -webkit-box-shadow:<span style="color: #993333;">none</span>;<br />
&nbsp; &nbsp; box-shadow:<span style="color: #993333;">none</span>;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table2 </span>thead :nth-last-child<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">1</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">border-right</span>:<span style="color: #993333;">none</span>;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table2 </span>thead :first-child,<br />
<span style="color: #6666ff;">.table2 </span>tbody :nth-last-child<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">1</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">border</span>:<span style="color: #993333;">none</span>;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table2 </span>tbody th<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">text-align</span>:<span style="color: #000000; font-weight: bold;">right</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding</span>:10px;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span>:#333;<br />
&nbsp; &nbsp; text-shadow<span style="color: #3333ff;">:1px </span>1px 1px #ccc;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background-color</span>:#f9f9f9;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table2 </span>tbody td<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding</span>:10px;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background-color</span>:#f0f0f0;<br />
&nbsp; &nbsp; border-right<span style="color: #3333ff;">:1px </span>dotted #999;<br />
&nbsp; &nbsp; text-shadow<span style="color: #3333ff;">:-1px </span>1px 1px #fff;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">text-transform</span>:<span style="color: #993333;">uppercase</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span>:#333;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table2 </span>tbody span.check::before<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">content</span> : <span style="color: #993333;">url</span><span style="color: #66cc66;">&#40;</span>../images/check1.png<span style="color: #66cc66;">&#41;</span><br />
<span style="color: #66cc66;">&#125;</span></p>
<p><span style="color: #808080; font-style: italic;">/* Table 3 Style */</span><br />
table.table3<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-family</span>:Arial;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-size</span>: 18px;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-style</span>: <span style="color: #993333;">normal</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-weight</span>: <span style="color: #993333;">normal</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">text-transform</span>: <span style="color: #993333;">uppercase</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">letter-spacing</span>: -1px;<br />
&nbsp; &nbsp; line-<span style="color: #000000; font-weight: bold;">height</span>: <span style="color: #cc66cc;color:#800000;">1</span>.7em;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">text-align</span>:<span style="color: #993333;">center</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">border-collapse</span>:<span style="color: #993333;">collapse</span>;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table3 </span>thead th<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; padding<span style="color: #3333ff;">:6px </span>10px;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">text-transform</span>:<span style="color: #993333;">uppercase</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span>:#444;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-weight</span>:<span style="color: #993333;">bold</span>;<br />
&nbsp; &nbsp; text-shadow<span style="color: #3333ff;">:1px </span>1px 1px #fff;<br />
&nbsp; &nbsp; border-bottom<span style="color: #3333ff;">:5px </span>solid #444;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table3 </span>thead th:empty<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background</span>:<span style="color: #993333;">transparent</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">border</span>:<span style="color: #993333;">none</span>;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table3 </span>thead :nth-child<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">2</span><span style="color: #66cc66;">&#41;</span>,<br />
<span style="color: #6666ff;">.table3 </span>tfoot :nth-child<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">2</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background-color</span>: #7FD2FF;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table3 </span>tfoot :nth-child<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">2</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; -moz-border-radius<span style="color: #3333ff;">:0px </span>0px 0px 5px;<br />
&nbsp; &nbsp; -webkit-border-bottom-left-radius:5px;<br />
&nbsp; &nbsp; border-bottom-left-radius:5px;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table3 </span>thead :nth-child<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">2</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; -moz-border-radius<span style="color: #3333ff;">:5px </span>0px 0px 0px;<br />
&nbsp; &nbsp; -webkit-border-top-left-radius:5px;<br />
&nbsp; &nbsp; border-top-left-radius:5px;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table3 </span>thead :nth-child<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">3</span><span style="color: #66cc66;">&#41;</span>,<br />
<span style="color: #6666ff;">.table3 </span>tfoot :nth-child<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">3</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background-color</span>: #45A8DF;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table3 </span>thead :nth-child<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">4</span><span style="color: #66cc66;">&#41;</span>,<br />
<span style="color: #6666ff;">.table3 </span>tfoot :nth-child<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">4</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background-color</span>: #2388BF;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table3 </span>thead :nth-child<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">5</span><span style="color: #66cc66;">&#41;</span>,<br />
<span style="color: #6666ff;">.table3 </span>tfoot :nth-child<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">5</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background-color</span>: #096A9F;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table3 </span>thead :nth-child<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">5</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; -moz-border-radius<span style="color: #3333ff;">:0px </span>5px 0px 0px;<br />
&nbsp; &nbsp; -webkit-border-top-right-radius:5px;<br />
&nbsp; &nbsp; border-top-right-radius:5px;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table3 </span>tfoot :nth-child<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">5</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; -moz-border-radius<span style="color: #3333ff;">:0px </span>0px 5px 0px;<br />
&nbsp; &nbsp; -webkit-border-bottom-right-radius:5px;<br />
&nbsp; &nbsp; border-bottom-right-radius:5px;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table3 </span>tfoot td<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-size</span>:38px;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-weight</span>:<span style="color: #993333;">bold</span>;<br />
&nbsp; &nbsp; padding<span style="color: #3333ff;">:15px </span>0px;<br />
&nbsp; &nbsp; text-shadow<span style="color: #3333ff;">:1px </span>1px 1px #fff;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table3 </span>tbody td<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding</span>:10px;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table3 </span>tbody tr:nth-child<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">4</span><span style="color: #66cc66;">&#41;</span> td<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-size</span>:26px;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-weight</span>:<span style="color: #993333;">bold</span>;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table3 </span>tbody td:nth-child<span style="color: #66cc66;">&#40;</span>even<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background-color</span>:#444;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span>:#444;<br />
&nbsp; &nbsp; border-bottom<span style="color: #3333ff;">:1px </span>solid #444;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background</span>:-webkit-gradient<span style="color: #66cc66;">&#40;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; linear,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #000000; font-weight: bold;">bottom</span>,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #000000; font-weight: bold;">top</span>,<br />
&nbsp; &nbsp; &nbsp; &nbsp; color-stop<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">0</span>.<span style="color: #cc66cc;color:#800000;">39</span>, <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">189</span>,<span style="color: #cc66cc;color:#800000;">189</span>,<span style="color: #cc66cc;color:#800000;">189</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>,<br />
&nbsp; &nbsp; &nbsp; &nbsp; color-stop<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">0</span>.<span style="color: #cc66cc;color:#800000;">7</span>, <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">224</span>,<span style="color: #cc66cc;color:#800000;">224</span>,<span style="color: #cc66cc;color:#800000;">224</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background</span>:-moz-linear-gradient<span style="color: #66cc66;">&#40;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #993333;">center</span> <span style="color: #000000; font-weight: bold;">bottom</span>,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">189</span>,<span style="color: #cc66cc;color:#800000;">189</span>,<span style="color: #cc66cc;color:#800000;">189</span><span style="color: #66cc66;">&#41;</span> <span style="color: #cc66cc;color:#800000;">39</span>%,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">224</span>,<span style="color: #cc66cc;color:#800000;">224</span>,<span style="color: #cc66cc;color:#800000;">224</span><span style="color: #66cc66;">&#41;</span> <span style="color: #cc66cc;color:#800000;">70</span>%<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; text-shadow<span style="color: #3333ff;">:1px </span>1px 1px #fff;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table3 </span>tbody td:nth-child<span style="color: #66cc66;">&#40;</span>odd<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background-color</span>:#555;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span>:#f0f0f0;<br />
&nbsp; &nbsp; border-bottom<span style="color: #3333ff;">:1px </span>solid #444;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background</span>:-webkit-gradient<span style="color: #66cc66;">&#40;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; linear,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #000000; font-weight: bold;">bottom</span>,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #000000; font-weight: bold;">top</span>,<br />
&nbsp; &nbsp; &nbsp; &nbsp; color-stop<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">0</span>.<span style="color: #cc66cc;color:#800000;">39</span>, <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">85</span>,<span style="color: #cc66cc;color:#800000;">85</span>,<span style="color: #cc66cc;color:#800000;">85</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>,<br />
&nbsp; &nbsp; &nbsp; &nbsp; color-stop<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">0</span>.<span style="color: #cc66cc;color:#800000;">7</span>, <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">105</span>,<span style="color: #cc66cc;color:#800000;">105</span>,<span style="color: #cc66cc;color:#800000;">105</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background</span>:-moz-linear-gradient<span style="color: #66cc66;">&#40;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #993333;">center</span> <span style="color: #000000; font-weight: bold;">bottom</span>,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">85</span>,<span style="color: #cc66cc;color:#800000;">85</span>,<span style="color: #cc66cc;color:#800000;">85</span><span style="color: #66cc66;">&#41;</span> <span style="color: #cc66cc;color:#800000;">39</span>%,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #993333;">rgb</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">105</span>,<span style="color: #cc66cc;color:#800000;">105</span>,<span style="color: #cc66cc;color:#800000;">105</span><span style="color: #66cc66;">&#41;</span> <span style="color: #cc66cc;color:#800000;">70</span>%<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; text-shadow<span style="color: #3333ff;">:1px </span>1px 1px #000;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table3 </span>tbody td:nth-last-child<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">1</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; border-right<span style="color: #3333ff;">:1px </span>solid #222;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table3 </span>tbody th<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span>:#696969;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">text-align</span>:<span style="color: #000000; font-weight: bold;">right</span>;<br />
&nbsp; &nbsp; padding<span style="color: #3333ff;">:0px </span>10px;<br />
&nbsp; &nbsp; border-right<span style="color: #3333ff;">:1px </span>solid #aaa;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #6666ff;">.table3 </span>tbody span.check::before<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">content</span> : <span style="color: #993333;">url</span><span style="color: #66cc66;">&#40;</span>../images/check2.png<span style="color: #66cc66;">&#41;</span><br />
<span style="color: #66cc66;">&#125;</span></div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://xyberneticos.com/index.php/2010/09/10/tablas-con-css3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fancy menú CSS3</title>
		<link>http://xyberneticos.com/index.php/2010/06/05/fancy-menu-css3/</link>
		<comments>http://xyberneticos.com/index.php/2010/06/05/fancy-menu-css3/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 13:49:52 +0000</pubDate>
		<dc:creator>Nikko</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://xyberneticos.com/?p=2491</guid>
		<description><![CDATA[Fancy menú se hizo popular en devthought , basado en la biblioteca Mootools. Mas tarde conocimos una versión utilizando jQuery, llamado lavalamp, el cual tambien se hizo popular por Ganesh . Esta vez, veremos cómo obtener el mismo efecto utilizando las nuevas características de CSS3. Nota: Se ve mejor en un navegador WebKit (Safari y [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-2495 aligncenter" title="fancy" src="http://xyberneticos.com/wp-content/uploads/2010/06/fancy.jpg" alt="fancy" width="485" height="150" /></p>
<p>Fancy menú se hizo popular en <a href="http://devthought.com/blog/projects-news/2007/01/cssjavascript-true-power-fancy-menu/" target="_blank">devthought </a>, basado en la biblioteca Mootools. Mas tarde conocimos una versión utilizando jQuery, llamado lavalamp, el cual tambien se hizo popular por <a href="http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/" target="_blank">Ganesh </a>. Esta vez, veremos cómo obtener el mismo efecto utilizando las nuevas características de CSS3.</p>
<address> <strong>Nota</strong>: Se ve mejor en un navegador WebKit (Safari y Chrome). Este ejemplo es sólo para demostrar las capacidades de las características nuevas CSS3</address>
<address> </address>
<p>Enlace <a href="http://blog.insicdesigns.com/2010/02/creating-a-fancy-menu-using-css3-and-jquery/">Fancy menú </a>-  Ver <a href="http://insicdesigns.com/demo/css3/exp1/index.html">Demo</a> - <a href="http://insicdesigns.com/downloads/fancy-menu.zip">Descarga</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xyberneticos.com/index.php/2010/06/05/fancy-menu-css3/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>CSS Hover Effect</title>
		<link>http://xyberneticos.com/index.php/2009/07/23/css-hover-effect/</link>
		<comments>http://xyberneticos.com/index.php/2009/07/23/css-hover-effect/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 04:25:13 +0000</pubDate>
		<dc:creator>Nikko</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://xyberneticos.com/index.php/2009/07/23/css-hover-effect/</guid>
		<description><![CDATA[CSS Hover Effect, una muy atractiva practica para añadir a las fotos de tus productos información adicional que se mostrara en forma mucho más elegante (descripción del producto cuando el ratón pasa sobre él). La primera pieza contiene un proyecto en miniatura que se muestra por defecto (en estado normal). La segunda contiene el texto [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://xyberneticos.com/wp-content/uploads/2009/07/csshover.jpg" alt="csshover.jpg" /></p>
<p><a href="http://min.frexy.com/article/css_swap_hover_effect/" target="_blank">CSS Hover Effect</a>, una muy atractiva practica para añadir a las fotos de tus productos  información adicional que se mostrara en forma mucho más elegante (descripción del producto cuando el ratón pasa sobre él). La primera pieza contiene un proyecto en miniatura que se muestra por defecto (en estado normal). La segunda contiene el texto y descripción de esta pieza y la descripción del proyecto debe sustituir a la miniatura cuando está en estado hover.</p>
<p>Ver <a href="http://min.frexy.com/lab/css-swap-hover/" target="_blank">Demo</a> - <a href="http://min.frexy.com/lab/css-swap-hover/css-swap-hover.zip">Descarga</a> - Mas Info <a href="http://min.frexy.com/article/css_swap_hover_effect/" target="_blank">CSS Hover Effect</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xyberneticos.com/index.php/2009/07/23/css-hover-effect/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>8 Javascript para solucionar los problemas más comunes de CSS</title>
		<link>http://xyberneticos.com/index.php/2009/04/27/8-javascript-para-solucionar-los-problemas-mas-comunes-de-css/</link>
		<comments>http://xyberneticos.com/index.php/2009/04/27/8-javascript-para-solucionar-los-problemas-mas-comunes-de-css/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 03:33:01 +0000</pubDate>
		<dc:creator>Nikko</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Diseño Web]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://xyberneticos.com/index.php/2009/04/27/8-javascript-para-solucionar-los-problemas-mas-comunes-de-css/</guid>
		<description><![CDATA[El CSS es definitivamente una gran técnica para los diseñadores y desarrolladores web. Sin embargo, entre los problemas del navegador y la falta de apoyo CSS3 en los navegadores modernos, suelen transformarse en un verdadero problema. En catswhocode han recopilado 8 Javascript que les permitirá solucionar los problemas más comunes. Por ejemplos Transparencias, incluir clases [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://xyberneticos.com/wp-content/uploads/2009/04/8csssoluciones.jpg" alt="8csssoluciones.jpg" /></p>
<p>El CSS es definitivamente una gran técnica para los diseñadores y desarrolladores web. Sin embargo, entre los problemas del navegador y la falta de apoyo CSS3 en los navegadores modernos, suelen transformarse en un verdadero problema. En <a href="http://www.catswhocode.com/blog/8-javascript-solutions-to-common-css-problems" target="_blank">catswhocode</a> han recopilado <a href="http://www.catswhocode.com/blog/8-javascript-solutions-to-common-css-problems" target="_blank">8 Javascript</a> que les permitirá solucionar los problemas más comunes. Por ejemplos Transparencias, incluir clases diferentes para los diferentes navegadores, solucionar los problemas de alturas de las columnas, Solucionar la vista de las esquinas redondeadas, Fixing IE overflow problema, Los alineamientos verticales, las precargas de imágenes, Matar IE6 (colgará automáticamente una vez que la página se carga)</p>
<p>Enlace  <a href="http://www.catswhocode.com/blog/8-javascript-solutions-to-common-css-problems" target="_blank">8 Javascript solutions to common CSS problems</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xyberneticos.com/index.php/2009/04/27/8-javascript-para-solucionar-los-problemas-mas-comunes-de-css/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CSS Chart Generator &#8211; Graficos de Barras en segundos</title>
		<link>http://xyberneticos.com/index.php/2009/02/28/css-chart-generator-graficos-de-barras-en-segundos/</link>
		<comments>http://xyberneticos.com/index.php/2009/02/28/css-chart-generator-graficos-de-barras-en-segundos/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 21:05:35 +0000</pubDate>
		<dc:creator>Nikko</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Generadores]]></category>
		<category><![CDATA[Recursos Web]]></category>

		<guid isPermaLink="false">http://xyberneticos.com/index.php/2009/02/28/css-chart-generator-graficos-de-barras-en-segundos/</guid>
		<description><![CDATA[CSS Chart Generator, un práctico generador de gráficos de Barras en CSS. Con esta interfaz es realmente simple crear diseños gráficos en cuestión de segundos. Simplemente debemos configurar algunos parámetros como el color de las barras, tamaño, los títulos de los ejes X e Y, color de fuente, fondos y muchas características más. Una vez [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://xyberneticos.com/wp-content/uploads/2009/02/csschat.jpg" alt="csschat.jpg" /></p>
<p><a href="http://www.artviper.net/css-chart-generator/create-css-chart.php" target="_blank">CSS Chart Generator</a>, un práctico generador de gráficos de Barras en CSS. Con esta interfaz es realmente simple crear diseños gráficos en cuestión de segundos. Simplemente debemos configurar algunos parámetros como el color de las barras, tamaño, los títulos de los ejes X e Y, color de fuente, fondos y muchas características más. Una vez que hemos realizado la configuración deseada,  es fácil de implementarlo a nuestro blog; Solo deberemos copiar el codigo que se nos genera y pegarlo en las secciones que deseamos mostrar nuestra grafica. Muy facil.</p>
<p>uso:</p>
<div class="igBar"><span id="lphp-21"><a href="#" onclick="javascript:showPlainTxt('php-21'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-21">
<div class="php"><span style="color:#000000; font-weight:bold;">&lt;?php</span><br />
<span style="color:#6E8885;">$chartData</span> = <a href="http://www.php.net/file_get_contents"><span style="color:#000066;">file_get_contents</span></a><span style="color:#234365; font-weight:bold;">&#40;</span><span style="color:#234365;">"&nbsp; &nbsp; &nbsp;///AQUI PEGAMOS EL COGIGO Q SE NOS GENERA /////&nbsp; &nbsp; &nbsp;"</span><span style="color:#234365; font-weight:bold;">&#41;</span>;<br />
<a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#6E8885;">$chartData</span>;<br />
<span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</div>
</div>
<p>
Ejemplo:</p>
<div class="igBar"><span id="lphp-22"><a href="#" onclick="javascript:showPlainTxt('php-22'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-22">
<div class="php"><span style="color:#000000; font-weight:bold;">&lt;?php</span><br />
<span style="color:#6E8885;">$chartData</span> = <a href="http://www.php.net/file_get_contents"><span style="color:#000066;">file_get_contents</span></a><span style="color:#234365; font-weight:bold;">&#40;</span><span style="color:#234365;">"http://www.artviper.net/css-chart-generator/chartdraw.php?&amp;w=350&amp;h=250&amp;fontsize=10&amp;ytitle=Welcome&amp;xtitle=CSS Chart Generator&amp;vals=100,120,170,210,222&amp;colors=900,e60,333,3a8ef6,cf0&amp;bw=35&amp;barspc=15&amp;showvals=1&amp;bgchart=555&amp;fontcol=000&amp;spenable=1&amp;spdist=25&amp;spcol=222"</span><span style="color:#234365; font-weight:bold;">&#41;</span>;<br />
<a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#6E8885;">$chartData</span>;<br />
<span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://xyberneticos.com/index.php/2009/02/28/css-chart-generator-graficos-de-barras-en-segundos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS 3 &#8211; Ocultar mensajes dentro de un texto</title>
		<link>http://xyberneticos.com/index.php/2009/02/16/css-3-ocultar-mensajes-dentro-de-un-texto/</link>
		<comments>http://xyberneticos.com/index.php/2009/02/16/css-3-ocultar-mensajes-dentro-de-un-texto/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 22:28:53 +0000</pubDate>
		<dc:creator>Nikko</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://xyberneticos.com/index.php/2009/02/16/css-3-ocultar-mensajes-dentro-de-un-texto/</guid>
		<description><![CDATA[CSS 3 posee propiedades muy interesantes, y algunas con las cuales podremos divertirnos un poquito. Hoy acabo de leer aquí, un pequeño truquito para ocultar mensajes dentro de un texto, utilizando la declaración ::selection. La idea es muy simple, al seleccionar todo el texto de un párrafo, algunas letras quedaran fuera de toda esa selección, [...]]]></description>
			<content:encoded><![CDATA[<p>CSS 3 posee propiedades muy interesantes, y algunas con las cuales podremos divertirnos un poquito. Hoy acabo de leer <a href="http://blog.ph-creative.com/post/CSS-Trick-Hidden-Messages.aspx">aquí</a>, un pequeño truquito para ocultar mensajes dentro de un texto, utilizando la declaración ::selection. La idea es muy simple, al seleccionar todo el texto de un párrafo, algunas letras quedaran fuera de toda esa selección, formando en conjunto nuevos mensajes. Claro que podrán verlo, siempre y cuando no utilicen Internet Explorer.</p>
<p>Ver <a href="http://blog.ph-creative.com/demos/hidden-message.html" target="_blank">Demo</a> - Mas Info <a href="http://blog.ph-creative.com/post/CSS-Trick-Hidden-Messages.aspx" target="_blank">Hidden Messages</a></p>
<div class="igBar"><span id="lcss-25"><a href="#" onclick="javascript:showPlainTxt('css-25'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CSS:</span>
<div id="css-25">
<div class="css">p:<span style="color: #3333ff;">:selection </span><span style="color: #66cc66;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span>:#000;color:#000; <span style="color: #66cc66;">&#125;</span><br />
p:<span style="color: #3333ff;">:-moz-selection </span><span style="color: #66cc66;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span>:#000;color:#000; <span style="color: #66cc66;">&#125;</span><br />
p span:<span style="color: #3333ff;">:selection </span><span style="color: #66cc66;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span>:#fff;color:#000; <span style="color: #66cc66;">&#125;</span><br />
p span:<span style="color: #3333ff;">:-moz-selection </span><span style="color: #66cc66;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span>:#fff;color:#000; <span style="color: #66cc66;">&#125;</span></div>
</div>
</div>
<p></p>
<div class="igBar"><span id="lhtml-26"><a href="#" onclick="javascript:showPlainTxt('html-26'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-26">
<div class="html"><span style="color: #606060;">&lt;p&gt;</span>&nbsp;<br />
Estas son las palabras que quiero ocultar.<br />
<span style="color: #606060;">&lt;span&gt;</span>&nbsp; <br />
Y estas son las palabras que quiero mostrar<span style="color: #606060;">&lt;/span&gt;</span><span style="color: #606060;">&lt;/p&gt;</span></div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://xyberneticos.com/index.php/2009/02/16/css-3-ocultar-mensajes-dentro-de-un-texto/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Crear un Menu de navegación al estilo de Vimeo.com</title>
		<link>http://xyberneticos.com/index.php/2009/01/29/crear-un-menu-de-navegacion-al-estilo-de-vimeocom/</link>
		<comments>http://xyberneticos.com/index.php/2009/01/29/crear-un-menu-de-navegacion-al-estilo-de-vimeocom/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 21:37:15 +0000</pubDate>
		<dc:creator>Nikko</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Diseño Web]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Recursos Web]]></category>

		<guid isPermaLink="false">http://xyberneticos.com/index.php/2009/01/29/crear-un-menu-de-navegacion-al-estilo-de-vimeocom/</guid>
		<description><![CDATA[Si siempre te agrado el menú de navegación utilizado en Vimeo.com, hoy aprenderás a crearlos para tus proyectos personales. Posee un estilo muy llamativo y le efecto justo y necesario. Lo mas atractivo del menú, es el cuadro que despliega al situarnos en el cuadro de búsqueda, brindándonos más opciones que podremos elegir antes de [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://xyberneticos.com/wp-content/uploads/2009/01/vimeo.jpg" alt="vimeo.jpg" /></p>
<p>Si siempre te agrado el menú de navegación utilizado en <a href="http://vimeo.com/about">Vimeo.com</a>, hoy aprenderás a <a href="http://www.jankoatwarpspeed.com/post/2009/01/19/Create-Vimeo-like-top-navigation.aspx">crearlos para tus proyectos</a> personales. Posee un estilo muy llamativo y le efecto justo y necesario. Lo mas atractivo del menú, es el cuadro que despliega al situarnos en el cuadro de búsqueda, brindándonos más opciones que podremos elegir antes de realizarla las búsquedas por todo nuestro sitio.</p>
<p>Ver <a href="http://www.jankoatwarpspeed.com/examples/vimeo_navigation/">Demo </a>- <a href="http://www.jankoatwarpspeed.com/file.axd?file=2009%2f1%2fvimeo_navigation.zip">Descarga </a>de Codigo - Articulo Original  <a href="http://www.jankoatwarpspeed.com/post/2009/01/19/Create-Vimeo-like-top-navigation.aspx" target="_blank">jankoatwarpspeed</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xyberneticos.com/index.php/2009/01/29/crear-un-menu-de-navegacion-al-estilo-de-vimeocom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

