<?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>Portal Tecnologia &#187; CSS</title>
	<atom:link href="http://www.portaltecnologia.net/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.portaltecnologia.net</link>
	<description>Seu portal em tecnologia da informação</description>
	<lastBuildDate>Mon, 12 Dec 2011 11:12:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Manipulação de propriedades CSS via JavaScript</title>
		<link>http://www.portaltecnologia.net/2008/03/10/manipulacao-de-propriedades-css-via-javascript/</link>
		<comments>http://www.portaltecnologia.net/2008/03/10/manipulacao-de-propriedades-css-via-javascript/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 15:54:46 +0000</pubDate>
		<dc:creator>Davi Alencar</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[background-color]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[Hebert]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[manipulação]]></category>
		<category><![CDATA[referencia]]></category>

		<guid isPermaLink="false">http://www.portaltecnologia.net/2008/03/10/manipulacao-de-propriedades-css-via-javascript/</guid>
		<description><![CDATA[Este sábado estava criando um menu de cascata utilizando JavaScript + CSS, em determinado momento senti a necessidade de alterar propriedades Css (background-color, border, color e etc.) via Javascript. Pesquisei encontrei essa excelente lista com as definições de Css X JavaScript, obra do grande Profº Hebert. Segue a lista: Propriedade &#8211; CSS Referência &#8211; JavaScript [...]]]></description>
			<content:encoded><![CDATA[<p>Este sábado estava criando um menu de cascata utilizando JavaScript + CSS, em determinado momento senti a necessidade de alterar propriedades Css (background-color, border, color e etc.) via Javascript. Pesquisei encontrei essa excelente lista com as definições de Css X JavaScript, obra do grande Profº <a href="http://www.hebertphp.net">Hebert.</a></p>
<p>Segue a lista:</p>
<table align="center" width="60%" cellPadding="0" cellSpacing="0" border="1">
<tr>
<th align="center" width="50%"><strong>Propriedade &#8211; CSS</strong></th>
<th align="center" width="50%"><strong>Referência &#8211; JavaScript</strong></th>
</tr>
<tr>
<td align="center" width="50%">background</td>
<td align="center" width="50%">background</td>
</tr>
<tr>
<td align="center" width="50%">background-attachment</td>
<td align="center" width="50%">backgroundAttachment</td>
</tr>
<tr>
<td align="center" width="50%">background-color</td>
<td align="center" width="50%">backgroundColor</td>
</tr>
<tr>
<td align="center" width="50%">background-image</td>
<td align="center" width="50%">backgroundImage</td>
</tr>
<tr>
<td align="center" width="50%">background-position</td>
<td align="center" width="50%">backgroundPosition</td>
</tr>
<tr>
<td align="center" width="50%">background-repeat</td>
<td align="center" width="50%">backgroundRepeat</td>
</tr>
<tr>
<td align="center" width="50%">border</td>
<td align="center" width="50%">border</td>
</tr>
<tr>
<td align="center" width="50%">border-bottom</td>
<td align="center" width="50%">borderBottom</td>
</tr>
<tr>
<td align="center" width="50%">border-bottom-color</td>
<td align="center" width="50%">borderBottomColor</td>
</tr>
<tr>
<td align="center" width="50%">border-bottom-style</td>
<td align="center" width="50%">borderBottomStyle</td>
</tr>
<tr>
<td align="center" width="50%">border-bottom-width</td>
<td align="center" width="50%">borderBottomWidth</td>
</tr>
<tr>
<td align="center" width="50%">border-color</td>
<td align="center" width="50%">borderColor</td>
</tr>
<tr>
<td align="center" width="50%">border-left</td>
<td align="center" width="50%">borderLeft</td>
</tr>
<tr>
<td align="center" width="50%">border-left-color</td>
<td align="center" width="50%">borderLeftColor</td>
</tr>
<tr>
<td align="center" width="50%">border-left-style</td>
<td align="center" width="50%">borderLeftStyle</td>
</tr>
<tr>
<td align="center" width="50%">border-left-width</td>
<td align="center" width="50%">borderLeftWidth</td>
</tr>
<tr>
<td align="center" width="50%">border-right</td>
<td align="center" width="50%">borderRight</td>
</tr>
<tr>
<td align="center" width="50%">border-right-color</td>
<td align="center" width="50%">borderRightColor</td>
</tr>
<tr>
<td align="center" width="50%">border-right-style</td>
<td align="center" width="50%">borderRightStyle</td>
</tr>
<tr>
<td align="center" width="50%">border-right-width</td>
<td align="center" width="50%">borderRightWidth</td>
</tr>
<tr>
<td align="center" width="50%">border-style</td>
<td align="center" width="50%">borderStyle</td>
</tr>
<tr>
<td align="center" width="50%">border-top</td>
<td align="center" width="50%">borderTop</td>
</tr>
<tr>
<td align="center" width="50%">border-top-color</td>
<td align="center" width="50%">borderTopColor</td>
</tr>
<tr>
<td align="center" width="50%">border-top-style</td>
<td align="center" width="50%">borderTopStyle</td>
</tr>
<tr>
<td align="center" width="50%">border-top-width</td>
<td align="center" width="50%">borderTopWidth</td>
</tr>
<tr>
<td align="center" width="50%">border-width</td>
<td align="center" width="50%">borderWidth</td>
</tr>
<tr>
<td align="center" width="50%">clear</td>
<td align="center" width="50%">clear</td>
</tr>
<tr>
<td align="center" width="50%">clip</td>
<td align="center" width="50%">clip</td>
</tr>
<tr>
<td align="center" width="50%">color</td>
<td align="center" width="50%">color</td>
</tr>
<tr>
<td align="center" width="50%">cursor</td>
<td align="center" width="50%">cursor</td>
</tr>
<tr>
<td align="center" width="50%">display</td>
<td align="center" width="50%">display</td>
</tr>
<tr>
<td align="center" width="50%">filter</td>
<td align="center" width="50%">filter</td>
</tr>
<tr>
<td align="center" width="50%">font</td>
<td align="center" width="50%">font</td>
</tr>
<tr>
<td align="center" width="50%">font-family</td>
<td align="center" width="50%">fontFamily</td>
</tr>
<tr>
<td align="center" width="50%">font-size</td>
<td align="center" width="50%">fontSize</td>
</tr>
<tr>
<td align="center" width="50%">font-variant</td>
<td align="center" width="50%">fontVariant</td>
</tr>
<tr>
<td align="center" width="50%">font-weight</td>
<td align="center" width="50%">fontWeight</td>
</tr>
<tr>
<td align="center" width="50%">height</td>
<td align="center" width="50%">height</td>
</tr>
<tr>
<td align="center" width="50%">left</td>
<td align="center" width="50%">left</td>
</tr>
<tr>
<td align="center" width="50%">letter-spacing</td>
<td align="center" width="50%">letterSpacing</td>
</tr>
<tr>
<td align="center" width="50%">line-height</td>
<td align="center" width="50%">lineHeight</td>
</tr>
<tr>
<td align="center" width="50%">list-style</td>
<td align="center" width="50%">listStyle</td>
</tr>
<tr>
<td align="center" width="50%">list-style-image</td>
<td align="center" width="50%">listStyleImage</td>
</tr>
<tr>
<td align="center" width="50%">list-style-position</td>
<td align="center" width="50%">listStylePosition</td>
</tr>
<tr>
<td align="center" width="50%">list-style-type</td>
<td align="center" width="50%">listStyleType</td>
</tr>
<tr>
<td align="center" width="50%">margin</td>
<td align="center" width="50%">margin</td>
</tr>
<tr>
<td align="center" width="50%">margin-bottom</td>
<td align="center" width="50%">marginBottom</td>
</tr>
<tr>
<td align="center" width="50%">margin-left</td>
<td align="center" width="50%">marginLeft</td>
</tr>
<tr>
<td align="center" width="50%">margin-right</td>
<td align="center" width="50%">marginRight</td>
</tr>
<tr>
<td align="center" width="50%">margin-top</td>
<td align="center" width="50%">marginTop</td>
</tr>
<tr>
<td align="center" width="50%">overflow</td>
<td align="center" width="50%">overflow</td>
</tr>
<tr>
<td align="center" width="50%">padding</td>
<td align="center" width="50%">padding</td>
</tr>
<tr>
<td align="center" width="50%">padding-bottom</td>
<td align="center" width="50%">paddingBottom</td>
</tr>
<tr>
<td align="center" width="50%">padding-left</td>
<td align="center" width="50%">paddingLeft</td>
</tr>
<tr>
<td align="center" width="50%">padding-right</td>
<td align="center" width="50%">paddingRight</td>
</tr>
<tr>
<td align="center" width="50%">padding-top</td>
<td align="center" width="50%">paddingTop</td>
</tr>
<tr>
<td align="center" width="50%">page-break-after</td>
<td align="center" width="50%">pageBreakAfter</td>
</tr>
<tr>
<td align="center" width="50%">page-break-before</td>
<td align="center" width="50%">pageBreakBefore</td>
</tr>
<tr>
<td align="center" width="50%">position</td>
<td align="center" width="50%">position</td>
</tr>
<tr>
<td align="center" width="50%">float</td>
<td align="center" width="50%">styleFloat</td>
</tr>
<tr>
<td align="center" width="50%">text-align</td>
<td align="center" width="50%">textAlign</td>
</tr>
<tr>
<td align="center" width="50%">text-decoration</td>
<td align="center" width="50%">textDecoration</td>
</tr>
<tr>
<td align="center" width="50%">text-decoration: blink</td>
<td align="center" width="50%">textDecorationBlink</td>
</tr>
<tr>
<td align="center" width="50%">text-decoration: line-through</td>
<td align="center" width="50%">textDecorationLineThrough</td>
</tr>
<tr>
<td align="center" width="50%">text-decoration: none</td>
<td align="center" width="50%">textDecorationNone</td>
</tr>
<tr>
<td align="center" width="50%">text-decoration: overline</td>
<td align="center" width="50%">textDecorationOverline</td>
</tr>
<tr>
<td align="center" width="50%">text-decoration: underline</td>
<td align="center" width="50%">textDecorationUnderline</td>
</tr>
<tr>
<td align="center" width="50%">text-indent</td>
<td align="center" width="50%">textIndent</td>
</tr>
<tr>
<td align="center" width="50%">text-transform</td>
<td align="center" width="50%">textTransform</td>
</tr>
<tr>
<td align="center" width="50%">top</td>
<td align="center" width="50%">top</td>
</tr>
<tr>
<td align="center" width="50%">vertical-align</td>
<td align="center" width="50%">verticalAlign</td>
</tr>
<tr>
<td align="center" width="50%">visibility</td>
<td align="center" width="50%">visibility</td>
</tr>
<tr>
<td align="center" width="50%">width</td>
<td align="center" width="50%">width</td>
</tr>
<tr>
<td align="center" width="50%">z-index</td>
<td align="center" width="50%">zIndex</td>
</tr>
</table>
<p>Fonte: <a target="_blank" href="http://www.hebertphp.net/wordpress/?p=586">Clique aqui</a></p>
<p>Davi de Alencar Silva<br />
<a href="mailto:%20davi@portaltecnologia.net">davi@portaltecnologia.net</a></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.portaltecnologia.net%2F2008%2F03%2F10%2Fmanipulacao-de-propriedades-css-via-javascript%2F&amp;t=Manipula%C3%A7%C3%A3o%20de%20propriedades%20CSS%20via%20JavaScript" id="facebook_share_button_116" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_116') || document.getElementById('facebook_share_icon_116') || document.getElementById('facebook_share_both_116') || document.getElementById('facebook_share_button_116');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_116') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Manipula%C3%A7%C3%A3o+de+propriedades+CSS+via+JavaScript+http%3A%2F%2Fportaltecnologia.net%2F%3Fp%3D116" title="Post to Twitter"><img class="nothumb" src="http://www.portaltecnologia.net/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div><div style='display:none' id="post-refEl-116"></div>]]></content:encoded>
			<wfw:commentRss>http://www.portaltecnologia.net/2008/03/10/manipulacao-de-propriedades-css-via-javascript/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CSS Reset</title>
		<link>http://www.portaltecnologia.net/2008/02/06/css-reset/</link>
		<comments>http://www.portaltecnologia.net/2008/02/06/css-reset/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 18:45:58 +0000</pubDate>
		<dc:creator>Davi Alencar</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS RESET]]></category>

		<guid isPermaLink="false">http://www.portaltecnologia.net/?p=32</guid>
		<description><![CDATA[Olá caros leitores, como post inicial vim comentar sobre um assunto que já me perturbou muito, trata-se de CSS Reset. Quantas vezes ao criar um Layout, ele magicamente inclui pixels ali e acolá. Se torna um verdadeiro calvário deixar o layout da maneira que realmente nos convém. Isso acontece por que alguns elementos HTML possuem [...]]]></description>
			<content:encoded><![CDATA[<p>Olá caros leitores, como post inicial vim comentar sobre um assunto que já me perturbou muito, trata-se de CSS Reset.</p>
<p>Quantas  vezes ao criar um Layout, ele magicamente inclui pixels ali e acolá. Se torna um verdadeiro calvário deixar o layout da maneira que realmente nos convém.</p>
<p>Isso acontece por que alguns elementos HTML  possuem valores de margin, padding, bordas e outras formatações setados por padrão para que os sites sejam visualizados.</p>
<p><font face="Courier New"><font face="Georgia">De uma maneira simplificada pode ser feito assim:</font></font></p>
<p><font face="Courier New">* {<br />
margin:0;<br />
padding:0;<br />
list-style:none;<br />
}</font></p>
<p>O seletor * funciona para selecionar todos os atributos, com ele temos uma maneira rápida e fácil de limparmos o CSS.</p>
<p>Segue exemplo de uma limpeza mais bruta: <a href="http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/" target="_blank">http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/</a>.</p>
<p>É claro que isso depende de cada um, mas fica ai a dica.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.portaltecnologia.net%2F2008%2F02%2F06%2Fcss-reset%2F&amp;t=CSS%20Reset" id="facebook_share_button_32" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_32') || document.getElementById('facebook_share_icon_32') || document.getElementById('facebook_share_both_32') || document.getElementById('facebook_share_button_32');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_32') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=CSS+Reset+http%3A%2F%2Fportaltecnologia.net%2F%3Fp%3D32" title="Post to Twitter"><img class="nothumb" src="http://www.portaltecnologia.net/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div><div style='display:none' id="post-refEl-32"></div>]]></content:encoded>
			<wfw:commentRss>http://www.portaltecnologia.net/2008/02/06/css-reset/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

