Create your own social network with a free forum. | Welcome to iBasic. We hope you enjoy your visit.
You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.
Join our community!
If you're already a member please log in to your account to access all of our features:
|
 |
|
 |
Banner Rotativo
| MaLoKeiRo |
|
Recém Chegado

Group: Membro
Posts: 7
Member No.: 54
Joined: 13-January 06

|
vlw tava precisando.. e explica q tem q colocar no negocio do LOGO msm..pq eu ja ia colocando no Footer...
|
|
|
| RenatoKM |
|

Membro Frequente

Group: Membro
Posts: 604
Member No.: 14
Joined: 4-December 05

|
| QUOTE (BlackStory @ Jan 15 2006, 02:31 AM) | se eu colocar tipo:
| CODE | imagens[0]="http://LINKDAIMAGEM"; imagens[1]="http://LINKDAIMAGEM"; imagens[2]="http://LINKDAIMAGEM"; textos[0]="NOME DO SEU FORUM"; textos[1]="NOME DO SEU FORUM"; textos[2]="NOME DO SEU FORUM"; |
ai da pra coloca mais uma imagens e ai sucesivamente?
|
Dá sim!!!
--------------------
|
|
|
| Tails |
Posted: Tuesday, 09/05/2006 - 15:35
|

Supervisor Global

Group: Membro
Posts: 632
Member No.: 64
Joined: 22-January 06

|
| QUOTE | | aew isso eu queria como eu ponho em link a imagem? tem como usando esse codigo ai? |
Não entendi a sua pergunta... Você quer trocar a imagem por um link? Pra ficar no lugar de imagens rotativas, links rotativos, é isso? Se for isso, você tem que mudar o code, vai ficar mais ou menos assim (não testei, então pode ser que não dê certo):
| QUOTE | <script language="javascript"> function banner() { imagens=new Array(); textos=new Array(); imagens[0]="http://LINK"; imagens[1]="http://LINK"; var sorteia=Math.random() * imagens.length; var ncerto=parseInt(sorteia); document.write("<a href="+imagens[ncerto]+" >"); } banner(); //--> </script> |
É isso que você quer?
--------------------
|
|
|
| jnt |
Posted: Wednesday, 10/05/2006 - 00:15
|

Usuário

Group: Membro
Posts: 34
Member No.: 250
Joined: 24-April 06

|
humm eu fiz um aki oia!!!
| QUOTE | <script language="JavaScript"> function Banners() { var MNews = new Array(); MNews[0]= '<A HREF="http://www.ansociety.net" target"_blank"><IMG SRC="http://www.ansociety.net/imagens/banner.jpg" width="469" height="60"></A>' MNews[1]= '<a href="http://s9.invisionfree.com/Asianextreme" target="_blank"><IMG SRC="http://img407.imageshack.us/img407/9338/banners6wh.gif" width="469" height="60"></A>' var Numero = Math.floor(Math.random()*2); document.write(MNews[Numero]); } </script> <script language="JavaScript"> Veja_Banner = Banners(); </script>
|
ehehe ai juntei com esquema do codigo do QUAdrO de publicidade e consigui um banner rotativo muito legal!!  otimos pra troca de banners vleus ai ajuda
--------------------
|
|
|
| biel |
|

Usuário

Group: Membro
Posts: 34
Member No.: 96
Joined: 9-February 06

|
Tipo se eu quisesse so dexa as imagens sem os textos e so tira os
| QUOTE | textos[0]="NOME DO SEU FORUM"; textos[1]="NOME DO SEU FORUM"; |
??
|
|
|
| Tails |
|

Supervisor Global

Group: Membro
Posts: 632
Member No.: 64
Joined: 22-January 06

|
Tem que tirar as partezinhas de exibir texto também para um melhor funcionamento. No forum que administro ficou assim:
| QUOTE | <center><script language="javascript"> function banner() { imagens=new Array(); imagens[0]="imagem1"; imagens[1]="imagem2"; imagens[2]="imagem3";
var sorteia=Math.random() * imagens.length; var ncerto=parseInt(sorteia); document.write("<img border=0 src="+imagens[ncerto]+" alt=''>"); } banner(); //--> </script></center> |
This post has been edited by Tails on Sunday, 25/06/2006 - 21:30
--------------------
|
|
|
Track this topic
Receive email notification when a reply has been made to this topic and you are not active on the board.
Subscribe to this forum
Receive email notification when a new topic is posted in this forum and you are not active on the board.
Download / Print this Topic
Download this topic in different formats or view a printer friendly version.


|