<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-190922748617830555</id><updated>2024-12-18T19:20:24.708-08:00</updated><title type='text'>Como fazer um site ou blog.</title><subtitle type='html'>COMO FAZER UM SITE OU BLOG.CODIGOS HTML E JAVASCRIPT.EFEITOS AO PASSAR O MAUSE EM: IMAGENS,TEXTOS,TABELAS,MARQUEE,BUTTON,CORES,TEXTAREA. AQUI-IKPOSS.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>110</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-2367142037319068311</id><published>2011-03-06T12:33:00.000-08:00</published><updated>2012-05-24T07:39:10.854-07:00</updated><title type='text'>Bem - Vindos</title><content type='html'>&lt;script language=&quot;javascript&quot;&gt;
&lt;!--
var username = &quot;celsosilva&quot;;
var i = &quot;34&quot;;
// --&gt;
&lt;/script&gt;&lt;script&gt;
&lt;!-- início
function WinOpen() {
}
today = new Date()
if(today.getMinutes() &lt; 10){ 
pad = &quot;0&quot;}
else 
pad = &quot;&quot;;

if((today.getHours() &lt; 12) &amp;&amp; (today.getHours() &gt;= 6)){
document.write(&quot;&lt;b&gt;Bem-vindos!&lt;font color=blue&gt;Bom dia!&lt;/font&gt;&lt;/b&gt;&quot;) // Aqui é o que aparece entre 06:00 e 12:00 hs.
}
if((today.getHours() &gt;= 12) &amp;&amp; (today.getHours() &lt; 18)){
document.write(&quot;&lt;b&gt;Bem-vindos!&lt;font color=blue&gt;Boa tarde!&lt;/font&gt;&lt;/b&gt;&quot;) // Aqui é o que aparece entre 12:00 e 18:00 hs.
}
if((today.getHours() &gt;= 18) &amp;&amp; (today.getHours() &lt;= 23)){
document.write(&quot;&lt;b&gt;Bem-vindos!&lt;font color=blue&gt;Boa noite!&lt;/font&gt;&lt;/b&gt;&quot;) // Aqui é o que aparece entre 18:00 e 24:00 hs.
}
if((today.getHours() &gt;= 0) &amp;&amp; (today.getHours() &lt; 4)){
document.write(&quot;&lt;B&gt;Bem Vindo amigo(a). Isso é hora de ficar acordado(a)? &lt;font color=blue&gt; DESCANSE UM POUCO.&lt;/font&gt;&lt;/B&gt;&quot;) // Aqui é o que aparece entre 24:00 e 04:00 hs.
}
if((today.getHours() &gt;= 4) &amp;&amp; (today.getHours() &lt;= 6)){
document.write(&quot;&quot;) // Aqui é o que aparece entre 04:00 e 06:00 hs.
}
//Um detalhe, quando for entre seis e sete da manhã, vai aparecer(conforme o ex. acima):
//Bom dia! Está cedo! , aparece os dois, OK?

// Aqui abaixo fica a hora e a data, você pode mudar a font, tirar o negrito, centralizar, etc...
document.write(&quot;&lt;b&gt;Hora &quot;,today.getHours(),&quot;:&quot;,pad,today.getMinutes(),&quot;hs.&lt;/B&gt;&quot;)

document.write(&quot;&lt;b&gt;Dia, &quot;, today.getDate(),&quot;/&quot;,today.getMonth()+1,&quot;/&quot;,today.getYear(),&quot;&lt;/B&gt;&quot;);

// finalizar --&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;table bgcolor=&quot;transparent&quot; border=&quot;0&quot; cellpading=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;height: 10px; width: 720px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2011/03/texto-piscando-colorido_01.html&quot; title=&quot;veja mais em Javascript&quot;&gt;&lt;script language=&quot;JavaScript1.2&quot;&gt;
&lt;!-- 
// The JavaScript Source!! http://javascript.internet.com --&gt;
function initArray() {
this.length = initArray.arguments.length;
for (var i = 0; i &lt; this.length; i++) {
this[i] = initArray.arguments[i];
   }
}

// modificar aqui o texto, a velocidade e a s cores
var ctext=&quot;&lt;h1&gt;TEXTO PISCANDO COLORIDO!!!&lt;/h1&gt;&quot;;
var speed = 3000;
var x = 3;
var color = new initArray(
&quot;white&quot;, 
&quot;blue&quot;,
&quot;red&quot;,
&quot;yellow&quot; 
);
// fim das modificações

if(navigator.appName == &quot;Netscape&quot;) {
document.write(&#39;&lt;layer id=&quot;c&quot;&gt;&#39; +ctext+&#39;&lt;/layer&gt;
&#39;);
}
if (navigator.appVersion.indexOf(&quot;MSIE&quot;) != -1){
document.write(&#39;&lt;div id=&quot;c&quot;&gt;&#39;+ctext+&#39;&lt;/div&gt;&#39;);
}
function chcolor(){ 
if(navigator.appName == &quot;Netscape&quot;) {
document.c.document.write(&#39;&lt;font color=&quot;&#39;+color[x]);
document.c.document.write(&#39;&quot;&gt;&#39;+ctext+&#39;&lt;/font&gt;&#39;);
document.c.document.close();
}
else if (navigator.appVersion.indexOf(&quot;MSIE&quot;) != -1){
document.all.c.style.color = color[x];
}
(x &lt; color.length-1) ? x++ : x = 0;
}
setInterval(&quot;chcolor()&quot;,1000);
// --&gt;
&lt;/script&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;

&lt;fieldset style=&quot;width: 710px;&quot;&gt;&lt;legend&gt;&lt;span style=&quot;color: white; font-family: verdana;&quot;&gt;Veja alguns dos nossos conteúdos&lt;/span&gt;&lt;/legend&gt;
&lt;table bgcolor=&quot;#333333&quot; border=&quot;1&quot; bordercolor=&quot;#333333&quot; cellpadding=&quot;1&quot; cellspacing=&quot;0&quot; style=&quot;height: 20px; width: 705px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;script language=&quot;JavaScript&quot;&gt;
hoje = new Date()
numero_de_textos = 3
segundos = hoje.getSeconds()
numero = segundos % numero_de_textos
if (numero == 0){
texto = &quot;&lt;a href=&#39;http://ikposs.blogspot.com/2010/10/ventana-pop-up.html&#39;&gt;maquina de escrever&lt;/a&gt;&quot;
}
if (numero == 01){
texto = &quot;&lt;a href=&#39;http://ikposs.blogspot.com/2010/10/efeitos-com-botoes.html&#39;&gt;efeito com button&lt;/a&gt;&quot;
}
if (numero == 02){
texto = &quot;&lt;a href=&#39;http://ikposs.blogspot.com/2010/10/zoom-na-imagem.html&#39;&gt;Zoom na imagem&lt;/a&gt;&quot;
}
document.write(&#39;&#39; + texto +&#39;&#39;) 
&lt;/script&gt;&lt;/td&gt;&lt;td&gt;&lt;script language=&quot;JavaScript&quot;&gt;
hoje = new Date()
numero_de_textos = 3
segundos = hoje.getSeconds()
numero = segundos % numero_de_textos
if (numero == 0){
texto = &quot;&lt;a href=&#39;http://ikposs.blogspot.com/2010/10/fundo-da-pagina-desce-so.html&#39;&gt;fundo da página desce só&lt;/a&gt;&quot;
}
if (numero == 01){
texto = &quot;&lt;a href=&#39;http://ikposs.blogspot.com/2010/12/impede-o-butao-direito.html&#39;&gt;impede butao direito&lt;/a&gt;&quot;
}
if (numero == 02){
texto = &quot;&lt;a href=&#39;http://ikposs.blogspot.com/2010/10/hoje-new-date-numerodeimagens-3.html&#39;&gt;link aleatório na mesma imagem&lt;/a&gt;&quot;
}
document.write(&#39;&#39; + texto +&#39;&#39;) 
&lt;/script&gt;&lt;/td&gt;&lt;td&gt;
&lt;script language=&quot;JavaScript&quot;&gt;
hoje = new Date()
numero_de_textos = 3
segundos = hoje.getSeconds()
numero = segundos % numero_de_textos
if (numero == 0){
texto = &quot;&lt;a href=&#39;http://ikposs.blogspot.com/2011/02/janela-pop-up.html&#39;&gt;janela pop Up&lt;/a&gt;&quot;
}
if (numero == 01){
texto = &quot;&lt;a href=&#39;http://ikposs.blogspot.com/2010/10/efeitos-com-tabela.html&#39;&gt;efeito com tabela&lt;/a&gt;&quot;
}
if (numero == 02){
texto = &quot;&lt;a href=&#39;http://ikposs.blogspot.com/2010/10/caindo-neve.html&#39;&gt;caindo neve&lt;/a&gt;&quot;
}
document.write(&#39;&#39; + texto +&#39;&#39;) 
&lt;/script&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;
&lt;script language=&quot;JavaScript&quot;&gt;
hoje = new Date()
numero_de_textos = 3
segundos = hoje.getSeconds()
numero = segundos % numero_de_textos
if (numero == 0){
texto = &quot;&lt;a href=&#39;http://ikposs.blogspot.com/2010/11/colocando-links.html&#39;&gt;colocando links&lt;/a&gt;&quot;
}
if (numero == 01){
texto = &quot;&lt;a href=&#39;http://ikposs.blogspot.com/2010/11/cabecalhos.html&#39;&gt;cabeçalhos&lt;/a&gt;&quot;
}
if (numero == 02){
texto = &quot;&lt;a href=&#39;http://ikposs.blogspot.com/2010/11/mais-com-tag-marquee.html&#39;&gt;faça mais com  a tag marquee&lt;/a&gt;&quot;
}
document.write(&#39;&#39; + texto +&#39;&#39;) 
&lt;/script&gt;&lt;/td&gt;&lt;td&gt;
&lt;script language=&quot;JavaScript&quot;&gt;
hoje = new Date()
numero_de_textos = 3
segundos = hoje.getSeconds()
numero = segundos % numero_de_textos
if (numero == 0){
texto = &quot;&lt;a href=&#39;http://ikposs.blogspot.com/2010/12/impede-o-butao-direito.html&#39;&gt;invalidar button direito&lt;/a&gt;&quot;
}
if (numero == 01){
texto = &quot;&lt;a href=&#39;http://ikposs.blogspot.com/2010/10/texto-aleatorio.html&#39;&gt;texto aleatório&lt;/a&gt;&quot;
}
if (numero == 02){
texto = &quot;&lt;a href=&#39;http://ikposs.blogspot.com/2010/10/texto-acompanha-cursor.html&#39;&gt;texto acompanha o cursor&lt;/a&gt;&quot;
}
document.write(&#39;&#39; + texto +&#39;&#39;) 
&lt;/script&gt;&lt;/td&gt;&lt;td&gt;
&lt;script language=&quot;JavaScript&quot;&gt;
hoje = new Date()
numero_de_textos = 3
segundos = hoje.getSeconds()
numero = segundos % numero_de_textos
if (numero == 0){
texto = &quot;&lt;a href=&#39; http://ikposs.blogspot.com/2010/09/password.html&#39;&gt;fazer password&lt;/a&gt;&quot;
}
if (numero == 01){
texto = &quot;&lt;a href=&#39;http://ikposs.blogspot.com/2011/02/relogios.html&#39;&gt;relógios swf&lt;/a&gt;&quot;
}
if (numero == 02){
texto = &quot;&lt;a href=&#39;http://ikposs.blogspot.com/2010/08/imagens-aleatorias.html&#39;&gt;imagens aleatórias&lt;/a&gt;&quot;
}
document.write(&#39;&#39; + texto +&#39;&#39;) 
&lt;/script&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/fieldset&gt;



&lt;div class=&quot;caixa_pesquisa&quot;&gt;

&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiufc5wKcbWMDUZEJXDt_8uqEGAsGPzP5eRcHNeWPslsmxvYilZVzQPCbuQcH3Q_WmpeNELtfE6klqDqQhFLuQNHUhYzT3M3sGS8YH7iukXlLVeMhcimuYMe5rHyWrpIouZmjODQgRglMMT/s1600/search.png&quot; width=&quot;36&quot; height=&quot;36&quot; &gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;

&lt;form action=&quot;http://www.google.com.br/cse&quot; id=&quot;cse-search-box&quot; target=&quot;_blank&quot;&gt;&lt;input type=&quot;hidden&quot; name=&quot;cx&quot; value=&quot;partner-pub-2404280823675572:etgxxqu0nfc&quot; /&gt;&lt;input type=&quot;hidden&quot; name=&quot;ie&quot; value=&quot;ISO-8859-1&quot; /&gt;&lt;input type=&quot;text&quot; name=&quot;q&quot; size=&quot;31&quot; /&gt;&lt;input type=&quot;submit&quot; name=&quot;sa&quot; style=&quot;background:blue;color:#ffffff;&quot; value=&quot;Pesquisar&quot; /&gt;&lt;/form&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://www.google.com.br/cse/brand?form=cse-search-box&amp;amp;lang=pt&quot;&gt;&lt;/script&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;



&lt;div class=&quot;caixa_pergunta&quot;&gt;PERGUNTAS FREQUENTES&lt;/div&gt;


&lt;div class=&quot;caixa_anuncio&quot;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-2404280823675572&quot;;
/* 468x60, NOVO */
google_ad_slot = &quot;0639487540&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;
&lt;/div&gt;



&lt;div id=&quot;caixa&quot;&gt;

&lt;div class=&quot;xbox&quot;&gt; &lt;a href=&quot;http://ikposs.blogspot.com/2011/03/texto-piscando.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como colocar um texto piscando em meu site/blog?&lt;/a&gt;&lt;/div&gt;

&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2011/02/janela-pop-up.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como fazer uma janela pop Up?&lt;/a&gt;&lt;/div&gt;

&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2010/11/criando-tabelas.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como inserir uma tabela no meu site/blog?&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2010/11/colocando-links.html&quot; title=&quot;click para ver acessar!&quot;&gt;como colocar um link no meu site/blog?&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2010/10/efeitos-com-textarea.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como mudar a cor de fundo e a letra da caixa de texto?&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2010/11/criar-butao.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como fazer um button com link?&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2010/11/criar-butao.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como fazer para ao clickar no buton abrir o link em outra página?&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2010/10/efeitos-com-botoes.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como fazer para o button mude de tamanho ao passar o mause(mouse)?&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2010/10/zoom-na-imagem.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como fazer pra colocar um zoom na imagem ao click do mause(mouse)?&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2010/10/texto-aleatorio.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como fazer textos aleatórios?&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://www.blogger.com/&quot; title=&quot;click para ver acessar!&quot;&gt;Como fazer efeitos com meus letreiros(marquee)?&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2011/02/relogios.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como colocar um relógio em meu site?&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2010/02/fechar-janela.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como fazer para fechar a página do meu site em um link?&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2010/04/como-escrever-sobre-imagens.html#ancor
&quot; title=&quot;click para ver acessar!&quot;&gt;como escrever sobre imagens?&lt;/a&gt;&lt;/div&gt;

&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2011/03/texto-piscando-colorido_01.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como colocar um texto piscando colorido em meu site/blog?&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2010/10/texto-aleatorio.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como colocar um texto aleatório em meu site/blog?&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2009/05/janela-de-anuncio-que-fecha.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como colocar uma janela de anúncio que fecha?&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2001/05/muda-letra-e-tamanho-ao-passar-o-mause.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como mudar tamanho e letra ao passar o mause(mouse)sobre o texto?&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2001/05/text-displayblock-width14em-height2em.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como mudar fondo,cor da letra e tamanho sobre texto ou link?&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2011/03/texto-piscando.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como colocar um texto piscando em meu site/blog?&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2007/04/zoom-em-imagens.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como colocar zoom em imagens com janelas pop Up?&lt;/a&gt;&lt;/div&gt;

&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2007/04/zoom-em-imagens.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como colocar um relógio dinâmico com o javascript&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2006/05/muda-cor-de-todos-os-scrollbars-da.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como mudar as cores da barra de rolagem(scrollbars) do meu site/blog?&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2011/03/redirecionar-controlando-o-tempo-codigo.html&quot; title=&quot;click para ver acessar!&quot;&gt;Como redirecionar página?(encontrar navegador)&lt;/a&gt;&lt;/div&gt;


&lt;div class=&quot;xbox&quot;&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2011/03/efeito-chuva-com-estrelinha.html
&quot; title=&quot;click para ver acessar!&quot;&gt;Como fazer um efeito chuva em meu site?&lt;/a&gt;&lt;/div&gt;

&lt;/div&gt;

&lt;style type=&quot;text/css&quot;&gt;

.xbox{height:25px; width:600px; margin-top:3px; padding-top:7px; text-align:center;color:#f0f0f0; background-color:#262626;}

.xbox:hover{height:25px; width:600px; margin-top:3px; padding-top:7px; text-align:center;color:#f0f0f0; background-color:#212121;cursor:hand;}



#caixa{width:660px ;padding-left:60px;  color: #f0f0f0;   background:#191919;}

.caixa_pergunta{width:720px; padding-top:20px;padding-bottom:20px; color:#ffffff; text-align:center;  background:#191919;}


.caixa_pesquisa{width:720px; margin:10 10px; color: #ffffff;text-align:center;  background:#212121;}

.caixa_anuncio{width:720px; margin:10 10px; color: #ffffff;text-align:center;  background:#212121;}

&lt;/style&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/2367142037319068311/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/2367142037319068311?isPopup=true' title='4 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/2367142037319068311'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/2367142037319068311'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2010/11/ikposs.html' title='Bem - Vindos'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiufc5wKcbWMDUZEJXDt_8uqEGAsGPzP5eRcHNeWPslsmxvYilZVzQPCbuQcH3Q_WmpeNELtfE6klqDqQhFLuQNHUhYzT3M3sGS8YH7iukXlLVeMhcimuYMe5rHyWrpIouZmjODQgRglMMT/s72-c/search.png" height="72" width="72"/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-3543927021365779813</id><published>2011-03-06T11:09:00.000-08:00</published><updated>2012-05-24T08:00:29.326-07:00</updated><title type='text'>Elementos básicos para criar uma página da web.</title><content type='html'>&lt;center&gt;&lt;h3&gt;
&lt;span style=&quot;color: #0b5399;&quot;&gt;&lt;span dir=&quot;ltr&quot; id=&quot;sites-page-title&quot;&gt;Termos básico do html&lt;/span&gt; &lt;/span&gt;&lt;/h3&gt;
&lt;table cellspacing=&quot;0&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td class=&quot;sites-layout-tile sites-tile-name-content-1&quot;&gt;&amp;lt;html&amp;gt; (corpo)&lt;br /&gt;
&amp;lt;head&amp;gt; &lt;br /&gt;
&amp;lt;title&amp;gt;( aqui o título&amp;nbsp;de sua página)&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(aqui o&amp;nbsp; seu conteúdo )&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/html&amp;gt; ( fim do corpo)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;ATRIBUTOS&lt;/span&gt; DO &amp;nbsp;&amp;lt;BODY&amp;gt; TESTOS, IMAGENS ETC.&amp;lt;BODY&amp;gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
BGCOLOR - Cor de fundo &lt;br /&gt;
TEXT - Cor da fonte dos textos &lt;br /&gt;
LINK - Cor dos links (BLUE)(opcional)&lt;br /&gt;
&lt;div&gt;
ALINK - Cor dos links, quando clicados (RED) (opcional)&lt;br /&gt;
VLINK - Cor dos Links, depois de visitados(PURPLE)(opcional)&lt;br /&gt;
BACKGROUND - imagen de fondo (tipos. jpg,bmp,png,gif.)&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;Veja a baixo:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;body BGCOLOR=&quot;YELLOW&quot; TEXT=&quot;BLACK&quot; LINK=&quot;BLUE&quot; ALINK=&quot;RED&quot; VLINK=&quot;PURPLE&quot; BACKGROUND=&quot;IMAGEM.JPG&quot;&amp;gt;&lt;/div&gt;
(AQUI FICA SEU CONTEÚDO)&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/center&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/3543927021365779813/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/3543927021365779813?isPopup=true' title='1 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/3543927021365779813'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/3543927021365779813'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2010/11/elementos-basicos-para-criar-uma-pagina.html' title='Elementos básicos para criar uma página da web.'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-3860612608723051936</id><published>2011-03-06T11:08:00.000-08:00</published><updated>2011-07-01T08:10:00.793-07:00</updated><title type='text'>Letreiro</title><content type='html'>&lt;marquee bgcolor=&quot;#ff0000&quot; direction=&quot;right&quot;&gt;ikposs-códigos javascript&lt;/marquee&gt;&lt;br /&gt;
copie e cole o código abaixo.&lt;br /&gt;
&lt;textarea cols=&quot;30&quot; rows=&quot;4&quot;&gt;&amp;lt;www.ikposs.blogspot.com innício do código&amp;gt;&amp;lt;marquee bgcolor=&quot;#ff0000&quot; direction=&quot;right&quot;&amp;gt;ikposs&amp;lt;/marquee&amp;gt;&amp;lt;www.ikposs.blogspot.com fim do código&amp;gt;&amp;lt;&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;marquee bgcolor=&quot;#000000&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;ikposs-códigos html&lt;/span&gt;&lt;/marquee&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;table width=&quot;720&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;br /&gt;
&lt;textarea cols=&quot;30&quot; rows=&quot;4&quot;&gt;&amp;lt;www.ikposs.blogspot.com innício do código&amp;gt;&amp;lt;marquee bgcolor=&quot;#ff0000&quot; direction=&quot;left&quot;&amp;gt;ikposs&amp;lt;/marquee&amp;gt;&amp;lt;www.ikposs.blogspot.com fim do código&amp;gt;&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;marquee bgcolor=&quot;transparent&quot; direction=&quot;up&quot;&gt;&lt;font size=&quot;13&quot;&gt;ikposs&lt;/font&gt;&lt;/marquee&gt;&lt;br /&gt;
&lt;textarea cols=&quot;30&quot; rows=&quot;4&quot;&gt;&amp;lt;www.ikposs.blogspot.com innício do código&amp;gt;&amp;lt;marquee bgcolor=&quot;#ff0000&quot; direction=&quot;up&quot;&amp;gt;coloque Aqui o seu texto&amp;lt;/marquee&amp;gt;&amp;lt;www.ikposs.blogspot.com fim do código&amp;gt;&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;marquee bgcolor=&quot;#ff0000&quot; width=&quot;200&quot; scrollamount=&quot;2&quot; direction=&quot;down&quot;&gt;Faça mais com seus letreiros! vá na página de efeitos e veja o que você pode fazer com eles! copie e cole os códigos em sua página html.&lt;/marquee&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;textarea cols=&quot;30&quot; rows=&quot;4&quot;&gt;&lt;marquee bgcolor=&quot;#ff0000&quot; width=&quot;200&quot; scrollamount=&quot;2&quot; direction=&quot;down&quot;&gt;Faça mais com seus letreiros! vá na página de efeitos e veja o que você pode fazer com eles! copie e cole os códigos em sua página html.&lt;/marquee&gt;&lt;/textarea&gt;&lt;br /&gt;
&lt;/td&gt;&lt;td&gt; &lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
google_ad_client = &quot;pub-2404280823675572&quot;;
/* 336x280, criado 29/06/11 */
google_ad_slot = &quot;3516442098&quot;;
google_ad_width = 336;
google_ad_height = 280;
//--&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;script src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt; &lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;table bgcolor&quot;transparent&quot; bordercolor=&quot;transparent&quot; border=&quot;0&quot; CELLSPACING=&quot;0&quot; CELLPADDING=&quot;1&quot; width=&quot;720&quot;&gt;&lt;tbody&gt;
&lt;tr&gt; &lt;td height=&quot;300&quot; width=&quot;220&quot;&gt;&lt;br /&gt;
&lt;fieldset&gt;&lt;marquee bgcolor=&quot;#333333&quot; height=&quot;300&quot; width=&quot;200&quot; scrollamount=&quot;4&quot; direction=&quot;up&quot;&gt;se você gostou deste blog, divulgue-o!!! você esta ajudando a nós desenvolvermos cada vez mais. www.ikposs.blogspot.com&lt;br /&gt;
&lt;marquee bgcolor=&quot;#222122&quot; height=&quot;300&quot; width=&quot;200&quot; scrollamount=&quot;3&quot; direction=&quot;down&quot;&gt;Faça mais com seus letreiros! vá na página de efeitos e veja o que você pode fazer com eles! copie e cole os códigos em sua página html.&lt;/marquee&gt;&lt;/marquee&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;textarea cols=20&quot; rows=&quot;4&quot;&gt;&lt;marquee bgcolor=&quot;#333333&quot; height=&quot;300&quot; width=&quot;200&quot; scrollamount=&quot;4&quot; direction=&quot;up&quot;&gt;se você gostou deste blog, divulgue-o!!! você esta ajudando a nós desenvolvermos cada vez mais. www.ikposs.blogspot.com&lt;br /&gt;
&lt;marquee bgcolor=&quot;#222122&quot; height=&quot;300&quot; width=&quot;200&quot; scrollamount=&quot;3&quot; direction=&quot;down&quot;&gt;Faça mais com seus letreiros! vá na página de efeitos e veja o que você pode fazer com eles! copie e cole os códigos em sua página html.&lt;/marquee&gt;&lt;/marquee&gt;&lt;/textarea&gt;&lt;/fieldset&gt;&lt;/td&gt; &lt;td height=&quot;300&quot; width=&quot;220&quot;&gt;&lt;br /&gt;
&lt;fieldset&gt;&lt;marquee bgcolor=&quot;#333333&quot; height=&quot;300&quot; width=&quot;200&quot; scrollamount=&quot;1&quot; direction=&quot;down&quot;&gt;&lt;center&gt;se você gostou deste blog, divulgue-o!!! você esta ajudando a nós desenvolvermos cada vez mais. www.ikposs.blogspot.com&lt;br /&gt;
&lt;marquee bgcolor=&quot;#222122&quot; height=&quot;300&quot; width=&quot;200&quot; scrollamount=&quot;3&quot; direction=&quot;down&quot;&gt;&lt;center&gt;Faça mais com seus letreiros! vá na página de efeitos e veja o que você pode fazer com eles! copie e cole os códigos em sua página html.&lt;/center&gt;&lt;/marquee&gt;&lt;/center&gt;&lt;/marquee&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;textarea cols=20&quot; rows=&quot;4&quot;&gt;&lt;marquee bgcolor=&quot;#333333&quot; height=&quot;300&quot; width=&quot;200&quot; scrollamount=&quot;1&quot; direction=&quot;down&quot;&gt;&lt;center&gt;se você gostou deste blog, divulgue-o!!! você esta ajudando a nós desenvolvermos cada vez mais. www.ikposs.blogspot.com&lt;br /&gt;
&lt;marquee bgcolor=&quot;#222122&quot; height=&quot;300&quot; width=&quot;200&quot; scrollamount=&quot;3&quot; direction=&quot;down&quot;&gt;&lt;center&gt;Faça mais com seus letreiros! vá na página de efeitos e veja o que você pode fazer com eles! copie e cole os códigos em sua página html.&lt;/center&gt;&lt;/marquee&gt;&lt;/center&gt;&lt;/marquee&gt;&lt;/textarea&gt;&lt;/fieldset&gt;&lt;/td&gt; &lt;td height=&quot;280&quot; width=&quot;220&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;fieldset&gt;&lt;marquee bgcolor=&quot;#333333&quot; height=&quot;20&quot; width=&quot;210&quot; scrollamount=&quot;2&quot; direction=&quot;left&quot;&gt;&lt;center&gt;www.ikposs.blogspot.com&lt;/center&gt;&lt;/marquee&gt;&lt;br /&gt;
&lt;marquee scrollamount=&quot;2&quot;  behavior=&quot;alternate&quot;&gt;*****&lt;br /&gt;
&lt;marquee bgcolor=&quot;#222122&quot; height=&quot;263&quot; width=&quot;200&quot; scrollamount=&quot;2&quot; direction=&quot;up&quot;&gt;Faça maiscom seus letreiros! vá na página de efeitos e veja o que você pode fazer com eles! copie e cole os códigos em sua página html&lt;/marquee&gt;&lt;/marquee&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;textarea cols=20&quot; rows=&quot;4&quot;&gt;&lt;marquee bgcolor=&quot;#333333&quot; height=&quot;20&quot; width=&quot;210&quot; scrollamount=&quot;2&quot; direction=&quot;left&quot;&gt;&lt;center&gt;www.ikposs.blogspot.com&lt;/center&gt;&lt;/marquee&gt;&lt;br /&gt;
&lt;marquee scrollamount=&quot;2&quot;  behavior=&quot;alternate&quot;&gt;*****&lt;br /&gt;
&lt;marquee bgcolor=&quot;#222122&quot; height=&quot;263&quot; width=&quot;200&quot; scrollamount=&quot;2&quot; direction=&quot;up&quot;&gt;Faça maiscom seus letreiros! vá na página de efeitos e veja o que você pode fazer com eles! copie e cole os códigos em sua página html&lt;/marquee&gt;&lt;/marquee&gt;&lt;/textarea&gt;&lt;/fieldset&gt;&lt;br /&gt;
&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;fieldset&gt;&lt;legend&gt;&lt;span style=&quot;color: red;&quot;&gt;Veja mais&lt;/span&gt;&lt;/legend&gt;&lt;center&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2010/10/efeitos-com-marquee.html&quot;&gt;Faça efeitos com seus letreiros&lt;/a&gt;&lt;/center&gt; &lt;/fieldset&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/3860612608723051936/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/3860612608723051936?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/3860612608723051936'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/3860612608723051936'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2010/11/letreiro.html' title='Letreiro'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-4720512236035695646</id><published>2011-03-06T11:07:00.001-08:00</published><updated>2011-04-06T13:04:28.918-07:00</updated><title type='text'>Criando Tabelas</title><content type='html'>&lt;div&gt;Dentro da tag &amp;lt;body&amp;gt; Aqui!!!!&amp;lt;/body&amp;gt;&amp;nbsp; &lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;lt;TABLE BORDER=&quot;2&quot; BORDERCOLOR=&quot;RED&quot; CELLSPACING=&quot;10&quot; CELLPADDING=&quot;6&quot; WIDTH=&quot;50&quot; HEIGHT=&quot;20&quot; BGCOLOR=&quot;RED&quot; &amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;TR&amp;gt;&amp;lt;TD&amp;gt; testo aqui&amp;nbsp;&amp;lt;/TD&amp;gt; &amp;lt;TD&amp;gt;testo aqui&amp;lt;/TD&amp;gt;&amp;lt;TD&amp;gt; testo aqui&amp;lt;/TD&amp;gt; &amp;lt;/TR&amp;gt; &lt;/div&gt;&lt;div&gt;&amp;lt;TR&amp;gt; &amp;lt;TD&amp;gt; testo aqui&amp;lt;/TD&amp;gt; &amp;lt;TD&amp;gt;&amp;nbsp; testo aqui&amp;lt;/TD&amp;gt;&amp;lt;TD&amp;gt;&amp;nbsp;testo aqui &amp;lt;/TD&amp;gt; &amp;lt;/TABLE&amp;gt; &lt;/div&gt;&lt;div&gt;Exemplo:&lt;/div&gt;&lt;table bgcolor=&quot;#ff0000&quot; border=&quot;2&quot; bordercolor=&quot;#000000&quot; cellpadding=&quot;6&quot; cellspacing=&quot;10&quot; style=&quot;height: 20px; width: 50px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;testo aqui &lt;/td&gt;&lt;td&gt;testo aqui&lt;/td&gt;&lt;td&gt;testo aqui&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;testo aqui&lt;/td&gt;&lt;td&gt;testo aqui&lt;/td&gt;&lt;td&gt;testo aqui &lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
Obs: essa tabela não é aceitável no html do blog, só no gadjet...&lt;br /&gt;
veja qual é a aceitável, no html do blog:&lt;br /&gt;
&lt;div&gt;&amp;lt;table bgcolor=&quot;#ff0000&quot; &amp;nbsp;border=&quot;2&quot; bordercolor=&quot;#000000&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;height: 100px; width: 300px;&quot;&amp;gt;&amp;lt;tbody&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; AQUI SEU CONTEÚDO &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/tbody&amp;gt;&amp;lt;/table&amp;gt;&lt;/div&gt;&lt;br /&gt;
&lt;table bgcolor=&quot;#ff0000&quot; border=&quot;2&quot; bordercolor=&quot;#000000&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;height: 50px; width: 300px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;strong&gt;&lt;span style=&quot;color: black; font-size: large;&quot;&gt;AQUI SEU CONTEÚDO &lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;table bgcolor=&quot;#000000&quot; bordercolor=&quot;#c0c0c0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; onmouseout=&quot;this.border=&#39;0&#39;&quot; onmouseover=&quot;this.border=&#39;2&#39;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2011/03/fazer-layout-da-pagina-com-tabelas.html&quot;&gt;fazer-layout-da-pagina-com-tabelas.html&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;a HREF=&quot;/&quot;&gt;&lt;font  onmouseout=&quot;this.COLOR=&#39;#FFFFFF&#39;&quot; onmouseover=&quot;this.COLOR=&#39;#000000&#39;&quot;&gt;&lt;span STYLE=&quot;BACKGROUND-COLOR:#FF0000;&quot;&gt;FÁCA EFEITOS  COM SUAS TABELAS!!!&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/A&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/4720512236035695646/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/4720512236035695646?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/4720512236035695646'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/4720512236035695646'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2010/11/criando-tabelas.html' title='Criando Tabelas'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-342215933614252692</id><published>2011-03-06T11:07:00.000-08:00</published><updated>2011-08-01T11:57:07.118-07:00</updated><title type='text'>efeitos com textos</title><content type='html'>&lt;center&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-2404280823675572&quot;;
/* 300x250, criado 11/12/10 */
google_ad_slot = &quot;9831194778&quot;;
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
efeitos ao click do mause(mouse)&lt;br /&gt;
&lt;br /&gt;
&lt;font size=&quot;4&quot; color=&quot;#ffffff&quot; onclick=&quot;this.color=&#39;blue&#39;&quot;&gt;Clique e veja! muda a cor. &lt;/font&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;textarea cols=&quot;30&quot; rows=&quot;5&quot;&gt;&lt;font size=&quot;4&quot; color=&quot;#ffffff&quot; onclick=&quot;this.color=&#39;red&#39;&quot;&gt;ikposs&lt;/font&gt;&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;fieldset&gt;&lt;legend&gt;OBS:&lt;/legend&gt;&lt;br /&gt;
Você também pode fazer estes efeitos todos juntons com códigos css, veja abaixo&lt;br /&gt;
&lt;style type=&quot;text/css&quot;&gt;
p.text a:hover{color:#DF7401; background-color:#000000; }
p.text a:visited{color: red;}
&lt;/style&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;os links abaixo são links de teste&lt;/h2&gt;&lt;p class=&quot;text&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;passe o mouse e clique para ver o efect!&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;#&quot; target=&quot;_down&quot;&gt;passe o mouse e clique para ver o efect!&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;#&quot; target=&quot;_down&quot;&gt;passe o mouse e clique para ver o efect!&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;#&quot; target=&quot;_down&quot;&gt;passe o mouse e clique para ver o efect!&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;#&quot; target=&quot;_down&quot;&gt;passe o mouse e clique para ver o efect!&lt;/a&gt;&lt;br /&gt;
&lt;/p&gt;&lt;br /&gt;
o codigo:&lt;br /&gt;
&lt;textarea cols=&quot;30&quot; rows=&quot;5&quot;&gt;&lt;style type=&quot;text/css&quot;&gt;
p.text a:hover{color:#DF7401; background-color:#000000; }
p.text a:visited{color: red;}
&lt;/style&gt;&lt;br /&gt;
&lt;p class=&quot;text&quot;&gt;AQUI FICAM OS SEUS LINKS&lt;/p&gt;&lt;/textarea&gt;&lt;br /&gt;
&lt;/fieldset&gt;&lt;br /&gt;
&lt;hr color=&quot;#272727&quot;/&gt;&lt;br /&gt;
&amp;raquo;&lt;a href=&quot;http://ikposs.blogspot.com/2011/03/alguns-parametros-da-tag-body.html&quot;&gt;Você também pode fazer deste modo_ Veja!&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
muda o tamanho ao passar o mause(mouse)&lt;br /&gt;
&lt;br /&gt;
&lt;font size=&quot;4&quot; onmouseout=&quot;this.size=&#39;4&#39;&quot; onmouseover=&quot;this.size=&#39;10&#39;&quot; &gt;ikposs&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;textarea cols=&quot;30&quot; rows=&quot;5&quot;&gt;&lt;font size=&quot;4&quot; onmouseout=&quot;this.size=&#39;4&#39;&quot; onmouseover=&quot;this.size=&#39;10&#39;&quot; &gt;ikposs&lt;/font&gt;&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;hr color=&quot;#272727&quot; /&gt;&lt;br /&gt;
muda a cor ao passar o mause(mouse)&lt;br /&gt;
&lt;br /&gt;
&lt;font color=&quot;red&quot; onmouseout=&quot;this.color=&#39;red&#39;&quot; onmouseover=&quot;this.color=&#39;e0e0e0&#39;&quot; &gt;sejam todos bem vindos! passe o mause(mouse) para ver o que acontece.&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;textarea cols=&quot;30&quot; rows=&quot;5&quot;&gt;&lt;font color=&quot;red&quot; onmouseout=&quot;this.color=&#39;red&#39;&quot; onmouseover=&quot;this.color=&#39;e0e0e0&#39;&quot; &gt;seu texto aqui&lt;/font&gt;&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;hr color=&quot;#272727&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
muda o estilo da letra ao passar o mause(mouse).&lt;br /&gt;
&lt;font face=&quot;arial black&quot; onmouseout=&quot;this.face=&#39;arial black&#39;&quot; onmouseover=&quot;this.face=&#39;georgia&#39;&quot; &gt;passe o mause para o estilo do letra mudar!&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;textarea cols=&quot;30&quot; rows=&quot;5&quot;&gt;&lt;font face=&quot;arial black&quot; onmouseout=&quot;this.face=&#39;arial black&#39;&quot; onmouseover=&quot;this.face=&#39;monotype corsiva&#39;&quot; &gt;Seu texto aqui&lt;/font&gt;&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/center&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/342215933614252692/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/342215933614252692?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/342215933614252692'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/342215933614252692'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2010/11/efeitos-com-textos.html' title='efeitos com textos'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-668867571588240088</id><published>2011-03-05T22:19:00.000-08:00</published><updated>2011-08-01T10:24:53.427-07:00</updated><title type='text'>redirecionando...</title><content type='html'>Note que o link&amp;nbsp; que aparece no canto da janela &quot;&lt;img height=&quot;50px&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7BCTvYyXiLbn9kzQXRS4tY4NskJXW4CrEux2AovFbYnN9rDsTPwhZiRI-4j7bXk7CscnpwxYJtsq5yDO6apXaugEbsw6R1H3pddK9IzxYVzu3kC8R8BMpqFh9IZaUzgQJPs1XG673yCOy/s1600/status.jpg&quot; width=&quot;150px&quot; /&gt;&quot;&amp;nbsp;do computador é um. A pagina do link contém um desses códigos em seu html que redireciona&amp;nbsp; ao ulr desejado&amp;nbsp; que colocamos no código javascript.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
google_ad_client = &quot;pub-2404280823675572&quot;;
/* 468x60, NOVO */
google_ad_slot = &quot;0639487540&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;&lt;script src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;&lt;/center&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;center&gt;&lt;br /&gt;
&lt;a href=&quot;http://ikposs.blogspot.com/2010/10/pagina.html&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;encontrando o navegador (redirecionar)&lt;/span&gt;&lt;/a&gt;&lt;/center&gt;&lt;center&gt;&amp;lt;script language=&quot;JavaScript&quot;&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
var nombre = navigator.appName&lt;br /&gt;
&amp;nbsp;if (nombre == &quot;Microsoft Internet Explorer&quot;)&lt;br /&gt;
url=(&quot;&lt;a href=&quot;http://ikposs.blogspot.com/p/javascript.html&quot;&gt;http://ikposs.blogspot.com/p/javascript.html&lt;/a&gt;&quot;);&lt;br /&gt;
else&lt;br /&gt;
url=(&quot;netscape.htm&quot;)&lt;br /&gt;
window.location=url;&lt;br /&gt;
//--&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/center&gt;&lt;br /&gt;
&lt;hr color=&quot;#272727&quot; /&gt;&lt;center&gt;&amp;nbsp;&lt;/center&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2011/03/redirecionar-pagina-controlando-o-tempo.html&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;redirecionar controlando o tempo »&lt;/span&gt;&lt;/a&gt;&lt;/center&gt;&lt;center&gt;código:&lt;/center&gt;&lt;center&gt;&amp;lt;script &amp;gt;&lt;br /&gt;
function redirecionar(){document.location.href=&#39;http://ikposs.blogspot.com&#39;}&lt;br /&gt;
setTimeout(&quot;redirecionar()&quot;, 100);&lt;br /&gt;
window.open(&#39;http://ikposs.blogspot.com&#39;,&#39;scrollbars=yes,resizable=no,width=350,height=200&#39;);&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/center&gt;&lt;center&gt;&amp;nbsp;&lt;/center&gt;&lt;center&gt;&lt;hr color=&quot;#272727&quot; /&gt;&amp;nbsp;&amp;nbsp;&lt;/center&gt;&lt;center&gt;&lt;/center&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;http://ikposs.blogspot.com/2011/03/redirecionar-pagina-e-abrir-em-uma.html&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;redirecionar&amp;nbsp;e abrir em&amp;nbsp;nuva janela pop up&amp;nbsp;»&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
código:&lt;/div&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&amp;nbsp;&amp;nbsp; &lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;function abrir() {&amp;nbsp;&amp;nbsp; &lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;document.location = &quot;&lt;a href=&quot;http://ikposs.blogspot.com/&quot;&gt;http://ikposs.blogspot.com/&lt;/a&gt;&quot; //Redireciona para a outra página&amp;nbsp;&amp;nbsp; &lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;}&amp;nbsp;&amp;nbsp; &lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;window.open(&#39;/&#39;, 0, &#39;toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=350,fullscreen=yes,height=200&#39;);&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&amp;lt;/script&amp;gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/668867571588240088/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/668867571588240088?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/668867571588240088'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/668867571588240088'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2011/03/redirecionar-controlando-o-tempo-codigo.html' title='redirecionando...'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7BCTvYyXiLbn9kzQXRS4tY4NskJXW4CrEux2AovFbYnN9rDsTPwhZiRI-4j7bXk7CscnpwxYJtsq5yDO6apXaugEbsw6R1H3pddK9IzxYVzu3kC8R8BMpqFh9IZaUzgQJPs1XG673yCOy/s72-c/status.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-4681718949442613601</id><published>2011-03-05T15:26:00.000-08:00</published><updated>2011-07-31T22:19:42.493-07:00</updated><title type='text'>redirecionar página controlando o tempo</title><content type='html'>&lt;script &gt;
function redirecionar(){document.location.href=&#39;http://ikposs.blogspot.com&#39;}
setTimeout(&quot;redirecionar()&quot;, 100);
window.open(&#39;http://ikposs.blogspot.com&#39;,&#39;scrollbars=yes,resizable=no,width=350,height=200&#39;);
&lt;/script&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/4681718949442613601/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/4681718949442613601?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/4681718949442613601'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/4681718949442613601'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2011/03/redirecionar-pagina-controlando-o-tempo.html' title='redirecionar página controlando o tempo'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-425800350999161105</id><published>2011-03-05T13:47:00.000-08:00</published><updated>2011-08-08T12:32:18.155-07:00</updated><title type='text'></title><content type='html'>&lt;center&gt; &lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-2404280823675572&quot;;
/* 468x60, NOVO */
google_ad_slot = &quot;0639487540&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt; &lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;span onmouseout=&quot;fechar()&quot; onmouseover=&quot;abrir()&quot;&gt;Ser Parceiro(a)!&lt;/span&gt;&lt;br /&gt;
&lt;input name=&quot;box&quot; style=&quot;background-color: black; border-bottom-color: black; border-left-color: black; border-right-color: black; border-top-color: black; color: #ffffff; height: 0px; position: absolute; width:0px; &quot; type=&quot;button&quot; /&gt;&lt;br /&gt;
&lt;script language=&quot;JavaScript&quot;&gt;
&lt;!-- Begin
function abrir(){box.value=&quot;Para ser um dos nossoparceiros,\n basta você concordar em ter \n um link nosso blog em \n sua página e um do seu na\n nossa página.\nVamos ser parceiros? Então,\n poste um comentário especificando \n o que você deseja ou envie-me um \ne-mail: comecodofim@hotmail.com,\ntenho serteza que seremos \n bons parceiros. Abraços!&quot;
box.style.height=300
box.style.width=260}
function fechar(){
box.value=&quot;&quot;
box.style.height=0
box.style.width=0}
//  End --&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;/center&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/425800350999161105/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/425800350999161105?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/425800350999161105'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/425800350999161105'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2011/03/ser-parceiroa.html' title=''/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-4175066101091487278</id><published>2011-03-05T13:43:00.001-08:00</published><updated>2011-08-04T13:56:19.201-07:00</updated><title type='text'>opacidade em imagens</title><content type='html'>&lt;script type=&quot;text/javascript&quot;&gt;
var hidden=0
var visible=100
function clarear()
{
 x=document.getElementById(&quot;img&quot;)
 if(hidden=visible)
 {
  x.style.filter=&quot;alpha(opacity=&quot;+100+&quot;)&quot;
 }
}
&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-2404280823675572&quot;;
/* 468x60, NOVO */
google_ad_slot = &quot;0639487540&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt; &lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;br /&gt;
opacidade em imagens &gt;&gt;&gt;&gt; passe o mause (mouse) para ficar 100%&lt;br /&gt;
&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJDeeN87U_2c4EgposNxF202rqWo9kMA5OwBeZbvQgepf2eNeUShLcny8tDeCdr0bf4C6dQcRhUDP7mA7jV4KiX1LVZ8Scwz5yplSHNzHvb0CwwZtvspzw3Tzr5STYg-s5IWM8nZeeS9A/s1600/CEU+ESTRELADO.jpg&quot; width=&quot;400px&quot; height=&quot;400px&quot; style=&quot;filter:alpha(opacity=30)&quot;  onmouseover=&quot;clarear()&quot; id=&quot;img&quot; &gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;textarea cols=&quot;40&quot; rows=&quot;4&quot;&gt;&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
var hidden=0
var visible=100
function clarear()
{
 x=document.getElementById(&quot;img&quot;)
 if(hidden=visible)
 {
  x.style.filter=&quot;alpha(opacity=&quot;+100+&quot;)&quot;
 }
}
&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;sua imagem aqui&quot; width=&quot;400px&quot; height=&quot;400px&quot; style=&quot;filter:alpha(opacity=50)&quot;  onmouseover=&quot;clarear()&quot; id=&quot;img&quot; &gt; &lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/center&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/4175066101091487278/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/4175066101091487278?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/4175066101091487278'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/4175066101091487278'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2011/03/opacidade-em-imagens.html' title='opacidade em imagens'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJDeeN87U_2c4EgposNxF202rqWo9kMA5OwBeZbvQgepf2eNeUShLcny8tDeCdr0bf4C6dQcRhUDP7mA7jV4KiX1LVZ8Scwz5yplSHNzHvb0CwwZtvspzw3Tzr5STYg-s5IWM8nZeeS9A/s72-c/CEU+ESTRELADO.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-871347130797633872</id><published>2011-03-05T13:43:00.000-08:00</published><updated>2011-08-02T13:52:03.508-07:00</updated><title type='text'>Imagem fixa desce e sobe junto com a página</title><content type='html'>&lt;center&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-2404280823675572&quot;;
/* 468x60, NOVO */
google_ad_slot = &quot;0639487540&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt; &lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt; &lt;/center&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://ikposs.blogspot.com/&quot; style=&quot;display:scroll;position:fixed;top:0px;right:0px;&quot; title=&quot;clique para voltar&quot;&gt;  &lt;br /&gt;
&lt;img src=&quot;http://t0.gstatic.com/images?q=tbn:ANd9GcS7Koc5WPBcTu3nIXEMfrKTa04HSlW3GU2R8koZOB2ZUGg8G1h-njYz3Q&quot; width=&quot;115&quot; height=&quot;119&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/871347130797633872/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/871347130797633872?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/871347130797633872'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/871347130797633872'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2011/03/imagem-fixa-desce-e-sobe-junto-com.html' title='Imagem fixa desce e sobe junto com a página'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-3621877669463435311</id><published>2011-03-05T13:19:00.000-08:00</published><updated>2011-08-04T13:27:34.457-07:00</updated><title type='text'>efeito chuva com  letras</title><content type='html'>&lt;center&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-2404280823675572&quot;;
/* 468x60, NOVO */
google_ad_slot = &quot;0639487540&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt; &lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script language=JavaScript&gt;
&lt;!-- Begin
var no = 90;
var speed = 1;
var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;
var s, x, y, sn, cs;
var a, r, cx, cy;
var i, doc_width = 800, doc_height = 600;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
else
if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
x = new Array();
y = new Array();
r = new Array();
cx = new Array();
cy = new Array();
s = 8;
for (i = 0; i &lt; no; ++ i) {
initRain();
if (ns4up) {
if (i == 0) {
document.write(&quot;&lt;layer name=\&quot;dot&quot;+ i +&quot;\&quot; left=\&quot;1\&quot; &quot;);
document.write(&quot;top=\&quot;1\&quot; visibility=\&quot;show\&quot;&gt;&lt;font color=\&quot;blue\&quot;&gt;&quot;);
document.write(&quot;@&lt;/font&gt;&lt;/layer&gt;&quot;);
}
else {
document.write(&quot;&lt;layer name=\&quot;dot&quot;+ i +&quot;\&quot; left=\&quot;1\&quot; &quot;);
document.write(&quot;top=\&quot;1\&quot; visibility=\&quot;show\&quot;&gt;&lt;font color=\&quot;blue\&quot;&gt;&quot;);
document.write(&quot;@&lt;/font&gt;&lt;/layer&gt;&quot;);
}
}
else
if (ie4up) {
if (i == 0) {
document.write(&quot;&lt;div id=\&quot;dot&quot;+ i +&quot;\&quot; style=\&quot;POSITION: &quot;);
document.write(&quot;absolute; Z-INDEX: &quot;+ i +&quot;; VISIBILITY: &quot;);
document.write(&quot;visible; TOP: 15px; LEFT: 15px;\&quot;&gt;&lt;font color=\&quot;blue\&quot;&gt;&quot;);
document.write(&quot;@&lt;/font&gt;&lt;/div&gt;&quot;);
}
else {
document.write(&quot;&lt;div id=\&quot;dot&quot;+ i +&quot;\&quot; style=\&quot;POSITION: &quot;);
document.write(&quot;absolute; Z-INDEX: &quot;+ i +&quot;; VISIBILITY: &quot;);
document.write(&quot;visible; TOP: 15px; LEFT: 15px;\&quot;&gt;&lt;font color=\&quot;blue\&quot;&gt;&quot;);
document.write(&quot;@&lt;/font&gt;&lt;/div&gt;&quot;);
}
}
}
function initRain() {
a = 6;
r[i] = 1;
sn = Math.sin(a);
cs = Math.cos(a);
cx[i] = Math.random() * doc_width + 1;
cy[i] = Math.random() * doc_height + 1;
x[i] = r[i] * sn + cx[i];
y[i] = cy[i];
}
function makeRain() {
r[i] = 1;
cx[i] = Math.random() * doc_width + 1;
cy[i] = 1;
x[i] = r[i] * sn + cx[i];
y[i] = r[i] * cs + cy[i];
}
function updateRain() {
r[i] += s;
x[i] = r[i] * sn + cx[i];
y[i] = r[i] * cs + cy[i];
}
function raindropNS() {
for (i = 0; i &lt; no; ++ i) {
updateRain();
if ((x[i] &lt;= 1) || (x[i] &gt;= (doc_width - 20)) || (y[i] &gt;= (doc_height - 20))) {
makeRain();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
document.layers[&quot;dot&quot;+i].top = y[i];
document.layers[&quot;dot&quot;+i].left = x[i];
}
setTimeout(&quot;raindropNS()&quot;, speed);
}
function raindropIE() {
for (i = 0; i &lt; no; ++ i) {
updateRain();
if ((x[i] &lt;= 1) || (x[i] &gt;= (doc_width - 20)) || (y[i] &gt;= (doc_height - 20))) {
makeRain();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
document.all[&quot;dot&quot;+i].style.pixelTop = y[i];
document.all[&quot;dot&quot;+i].style.pixelLeft = x[i];
}
setTimeout(&quot;raindropIE()&quot;, speed);
}
if (ns4up) {
raindropNS();
}
else
if (ie4up) {
raindropIE();
}
//--&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/center&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/3621877669463435311/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/3621877669463435311?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/3621877669463435311'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/3621877669463435311'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2011/03/efeito-chuva-com-letras.html' title='efeito chuva com  letras'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-8463654703610790367</id><published>2011-03-05T13:17:00.000-08:00</published><updated>2011-09-19T08:48:07.933-07:00</updated><title type='text'>efeito chuva com * estrelinha</title><content type='html'>&lt;center&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-2404280823675572&quot;;
/* 468x60, NOVO */
google_ad_slot = &quot;0639487540&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt; &lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt; &lt;br /&gt;
Veja Também!&lt;br /&gt;
&lt;a href=&quot;http://ikposs.blogspot.com/2011/03/imagens-descendo-na-tela-2.html&quot;&gt;imagens-descendo-na-tela-2&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/center&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;script language=JavaScript&gt;
&lt;!-- Begin
var no = 50;
var speed = 1;
var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;
var s, x, y, sn, cs;
var a, r, cx, cy;
var i, doc_width = 800, doc_height = 600;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
else
if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
x = new Array();
y = new Array();
r = new Array();
cx = new Array();
cy = new Array();
s = 8;
for (i = 0; i &lt; no; ++ i) {
initRain();
if (ns4up) {
if (i == 0) {
document.write(&quot;&lt;layer name=\&quot;dot&quot;+ i +&quot;\&quot; left=\&quot;1\&quot; &quot;);
document.write(&quot;top=\&quot;1\&quot; visibility=\&quot;show\&quot;&gt;&lt;font color=\&quot;blue\&quot;&gt;&quot;);
document.write(&quot;*&lt;/font&gt;&lt;/layer&gt;&quot;);
}
else {
document.write(&quot;&lt;layer name=\&quot;dot&quot;+ i +&quot;\&quot; left=\&quot;1\&quot; &quot;);
document.write(&quot;top=\&quot;1\&quot; visibility=\&quot;show\&quot;&gt;&lt;font color=\&quot;blue\&quot;&gt;&quot;);
document.write(&quot;*&lt;/font&gt;&lt;/layer&gt;&quot;);
}
}
else
if (ie4up) {
if (i == 0) {
document.write(&quot;&lt;div id=\&quot;dot&quot;+ i +&quot;\&quot; style=\&quot;POSITION: &quot;);
document.write(&quot;absolute; Z-INDEX: &quot;+ i +&quot;; VISIBILITY: &quot;);
document.write(&quot;visible; TOP: 15px; LEFT: 15px;\&quot;&gt;&lt;font color=\&quot;blue\&quot;&gt;&quot;);
document.write(&quot;*&lt;/font&gt;&lt;/div&gt;&quot;);
}
else {
document.write(&quot;&lt;div id=\&quot;dot&quot;+ i +&quot;\&quot; style=\&quot;POSITION: &quot;);
document.write(&quot;absolute; Z-INDEX: &quot;+ i +&quot;; VISIBILITY: &quot;);
document.write(&quot;visible; TOP: 15px; LEFT: 15px;\&quot;&gt;&lt;font color=\&quot;blue\&quot;&gt;&quot;);
document.write(&quot;*&lt;/font&gt;&lt;/div&gt;&quot;);
}
}
}
function initRain() {
a = 6;
r[i] = 1;
sn = Math.sin(a);
cs = Math.cos(a);
cx[i] = Math.random() * doc_width + 1;
cy[i] = Math.random() * doc_height + 1;
x[i] = r[i] * sn + cx[i];
y[i] = cy[i];
}
function makeRain() {
r[i] = 1;
cx[i] = Math.random() * doc_width + 1;
cy[i] = 1;
x[i] = r[i] * sn + cx[i];
y[i] = r[i] * cs + cy[i];
}
function updateRain() {
r[i] += s;
x[i] = r[i] * sn + cx[i];
y[i] = r[i] * cs + cy[i];
}
function raindropNS() {
for (i = 0; i &lt; no; ++ i) {
updateRain();
if ((x[i] &lt;= 1) || (x[i] &gt;= (doc_width - 20)) || (y[i] &gt;= (doc_height - 20))) {
makeRain();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
document.layers[&quot;dot&quot;+i].top = y[i];
document.layers[&quot;dot&quot;+i].left = x[i];
}
setTimeout(&quot;raindropNS()&quot;, speed);
}
function raindropIE() {
for (i = 0; i &lt; no; ++ i) {
updateRain();
if ((x[i] &lt;= 1) || (x[i] &gt;= (doc_width - 20)) || (y[i] &gt;= (doc_height - 20))) {
makeRain();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
document.all[&quot;dot&quot;+i].style.pixelTop = y[i];
document.all[&quot;dot&quot;+i].style.pixelLeft = x[i];
}
setTimeout(&quot;raindropIE()&quot;, speed);
}
if (ns4up) {
raindropNS();
}
else
if (ie4up) {
raindropIE();
}
//--&gt;
&lt;/script&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/8463654703610790367/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/8463654703610790367?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/8463654703610790367'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/8463654703610790367'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2011/03/efeito-chuva-com-estrelinha.html' title='efeito chuva com * estrelinha'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-5872313410911711217</id><published>2011-03-05T13:03:00.000-08:00</published><updated>2011-08-04T13:14:10.008-07:00</updated><title type='text'>imagens descendo na tela 2</title><content type='html'>&lt;center&gt;&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
google_ad_client = &quot;pub-2404280823675572&quot;;
/* 468x60, NOVO */
google_ad_slot = &quot;0639487540&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;&lt;script src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;script language=JavaScript&gt;
&lt;!-- Begin
var no =70;
var speed = 10;
var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;
var s, x, y, sn, cs;
var a, r, cx, cy;
var i, doc_width = 800, doc_height = 600;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
else
if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
x = new Array();
y = new Array();
r = new Array();
cx = new Array();
cy = new Array();
s = 8;
for (i = 0; i &lt; no; ++ i) {
initRain();
if (ns4up) {
if (i == 0) 
{document.write(&quot;&lt;layer name=\&quot;dot&quot;+ i +&quot;\&quot; left=\&quot;1\&quot; &quot;);
document.write(&quot;top=\&quot;1\&quot; visibility=\&quot;show\&quot;&gt;&lt;img src=\&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglUlnIRi4MiloGKhTx2YB3nw8Ngcx7uQKE6X0wXhLOsmwER9loP4Y9CAsSnECWZ7vSXy9fEZgBL5s-hNR4AKdXyIT4R-m9yvd6MTOKgbuDIeq_vj_krK7OVJwPWaAlZ77oeITeDHVQ9XR_/s1600/favicon+IK.bmp\&quot;&gt;&lt;/layer&gt;&quot;);
}
}
else
if (ie4up) {
if (i == 0) {
document.write(&quot;&lt;div id=\&quot;dot&quot;+ i +&quot;\&quot; style=\&quot;POSITION: &quot;);
document.write(&quot;absolute; Z-INDEX: &quot;+ i +&quot;; VISIBILITY: &quot;);
document.write(&quot;visible; TOP: 15px; LEFT: 15px;\&quot;&gt;&lt;img src=\&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglUlnIRi4MiloGKhTx2YB3nw8Ngcx7uQKE6X0wXhLOsmwER9loP4Y9CAsSnECWZ7vSXy9fEZgBL5s-hNR4AKdXyIT4R-m9yvd6MTOKgbuDIeq_vj_krK7OVJwPWaAlZ77oeITeDHVQ9XR_/s1600/favicon+IK.bmp\&quot;&gt;&lt;/div&gt;&quot;);

}
else {
document.write(&quot;&lt;div id=\&quot;dot&quot;+ i +&quot;\&quot; style=\&quot;POSITION: &quot;);
document.write(&quot;absolute; Z-INDEX: &quot;+ i +&quot;; VISIBILITY: &quot;);
document.write(&quot;visible; TOP: 15px; LEFT: 15px;\&quot;&gt;&lt;img src=\&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglUlnIRi4MiloGKhTx2YB3nw8Ngcx7uQKE6X0wXhLOsmwER9loP4Y9CAsSnECWZ7vSXy9fEZgBL5s-hNR4AKdXyIT4R-m9yvd6MTOKgbuDIeq_vj_krK7OVJwPWaAlZ77oeITeDHVQ9XR_/s1600/favicon+IK.bmp\&quot;&gt;&lt;/div&gt;&quot;);

}
}
}
function initRain() {
a = 6;
r[i] = 1;
sn = Math.sin(a);
cs = Math.cos(a);
cx[i] = Math.random() * doc_width + 1;
cy[i] = Math.random() * doc_height + 1;
x[i] = r[i] * sn + cx[i];
y[i] = cy[i];
}
function makeRain() {
r[i] = 1;
cx[i] = Math.random() * doc_width + 1;
cy[i] = 1;
x[i] = r[i] * sn + cx[i];
y[i] = r[i] * cs + cy[i];
}
function updateRain() {
r[i] += s;
x[i] = r[i] * sn + cx[i];
y[i] = r[i] * cs + cy[i];
}
function raindropNS() {
for (i = 0; i &lt; no; ++ i) {
updateRain();
if ((x[i] &lt;= 1) || (x[i] &gt;= (doc_width - 20)) || (y[i] &gt;= (doc_height - 20))) {
makeRain();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
document.layers[&quot;dot&quot;+i].top = y[i];
document.layers[&quot;dot&quot;+i].left = x[i];
}
setTimeout(&quot;raindropNS()&quot;, speed);
}
function raindropIE() {
for (i = 0; i &lt; no; ++ i) {
updateRain();
if ((x[i] &lt;= 1) || (x[i] &gt;= (doc_width - 20)) || (y[i] &gt;= (doc_height - 20))) {
makeRain();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
document.all[&quot;dot&quot;+i].style.pixelTop = y[i];
document.all[&quot;dot&quot;+i].style.pixelLeft = x[i];
}
setTimeout(&quot;raindropIE()&quot;, speed);
}
if (ns4up) {
raindropNS();
}
else
if (ie4up) {
raindropIE();
}
//--&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;textarea cols=&quot;50&quot; rows=&quot;4&quot;&gt;&lt;script language=JavaScript&gt;
&lt;!-- Begin
var no =70;
var speed = 10;
var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;
var s, x, y, sn, cs;
var a, r, cx, cy;
var i, doc_width = 800, doc_height = 600;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
else
if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
x = new Array();
y = new Array();
r = new Array();
cx = new Array();
cy = new Array();
s = 8;
for (i = 0; i &lt; no; ++ i) {
initRain();
if (ns4up) {
if (i == 0) 
{document.write(&quot;&lt;layer name=\&quot;dot&quot;+ i +&quot;\&quot; left=\&quot;1\&quot; &quot;);
document.write(&quot;top=\&quot;1\&quot; visibility=\&quot;show\&quot;&gt;&lt;img src=\&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglUlnIRi4MiloGKhTx2YB3nw8Ngcx7uQKE6X0wXhLOsmwER9loP4Y9CAsSnECWZ7vSXy9fEZgBL5s-hNR4AKdXyIT4R-m9yvd6MTOKgbuDIeq_vj_krK7OVJwPWaAlZ77oeITeDHVQ9XR_/s1600/favicon+IK.bmp\&quot;&gt;&lt;/layer&gt;&quot;);
}
}
else
if (ie4up) {
if (i == 0) {
document.write(&quot;&lt;div id=\&quot;dot&quot;+ i +&quot;\&quot; style=\&quot;POSITION: &quot;);
document.write(&quot;absolute; Z-INDEX: &quot;+ i +&quot;; VISIBILITY: &quot;);
document.write(&quot;visible; TOP: 15px; LEFT: 15px;\&quot;&gt;&lt;img src=\&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglUlnIRi4MiloGKhTx2YB3nw8Ngcx7uQKE6X0wXhLOsmwER9loP4Y9CAsSnECWZ7vSXy9fEZgBL5s-hNR4AKdXyIT4R-m9yvd6MTOKgbuDIeq_vj_krK7OVJwPWaAlZ77oeITeDHVQ9XR_/s1600/favicon+IK.bmp\&quot;&gt;&lt;/div&gt;&quot;);

}
else {
document.write(&quot;&lt;div id=\&quot;dot&quot;+ i +&quot;\&quot; style=\&quot;POSITION: &quot;);
document.write(&quot;absolute; Z-INDEX: &quot;+ i +&quot;; VISIBILITY: &quot;);
document.write(&quot;visible; TOP: 15px; LEFT: 15px;\&quot;&gt;&lt;img src=\&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglUlnIRi4MiloGKhTx2YB3nw8Ngcx7uQKE6X0wXhLOsmwER9loP4Y9CAsSnECWZ7vSXy9fEZgBL5s-hNR4AKdXyIT4R-m9yvd6MTOKgbuDIeq_vj_krK7OVJwPWaAlZ77oeITeDHVQ9XR_/s1600/favicon+IK.bmp\&quot;&gt;&lt;/div&gt;&quot;);

}
}
}
function initRain() {
a = 6;
r[i] = 1;
sn = Math.sin(a);
cs = Math.cos(a);
cx[i] = Math.random() * doc_width + 1;
cy[i] = Math.random() * doc_height + 1;
x[i] = r[i] * sn + cx[i];
y[i] = cy[i];
}
function makeRain() {
r[i] = 1;
cx[i] = Math.random() * doc_width + 1;
cy[i] = 1;
x[i] = r[i] * sn + cx[i];
y[i] = r[i] * cs + cy[i];
}
function updateRain() {
r[i] += s;
x[i] = r[i] * sn + cx[i];
y[i] = r[i] * cs + cy[i];
}
function raindropNS() {
for (i = 0; i &lt; no; ++ i) {
updateRain();
if ((x[i] &lt;= 1) || (x[i] &gt;= (doc_width - 20)) || (y[i] &gt;= (doc_height - 20))) {
makeRain();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
document.layers[&quot;dot&quot;+i].top = y[i];
document.layers[&quot;dot&quot;+i].left = x[i];
}
setTimeout(&quot;raindropNS()&quot;, speed);
}
function raindropIE() {
for (i = 0; i &lt; no; ++ i) {
updateRain();
if ((x[i] &lt;= 1) || (x[i] &gt;= (doc_width - 20)) || (y[i] &gt;= (doc_height - 20))) {
makeRain();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
document.all[&quot;dot&quot;+i].style.pixelTop = y[i];
document.all[&quot;dot&quot;+i].style.pixelLeft = x[i];
}
setTimeout(&quot;raindropIE()&quot;, speed);
}
if (ns4up) {
raindropNS();
}
else
if (ie4up) {
raindropIE();
}
//--&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;/textarea&gt;&lt;br /&gt;
&lt;/center&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/5872313410911711217/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/5872313410911711217?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/5872313410911711217'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/5872313410911711217'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2011/03/imagens-descendo-na-tela-2.html' title='imagens descendo na tela 2'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-823020100088727999</id><published>2011-03-05T12:40:00.000-08:00</published><updated>2011-08-08T12:56:48.808-07:00</updated><title type='text'>menu suspenso</title><content type='html'>&lt;center&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-2404280823675572&quot;;
/* 468x60, NOVO */
google_ad_slot = &quot;0639487540&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt; &lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;style&gt;
#menu{width:405px; height:40px; background:#222222;}
#pomenu{width:100px; height:40px; background:black; color:#FFFFFF; margin-right:1px;}
.sobre:hover{width:100px; height:40px; background:#999999; color:#FFFFFF;}
.aparecer:hover{width:100px; height:40px; background:blue; color:#FFFFFF;}

&lt;/style&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div id=&quot;menu&quot;&gt;&lt;div id=&#39;pomenu&#39; class=&#39;sobre&#39; style=&quot;float:left;&quot;&gt;efeitos com textos&lt;/div&gt;&lt;div id=&#39;pomenu&#39; class=&#39;sobre&#39; style=&quot;float:left;&quot;&gt;efeitos com textareas&lt;/div&gt;&lt;div id=&#39;pomenu&#39; class=&#39;sobre&#39; style=&quot;float:left;&quot;&gt;efeitos com imagens&lt;/div&gt;&lt;div id=&#39;pomenu&#39; class=&#39;sobre&#39;&gt;efeitos com tabelas&lt;/div&gt;&lt;div class=&#39;aparecer&#39;&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/center&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/823020100088727999/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/823020100088727999?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/823020100088727999'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/823020100088727999'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2011/03/menu-suspenso.html' title='menu suspenso'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-1733948746798234527</id><published>2011-03-05T08:40:00.000-08:00</published><updated>2011-08-03T08:45:53.565-07:00</updated><title type='text'>como pontilhar e tracejar  uma barra horizontal</title><content type='html'>&lt;center&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-2404280823675572&quot;;
/* 468x60, NOVO */
google_ad_slot = &quot;0639487540&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt; &lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt; &lt;br /&gt;
Pontilhada;&lt;br /&gt;
&lt;hr style=&quot;border:5px dotted; border-left:none; border-top:none; border-right:none;&quot; /&gt;&lt;textarea cols=&quot;30&quot; rows=&quot;3&quot;&gt;&lt;hr style=&quot;border:5px dotted; border-left:none; border-top:none; border-right:none;&quot; /&gt;&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;hr color=&quot;#272727&quot; /&gt;&lt;br /&gt;
Tracejada;&lt;br /&gt;
&lt;hr style=&quot;border:5px dashed; border-left:none; border-top:none; border-right:none;&quot; /&gt;&lt;textarea cols=&quot;30&quot; rows=&quot;3&quot;&gt;&lt;hr style=&quot;border:5px dashed; border-left:none; border-top:none; border-right:none;&quot; /&gt;&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/center&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/1733948746798234527/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/1733948746798234527?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/1733948746798234527'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/1733948746798234527'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2011/03/como-pontilhar-e-tracejar-uma-barra.html' title='como pontilhar e tracejar  uma barra horizontal'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-7250579152427539821</id><published>2011-03-05T00:00:00.000-08:00</published><updated>2011-08-01T09:40:00.358-07:00</updated><title type='text'>Redirecionar página e abrir em uma janela Pop Up</title><content type='html'>&lt;script type=&quot;text/javascript&quot;&gt;   
function abrir() {   
document.location = &quot;http://ikposs.blogspot.com&quot; //Redireciona para a outra página   
}   

window.open(&#39;/&#39;, 0, &#39;toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=350,fullscreen=yes,height=200&#39;);
&lt;/script&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/7250579152427539821/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/7250579152427539821?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/7250579152427539821'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/7250579152427539821'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2011/03/redirecionar-pagina-e-abrir-em-uma.html' title='Redirecionar página e abrir em uma janela Pop Up'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-3888334850947753843</id><published>2011-03-03T11:00:00.000-08:00</published><updated>2011-08-09T14:18:42.010-07:00</updated><title type='text'>efeitos com tabela</title><content type='html'>&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-2404280823675572&quot;;
/* 300x250, criado 11/12/10 */
google_ad_slot = &quot;9831194778&quot;;
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;table bgcolor=&quot;#ff0000&quot; border=&quot;4&quot; bordercolor=&quot;#000000&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; onmouseout=&quot;this.border=&#39;4px&#39;&quot; onmouseover=&quot;this.border=&#39;8px&#39;&quot; style=&quot;height: 200px; width: 150px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&amp;nbsp; &amp;nbsp;A borda aumenta ao pssar o mause(mouse)&lt;br /&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;textarea cols=&quot;30&quot; rows=&quot;5&quot;&gt;&lt;table bgcolor=&quot;#ff0000&quot; border=&quot;4&quot; bordercolor=&quot;#000000&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; onmouseout=&quot;this.border=&#39;4px&#39;&quot; onmouseover=&quot;this.border=&#39;8px&#39;&quot; style=&quot;height: 200px; width: 150px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&amp;nbsp; &amp;nbsp;A borda aumenta ao pssar o mause(mouse)&lt;br /&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;hr/&gt;&lt;table bgcolor=&quot;#000010&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; onmouseout=&quot;this.border=&#39;0&#39;&quot; onmouseover=&quot;border=&#39;2&#39;&quot; style=&quot;height: 200px; width: 150px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;span style=&quot;background-color: black; color: white;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;A borda aprece ao passar o mause(mouse)&lt;br /&gt;
&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;textarea cols=&quot;30&quot; rows=&quot;5&quot;&gt;&lt;table bgcolor=&quot;#000010&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; onmouseout=&quot;this.border=&#39;0&#39;&quot; onmouseover=&quot;border=&#39;2&#39;&quot; style=&quot;height: 200px; width: 150px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;span style=&quot;background-color: black; color: white;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;A borda aprece ao passar o mause(mouse)&lt;br /&gt;
&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;A borda aparece ao click do do mause(mouse)&lt;br /&gt;
&lt;table bgcolor=&quot;#222222&quot; border=&quot;0&quot; bordercolor=&quot;#c0c0c0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; onclick=&quot;border=&#39;7&#39;&quot; onmouseout=&quot;border=&#39;0&#39;&quot; style=&quot;height: 200px; width: 160px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&amp;nbsp;&amp;nbsp;Click para ver o efeito!!&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;textarea cols=&quot;30&quot; rows=&quot;5&quot;&gt;A borda aparece ao click do do mause(mouse)&lt;br /&gt;
&lt;table bgcolor=&quot;#222222&quot; border=&quot;0&quot; bordercolor=&quot;#c0c0c0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; onclick=&quot;border=&#39;7&#39;&quot; onmouseout=&quot;border=&#39;0&#39;&quot; style=&quot;height: 200px; width: 160px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&amp;nbsp;&amp;nbsp;Click para ver o efeito!!&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;&lt;br /&gt;
passe o mause(mouse) e click para ver o efeito&lt;br /&gt;
&lt;table background=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdl0Wdq0XmUu8TstKg4zJGjl11qXh6yCQfVe_UCGn_DR-XPHZCFspcHgeuOhJ1uA-pzWBN8wiLe_GzdamVSEt_SDMmz-2UnbibjjWM5BKNxhKU_6e_39ZruJsgBJ6m0GYgNFzDk5VZBQI/s104/buton+1.bmp&quot; border=&quot;1&quot; bordercolor=&quot;#ff0000&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; onmouseout=&quot;background=&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdl0Wdq0XmUu8TstKg4zJGjl11qXh6yCQfVe_UCGn_DR-XPHZCFspcHgeuOhJ1uA-pzWBN8wiLe_GzdamVSEt_SDMmz-2UnbibjjWM5BKNxhKU_6e_39ZruJsgBJ6m0GYgNFzDk5VZBQI/s104/buton+1.bmp&#39;&quot; onmouseover=&quot;this.background=&#39;https://lh3.googleusercontent.com/--0mYXJrfJjM/TTr0sP1c5zI/AAAAAAAAAVU/rb4tE3mbcjw/s104/ikposs.bmp&#39;&quot; style=&quot;height: 200px; width: 104px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;textarea cols=&quot;30&quot; rows=&quot;5&quot;&gt;&lt;table background=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdl0Wdq0XmUu8TstKg4zJGjl11qXh6yCQfVe_UCGn_DR-XPHZCFspcHgeuOhJ1uA-pzWBN8wiLe_GzdamVSEt_SDMmz-2UnbibjjWM5BKNxhKU_6e_39ZruJsgBJ6m0GYgNFzDk5VZBQI/s104/buton+1.bmp&quot; border=&quot;1&quot; bordercolor=&quot;#ff0000&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; onmouseout=&quot;background=&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdl0Wdq0XmUu8TstKg4zJGjl11qXh6yCQfVe_UCGn_DR-XPHZCFspcHgeuOhJ1uA-pzWBN8wiLe_GzdamVSEt_SDMmz-2UnbibjjWM5BKNxhKU_6e_39ZruJsgBJ6m0GYgNFzDk5VZBQI/s104/buton+1.bmp&#39;&quot; onmouseover=&quot;this.background=&#39;https://lh3.googleusercontent.com/--0mYXJrfJjM/TTr0sP1c5zI/AAAAAAAAAVU/rb4tE3mbcjw/s104/ikposs.bmp&#39;&quot; style=&quot;height: 200px; width: 104px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;passe o mause(mouse) e click para ver o efeito&lt;br /&gt;
&lt;table bgcolor=&quot;#e0e0e0&quot; border=&quot;0&quot; bordercolor=&quot;#c0c0c0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; onclick=&quot;background=&#39;e0e0e0&#39;&quot; onmouseover=&quot;background=&#39;http://3.bp.blogspot.com/_H0Vp-e5YToc/TTr0sP1c5zI/AAAAAAAAAVU/qa23ALZvPN0/s1600/ikposs.bmp&#39;&quot; style=&quot;height: 86px; width: 265px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: white;&quot;&gt; &lt;strong&gt;&lt;u&gt;&lt;span style=&quot;background-color: red; font-size: large;&quot;&gt;veja como é legal &lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;textarea cols=&quot;30&quot; rows=&quot;5&quot;&gt;table bgcolor=&quot;#e0e0e0&quot; border=&quot;0&quot; bordercolor=&quot;#c0c0c0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; onclick=&quot;background=&#39;e0e0e0&#39;&quot; onmouseover=&quot;background=&#39;http://3.bp.blogspot.com/_H0Vp-e5YToc/TTr0sP1c5zI/AAAAAAAAAVU/qa23ALZvPN0/s1600/ikposs.bmp&#39;&quot; style=&quot;height: 86px; width: 265px;&quot;&gt;&lt;tbody&gt;&lt;br /&gt;
&lt;tr&gt;&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: white;&quot;&gt; &lt;strong&gt;&lt;u&gt;&lt;span style=&quot;background-color: red; font-size: large;&quot;&gt;veja como é legal &lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/3888334850947753843/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/3888334850947753843?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/3888334850947753843'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/3888334850947753843'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2010/10/efeitos-com-tabela.html' title='efeitos com tabela'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-6914275005832160329</id><published>2011-03-02T06:26:00.000-08:00</published><updated>2011-03-09T21:16:10.610-08:00</updated><title type='text'>pop jan</title><content type='html'>&lt;div id=&quot;popjan&quot;&gt;&lt;a TITLE=&quot;FECHAR&quot; style=&quot;float:left&quot; href=&quot;#B22222&quot; onclick=&quot;document.getElementById(&#39;popjan&#39;).style.display=&#39;none&#39;;&quot;&gt;&lt;table BORDER=&quot;1&quot; BORDERCOLOR=&quot;333333&quot; BGCOLOR=&quot;000000&quot; CELLSPACING=&quot;0&quot; CELLPADDING=&quot;2&quot;&gt;&lt;tbody&gt;&lt;td&gt;X&lt;/TD&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div style=&quot;clear:both&quot;&gt;&lt;/div&gt;&lt;table BORDER=&quot;1&quot; BORDERCOLOR=&quot;333333&quot; CELLSPACING=&quot;0&quot; CELLPADDING=&quot;2&quot; WIDTH=&quot;220&quot; HEIGHT=&quot;320&quot; BGCOLOR=&quot;000000&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;Seja bem-vindo(a)! Fico feliz com sua visita! Espero que você ache o que esta procurando e até o que nao estava!&lt;br /&gt;
&lt;img src=&quot;http://www.carteiroonline.com/gifs/barras/04.gif&quot; width=&quot;220&quot; height=&quot;2&quot;&gt;&lt;h2&gt;PARCEIROS&lt;/H2&gt;Para sem um dos meus parceiros(as)basta fazermos uma troca links!Um link da minha página na sua e um da sua na minha.Simples,viu como é fácio!Qualque site, blog etc. pode fazer parceria com a jente!!!&lt;br /&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/6914275005832160329/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/6914275005832160329?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/6914275005832160329'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/6914275005832160329'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2011/03/pop-jan.html' title='pop jan'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-253388039025784984</id><published>2011-03-02T05:48:00.000-08:00</published><updated>2011-06-28T14:24:38.306-07:00</updated><title type='text'>texto piscando</title><content type='html'>&lt;script language=&quot;JavaScript1.2&quot;&gt;
&lt;!-- 
// The JavaScript Source!! http://javascript.internet.com --&gt;
function initArray() {
this.length = initArray.arguments.length;
for (var i = 0; i &lt; this.length; i++) {
this[i] = initArray.arguments[i];
   }
}

// modificar aqui o texto, a velocidade e a s cores
var ctext=&quot;COLOQUE UM/ESTE EFEITO COM O TEXTO PISCANDO EM SEU SITE OU BLOG!!!&quot;;
var speed = 3000;
var x = 3;
var color = new initArray(
&quot;white&quot;, 
&quot;#212121&quot; 
);
// fim das modificações

if(navigator.appName == &quot;Netscape&quot;) {
document.write(&#39;&lt;layer id=&quot;c&quot;&gt;&#39; +ctext+&#39;&lt;/layer&gt;&lt;br&gt;&#39;);
}
if (navigator.appVersion.indexOf(&quot;MSIE&quot;) != -1){
document.write(&#39;&lt;div id=&quot;c&quot;&gt;&#39;+ctext+&#39;&lt;/div&gt;&#39;);
}
function chcolor(){ 
if(navigator.appName == &quot;Netscape&quot;) {
document.c.document.write(&#39;&lt;font color=&quot;&#39;+color[x]);
document.c.document.write(&#39;&quot;&gt;&#39;+ctext+&#39;&lt;/font&gt;&#39;);
document.c.document.close();
}
else if (navigator.appVersion.indexOf(&quot;MSIE&quot;) != -1){
document.all.c.style.color = color[x];
}
(x &lt; color.length-1) ? x++ : x = 0;
}
setInterval(&quot;chcolor()&quot;,1000);
// --&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;textarea cols=&quot;30&quot; rows=&quot;7&quot;&gt;&lt;script language=&quot;JavaScript1.2&quot;&gt;
&lt;!-- 
// The JavaScript Source!! http://javascript.internet.com --&gt;
function initArray() {
this.length = initArray.arguments.length;
for (var i = 0; i &lt; this.length; i++) {
this[i] = initArray.arguments[i];
   }
}

// modificar aqui o texto, a velocidade e a s cores
var ctext=&quot;Seu texto aqui!&quot;;
var speed = 3000;
var x = 3;
var color = new initArray(
&quot;white&quot;, 
&quot;blue&quot; 
);
// fim das modificações

if(navigator.appName == &quot;Netscape&quot;) {
document.write(&#39;&lt;layer id=&quot;c&quot;&gt;&#39; +ctext+&#39;&lt;/layer&gt;&lt;br&gt;&#39;);
}
if (navigator.appVersion.indexOf(&quot;MSIE&quot;) != -1){
document.write(&#39;&lt;div id=&quot;c&quot;&gt;&#39;+ctext+&#39;&lt;/div&gt;&#39;);
}
function chcolor(){ 
if(navigator.appName == &quot;Netscape&quot;) {
document.c.document.write(&#39;&lt;font color=&quot;&#39;+color[x]);
document.c.document.write(&#39;&quot;&gt;&#39;+ctext+&#39;&lt;/font&gt;&#39;);
document.c.document.close();
}
else if (navigator.appVersion.indexOf(&quot;MSIE&quot;) != -1){
document.all.c.style.color = color[x];
}
(x &lt; color.length-1) ? x++ : x = 0;
}
setInterval(&quot;chcolor()&quot;,1000);
// --&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;/textarea&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/253388039025784984/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/253388039025784984?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/253388039025784984'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/253388039025784984'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2011/03/texto-piscando.html' title='texto piscando'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-4146638006634940841</id><published>2011-03-01T15:21:00.000-08:00</published><updated>2011-03-08T15:28:03.846-08:00</updated><title type='text'>fazer  layout da página com tabelas</title><content type='html'>FAZER O LAYOUT DA SUA PÁGINA COM A TABELA&lt;br /&gt;
&lt;strong&gt;&amp;lt;TABLE BORDER=&quot;1&quot; BORDERCOLOR=&quot;BLACK&quot; CELLSPACING=&quot;2&quot; CELLPADDING=&quot;5&quot; WIDTH=&quot;100%&quot; HEIGHT=&quot;800px&quot; BGCOLOR=&quot;GREY&quot; &amp;gt;&lt;br /&gt;
&amp;lt;TR&amp;gt;&amp;lt;TD VALIGN=&quot;TOP&quot; WIDTH=&quot;200PX&quot;&amp;gt; Lado esquerdo &amp;lt;/TD&amp;gt; &amp;lt;TD VALIGN=&quot;TOP&quot; WIDTH0&quot;200PX&quot;&amp;gt;Centro&amp;lt;/TD&amp;gt;&amp;lt;TD VALIGN=&quot;TOP&quot; WIDTH=&quot;200&quot;&amp;gt;Lado direito&amp;lt;/TD&amp;gt; &amp;lt;/TR&amp;gt; &lt;br /&gt;
&amp;lt;/TABLE&amp;gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;Exemplo:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;table bgcolor=&quot;#666666&quot; border=&quot;1&quot; bordercolor=&quot;#000000&quot; cellpadding=&quot;2&quot; cellspacing=&quot;2&quot; style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; height: 500px; width: 700px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&quot; valign=&quot;top&quot;&gt;Lado esquerdo&lt;br /&gt;
&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMg83B3PleIDZK9voe_1Y3iq1QMsUEU2FmUvLl5DroPYNRZzxZ9VLYp_7cOpzCfk9YK2QXfOpX68ZyyqzIZXn51lc4lLUaE9P5C0Z7n4xgrVlaHylHkYHUU-cmTI0hkdwfN4TDE6ZRxjo/s220/ikposs.bmp&quot; /&gt;&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;CENTRO&lt;br /&gt;
&lt;br /&gt;
IKPOSS CÓDIGOS HTML (AQUI SEU CONTEÚDO)&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;Lado direito&lt;br /&gt;
&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMg83B3PleIDZK9voe_1Y3iq1QMsUEU2FmUvLl5DroPYNRZzxZ9VLYp_7cOpzCfk9YK2QXfOpX68ZyyqzIZXn51lc4lLUaE9P5C0Z7n4xgrVlaHylHkYHUU-cmTI0hkdwfN4TDE6ZRxjo/s220/ikposs.bmp&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;div style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&quot;&gt;&lt;br /&gt;
&lt;marquee behavior=&quot;alternate&quot; height=&quot;20&quot; width=&quot;38&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: red;&quot;&gt;DICA!!&lt;/span&gt;&lt;/strong&gt;&lt;/marquee&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: x-small;&quot;&gt;Se&amp;nbsp;você preferir as colunas fixas, você coloca width=&quot;tamanho.px&quot; nos três blocos,exemplo: &lt;span style=&quot;font-family: Times New Roman; font-size: small;&quot;&gt;&amp;lt;TD VALIGN=&quot;TOP&quot; WIDTH=&quot;200&quot;&amp;gt;&lt;strong&gt;&amp;nbsp;Lado esquerdo&lt;/strong&gt;&amp;nbsp;&amp;lt;/TD&amp;gt; .&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
&lt;fieldset&gt;&lt;legend&gt;Veja mais&lt;/legend&gt;&lt;a href=&quot;http://ikposs.blogspot.com/2010/10/efeitos-com-tabela.html&quot; target=&quot;fullscreen&quot;&gt;faça efeitos com suas tabelas&lt;/a&gt;&lt;/fieldset&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/4146638006634940841/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/4146638006634940841?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/4146638006634940841'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/4146638006634940841'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2011/03/fazer-layout-da-pagina-com-tabelas.html' title='fazer  layout da página com tabelas'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMg83B3PleIDZK9voe_1Y3iq1QMsUEU2FmUvLl5DroPYNRZzxZ9VLYp_7cOpzCfk9YK2QXfOpX68ZyyqzIZXn51lc4lLUaE9P5C0Z7n4xgrVlaHylHkYHUU-cmTI0hkdwfN4TDE6ZRxjo/s72-c/ikposs.bmp" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-5272002606831745239</id><published>2011-03-01T09:11:00.000-08:00</published><updated>2011-04-03T06:08:44.587-07:00</updated><title type='text'>alguns parâmetros da tag body</title><content type='html'>&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace;&quot;&gt;&lt;strong&gt;Você pode fazer diretamente com&amp;nbsp;a tag body, veja.&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace;&quot;&gt;&lt;strong&gt;&amp;lt;body bgcolor=&quot;black&quot; alink=&quot;red&quot; Vlink=&quot;red&quot; text=&quot;ffffff&quot;&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace;&quot;&gt;&lt;strong&gt;bgcolor= é a cor da sua página&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace;&quot;&gt;&lt;strong&gt;alink= é a cor&amp;nbsp;após o click do&amp;nbsp;mause no link &lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace;&quot;&gt;&lt;strong&gt;Vlink= é a cor ao passar dos links ja visitados.&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace;&quot;&gt;&lt;strong&gt;text = é a cor do texto da sua página&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
veja exemplos:&lt;br /&gt;
&lt;fieldset style=&quot;height: 30px; width: 41px;&quot;&gt;&lt;a  href=&quot;#top&quot;&gt;&lt;font onmouseover=&quot;this.color=&#39;#666666&#39;&quot; onmouseout=&quot;this.color=&#39;ffffff&#39;&quot; onclick=&quot;this.color=&#39;ff0000&#39;&quot; color=&quot;ffffff&quot;&gt;click&lt;/font&gt;&lt;/a&gt;&lt;/fieldset&gt;&lt;fieldset style=&quot;height: 30px; width: 41px;&quot;&gt;&lt;a  href=&quot;#top&quot;&gt;&lt;font onmouseover=&quot;this.color=&#39;ff0000&#39;&quot; onclick=&quot;this.color=&#39;ff0000&#39;&quot; color=&quot;ffffff&quot;&gt;click&lt;/font&gt;&lt;/a&gt;&lt;/fieldset&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/5272002606831745239/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/5272002606831745239?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/5272002606831745239'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/5272002606831745239'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2011/03/alguns-parametros-da-tag-body.html' title='alguns parâmetros da tag body'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-5640924026152820987</id><published>2011-03-01T09:06:00.000-08:00</published><updated>2011-03-25T09:13:43.607-07:00</updated><title type='text'>texto piscando colorido</title><content type='html'>&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client=&quot;pub-2404280823675572&quot;;
google_ad_host=&quot;pub-1556223355139109&quot;;
google_ad_width=728;
google_ad_height=90;
google_ad_format=&quot;728x90_as&quot;;
google_ad_type=&quot;text_image&quot;;
google_ad_host_channel=&quot;0001&quot;;
google_color_border=&quot;000000&quot;;
google_color_bg=&quot;000000&quot;;
google_color_link=&quot;FF0000&quot;;
google_color_url=&quot;666666&quot;;
google_color_text=&quot;FFFFFF&quot;;
//--&gt;&lt;/script&gt;&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;
  src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;script language=&quot;JavaScript1.2&quot;&gt;
&lt;!-- 
// The JavaScript Source!! http://javascript.internet.com --&gt;
function initArray() {
this.length = initArray.arguments.length;
for (var i = 0; i &lt; this.length; i++) {
this[i] = initArray.arguments[i];
   }
}

// modificar aqui o texto, a velocidade e a s cores
var ctext=&quot;&lt;h1&gt;TEXTO PISCANDO COLORIDO!!!&lt;/h1&gt;&quot;;
var speed = 3000;
var x = 3;
var color = new initArray(
&quot;white&quot;, 
&quot;blue&quot;,
&quot;red&quot;,
&quot;yellow&quot; 
);
// fim das modificações

if(navigator.appName == &quot;Netscape&quot;) {
document.write(&#39;&lt;layer id=&quot;c&quot;&gt;&#39; +ctext+&#39;&lt;/layer&gt;&lt;br&gt;&#39;);
}
if (navigator.appVersion.indexOf(&quot;MSIE&quot;) != -1){
document.write(&#39;&lt;div id=&quot;c&quot;&gt;&#39;+ctext+&#39;&lt;/div&gt;&#39;);
}
function chcolor(){ 
if(navigator.appName == &quot;Netscape&quot;) {
document.c.document.write(&#39;&lt;font color=&quot;&#39;+color[x]);
document.c.document.write(&#39;&quot;&gt;&#39;+ctext+&#39;&lt;/font&gt;&#39;);
document.c.document.close();
}
else if (navigator.appVersion.indexOf(&quot;MSIE&quot;) != -1){
document.all.c.style.color = color[x];
}
(x &lt; color.length-1) ? x++ : x = 0;
}
setInterval(&quot;chcolor()&quot;,1000);
// --&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;textarea cols=&quot;40&quot; rows=&quot;4&quot;&gt;&lt;script language=&quot;JavaScript1.2&quot;&gt;
&lt;!-- 
// The JavaScript Source!! http://javascript.internet.com --&gt;
function initArray() {
this.length = initArray.arguments.length;
for (var i = 0; i &lt; this.length; i++) {
this[i] = initArray.arguments[i];
   }
}

// modificar aqui o texto, a velocidade e a s cores
var ctext=&quot;PISCANDO COLORIDO!!!&quot;;
var speed = 3000;
var x = 3;
var color = new initArray(
&quot;white&quot;, 
&quot;blue&quot;,
&quot;red&quot;,
&quot;yellow&quot; 
);
// fim das modificações

if(navigator.appName == &quot;Netscape&quot;) {
document.write(&#39;&lt;layer id=&quot;c&quot;&gt;&#39; +ctext+&#39;&lt;/layer&gt;&lt;br&gt;&#39;);
}
if (navigator.appVersion.indexOf(&quot;MSIE&quot;) != -1){
document.write(&#39;&lt;div id=&quot;c&quot;&gt;&#39;+ctext+&#39;&lt;/div&gt;&#39;);
}
function chcolor(){ 
if(navigator.appName == &quot;Netscape&quot;) {
document.c.document.write(&#39;&lt;font color=&quot;&#39;+color[x]);
document.c.document.write(&#39;&quot;&gt;&#39;+ctext+&#39;&lt;/font&gt;&#39;);
document.c.document.close();
}
else if (navigator.appVersion.indexOf(&quot;MSIE&quot;) != -1){
document.all.c.style.color = color[x];
}
(x &lt; color.length-1) ? x++ : x = 0;
}
setInterval(&quot;chcolor()&quot;,1000);
// --&gt;
&lt;/script&gt;&lt;/textarea&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/5640924026152820987/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/5640924026152820987?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/5640924026152820987'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/5640924026152820987'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2011/03/texto-piscando-colorido_01.html' title='texto piscando colorido'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-1279208762295649840</id><published>2011-01-31T17:36:00.000-08:00</published><updated>2011-07-31T18:24:15.461-07:00</updated><title type='text'>como escrever sobre imagens novo método</title><content type='html'>&lt;center&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
google_ad_client = &quot;pub-2404280823675572&quot;;
/* 468x60, NOVO */
google_ad_slot = &quot;0639487540&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;&lt;script src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;style type=&quot;text/css&quot;&gt;     
.functionescrever{
background: url(http://t3.gstatic.com/images?q=tbn:ANd9GcQi6z4b0PDtBxxinkbZVt_PDwJWTW67CR4Vl9k22xWY2dgCrPIYKw) no-repeat;
width:225px; 
height:250px;
color:#FFFFFF;}
 
  
&lt;/style&gt;&lt;/center&gt;&lt;center&gt;&lt;div class=&quot;functionescrever&quot;&gt;Olá bem vindos! Veremos agora como é fácio escrever sobre imagens usando o código css!&lt;/div&gt;&lt;/center&gt;&lt;center&gt;&lt;br /&gt;
Com este código vc pode utilizar qualquer imagem, vc pode mudar a cor da letra o tipo de letra etc, basta inserir as funçoes no código css. &lt;/center&gt;&lt;center&gt;&lt;br /&gt;
insira os dois códigos juntos entre as tag &amp;lt;body&amp;gt; aqui! &amp;lt;/body&amp;gt;&lt;/center&gt;&amp;lt;style type=&quot;text/css&quot;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
.functionescrever{&lt;br /&gt;
background: url( &lt;span style=&quot;color: blue;&quot;&gt;coloque a ulr da sua imagens aqui&lt;/span&gt; ) no-repeat;&lt;br /&gt;
width:225px; &lt;br /&gt;
height:250px;&lt;br /&gt;
color:#FFFFFF;}&amp;nbsp;&amp;nbsp; &amp;lt;/style&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&quot;functionescrever&quot;&amp;gt; &lt;span style=&quot;color: blue;&quot;&gt;coloque aqui o texto desejado&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;font-size: xx-small;&quot;&gt;Olá bem vindos! Veremos agora como é fácio escrever sobre imagens usando o código css!)&lt;/span&gt; &amp;lt;/div&amp;gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/1279208762295649840/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/1279208762295649840?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/1279208762295649840'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/1279208762295649840'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2011/01/como-escrever-sobre-imagens-novo-metodo.html' title='como escrever sobre imagens novo método'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-5776527349641617963</id><published>2010-11-03T14:24:00.000-07:00</published><updated>2010-11-09T04:43:28.497-08:00</updated><title type='text'>Colocando Links</title><content type='html'>&lt;div&gt;&lt;strong&gt;O link com a tag &amp;lt;a href&amp;gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&amp;lt;a href=&quot;link&quot;&amp;gt;aqui o nome do link&amp;lt;/a&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: red;&quot;&gt;Exemplo:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&amp;lt;a href=&quot;&lt;a href=&quot;http://juliafloricultura.blogspot.com/&quot;&gt;http://juliafloricultura.blogspot.com/&lt;/a&gt;&quot;&amp;gt; Compra flores!!!&amp;lt;/a&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://juliafloricultura.blogspot.com/&quot;&gt;Compra flores!!!&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;E assim para várias outras coisas.&lt;/div&gt;&lt;div&gt;&lt;strong&gt;Você também pode utilizar uma ancora com uma imagem!&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;É só substituir o texto pelo código da imagem.Veja a baixo.&lt;/div&gt;&lt;div&gt;&amp;lt;a href=&quot;link&quot;&amp;gt;&amp;lt;img src=&quot;imagem.jpg&quot;&amp;gt;&amp;lt;/a&amp;gt; &lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: red;&quot;&gt;Exemplo:&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://ikposs.blogspot.com/&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMg83B3PleIDZK9voe_1Y3iq1QMsUEU2FmUvLl5DroPYNRZzxZ9VLYp_7cOpzCfk9YK2QXfOpX68ZyyqzIZXn51lc4lLUaE9P5C0Z7n4xgrVlaHylHkYHUU-cmTI0hkdwfN4TDE6ZRxjo/s220/ikposs.bmp&quot; /&gt;&lt;/a&gt; &lt;br /&gt;
&lt;hr /&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&amp;nbsp;fazer uma ancora&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;A ancora é utilizada para redirecionar a outro lugar da pagina e também a outra página.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Código:&lt;/b&gt;&quot;ancora&quot;&lt;br /&gt;
&lt;br /&gt;
E o código do comando &quot;ir para&quot;;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Código:&lt;/b&gt;&amp;lt;a href=&quot;#ancora&quot;&amp;gt;ir para ancora&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Você pode criar vários pontos, como:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;&quot;ancora2 &amp;gt;e &amp;lt;a href=&quot;#ancora2&quot;&amp;gt;ir para ancora2&amp;lt;/a&amp;gt;&lt;/div&gt;&lt;div&gt;e códigos especiais como ir para o top:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Código:&lt;/b&gt; &amp;lt;a href=&quot;#top&quot;&amp;gt;Ir para o topo&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Para ir para outra página o código é esse:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&quot;nomedapagina.html#ancora&quot;&amp;gt;ir para ancora&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Você também pode utilizar uma ancora com uma imagem!&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Código:&lt;/b&gt; &amp;lt;a href=&quot;#ancora&quot;&amp;gt;&amp;lt;img src=&quot;imagem.jpg&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/5776527349641617963/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/5776527349641617963?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/5776527349641617963'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/5776527349641617963'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2010/11/colocando-links.html' title='Colocando Links'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMg83B3PleIDZK9voe_1Y3iq1QMsUEU2FmUvLl5DroPYNRZzxZ9VLYp_7cOpzCfk9YK2QXfOpX68ZyyqzIZXn51lc4lLUaE9P5C0Z7n4xgrVlaHylHkYHUU-cmTI0hkdwfN4TDE6ZRxjo/s72-c/ikposs.bmp" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-190922748617830555.post-4738111035246575263</id><published>2010-11-03T08:23:00.000-07:00</published><updated>2011-08-09T07:50:24.538-07:00</updated><title type='text'>Janela Pop-Up</title><content type='html'>&lt;center&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-2404280823675572&quot;;
/* 468x60, NOVO */
google_ad_slot = &quot;0639487540&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt; &lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt; &lt;br /&gt;
&lt;hr color=&quot;#272727&quot;/&gt;Janela pop Up ( 1) &lt;br /&gt;
&lt;a href=&quot;http://ikposs.blogspot.com/2008/07/teste-em-zoom.html&quot; onclick=&quot;window.open(&#39;http://ikposs.blogspot.com/2008/07/teste-em-zoom.html&#39;,&#39;Janela&#39;,&#39;toolbar=yes,location=yes,directories=yes,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=300,height=400&#39;); return false;&quot;&gt;Janela pop Up ( 1) com barras de rolagens(scrollbars),toolbar,status,directories e etc.&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;textarea cols=&quot;30&quot; rows=&quot;4&quot;&gt;Janela pop Up ( 1) &lt;br /&gt;
&lt;a href=&quot;URL AQUI&quot; onclick=&quot;window.open(&#39;URL AQUI&#39;,&#39;Janela&#39;,&#39;toolbar=yes,location=yes,directories=yes,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=300,height=400&#39;); return false;&quot;&gt;Janela pop Up ( 1) com barras de rolagens(scrollbars),toolbar,status,directories e etc.&lt;/a&gt;&lt;br /&gt;
&lt;/textarea&gt;&lt;hr color=&quot;#272727&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;hr color=&quot;#272727&quot;/&gt;Janela pop Up ( 2)&lt;br /&gt;
&lt;a href=&quot;http://ikposs.blogspot.com/2008/07/teste-em-zoom.html&quot; onclick=&quot;window.open(&#39;http://ikposs.blogspot.com/2008/07/teste-em-zoom.html&#39;,&#39;Janela&#39;,&#39;toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=300,height=400&#39;); return false;&quot;&gt;Janela pop Up ( 2) com barras de rolgens&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;textarea cols=&quot;30&quot; rows=&quot;4&quot;&gt;Janela pop Up ( 2)&lt;br /&gt;
&lt;a href=&quot;ULR AQUI&quot; onclick=&quot;window.open(&#39;ULR AQUI&#39;,&#39;Janela&#39;,&#39;toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=300,height=400&#39;); return false;&quot;&gt;Janela pop Up ( 2) com barras de rolgens&lt;/a&gt;&lt;br /&gt;
&lt;/textarea&gt;&lt;hr color=&quot;#272727&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;hr color=&quot;#272727&quot;/&gt;Janela pop Up ( 3)&lt;br /&gt;
&lt;a href=&quot;http://ikposs.blogspot.com/2008/07/teste-em-zoom.html&quot; onclick=&quot;window.open(&#39;http://ikposs.blogspot.com/2008/07/teste-em-zoom.html&#39;,&#39;Janela&#39;,&#39;toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300,height=400&#39;); return false;&quot;&gt;Janela pop Up ( 3) sem barras de rolgens&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;textarea cols=&quot;30&quot; rows=&quot;4&quot;&gt;Janela pop Up ( 3)&lt;br /&gt;
&lt;a href=&quot;ulr aqui&quot; onclick=&quot;window.open(&#39;url aqui&#39;,&#39;Janela&#39;,&#39;toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300,height=400&#39;); return false;&quot;&gt;Janela pop Up ( 3) sem barras de rolgens&lt;/a&gt;&lt;br /&gt;
&lt;/textarea&gt;&lt;br /&gt;
&lt;hr color=&quot;#272727&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;hr color=&quot;#272727&quot;/&gt;Janela pop Up ( 4)&lt;br /&gt;
&lt;a href=&quot;http://ikposs.blogspot.com/2008/07/teste-em-zoom.html&quot; onclick=&quot;window.open(&#39;http://ikposs.blogspot.com/2008/07/teste-em-zoom.html&#39;,&#39;Janela&#39;,&#39;toolbar=no,fullscreen=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=300,height=400&#39;); return false;&quot;&gt;Janela pop Up ( 4) com fullscreen&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;textarea cols=&quot;30&quot; rows=&quot;4&quot;&gt;Janela pop Up ( 4)&lt;br /&gt;
&lt;a href=&quot;ulr aqui&quot; onclick=&quot;window.open(&#39;url aqui&#39;,&#39;Janela&#39;,&#39;toolbar=no,fullscreen=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=300,height=400&#39;); return false;&quot;&gt;Janela pop Up ( 4) com fullscreen&lt;/a&gt;&lt;br /&gt;
&lt;/textarea&gt;&lt;br /&gt;
&lt;hr color=&quot;#272727&quot;/&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-2404280823675572&quot;;
/* 300x250, criado 11/12/10 */
google_ad_slot = &quot;9831194778&quot;;
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/center&gt;</content><link rel='replies' type='application/atom+xml' href='http://ikposs.blogspot.com/feeds/4738111035246575263/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/190922748617830555/4738111035246575263?isPopup=true' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/4738111035246575263'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/190922748617830555/posts/default/4738111035246575263'/><link rel='alternate' type='text/html' href='http://ikposs.blogspot.com/2011/02/janela-pop-up.html' title='Janela Pop-Up'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>