Jump to content


Photo

Mudar Imagem Ao Passar Mouse


  • Faça o login para participar
11 replies to this topic

#1 doriprata

doriprata

    12 Horas

  • Usuários
  • 155 posts
  • Sexo:Não informado
  • Localidade:Campo Largo

Posted 23/07/2003, 10:38

Eu queria colocar fotos pequenas no meu site, e quando a pessoa colocasse o mouse em cima da foto, aparecesse a foto maior em outro local do site. Tem como fazer isso sem utilizar camadas ? No Dreamweaver eu sei fazer isso ocultando e mostrando camadas, mas queria saber se tem outro jeito.

#2 goiaba2000

goiaba2000

    Tô com sono!

  • Usuários
  • 1118 posts
  • Sexo:Não informado
  • Localidade:Sobradinho-DF

Posted 23/07/2003, 11:43

já tentou usar iLayer?
PHP + UML + OO + Flash + MySQL = IMBATIVEL

http://www.guilardi.com.br
- portifólio
http://www.deusehmais.com.br
- projeto atual

#3 doriprata

doriprata

    12 Horas

  • Usuários
  • 155 posts
  • Sexo:Não informado
  • Localidade:Campo Largo

Posted 23/07/2003, 17:19

Eu nao conheço o Ilayers ...como funciona ..pode me ajudar ? :unsure:

#4 Nando

Nando

    Eta eta eta, brasileiro quer.. futibol, mulher e rock'n roll

  • Usuários
  • 916 posts
  • Sexo:Masculino
  • Localidade:Sapucaia do Sul - RS
  • Interesses:Não sou interesseiro.

Posted 23/07/2003, 21:33

Olha....
Eu só conheço IFRAME....mas ilayer existe ??????? :ph34r:
Qualquer dia será só 1 linha de assinatura! x) Aí vou deixar essa aki mesmo já pra garantir.
Fireworks: llllllllllllllllllllllllllllll (Jah mexo a tempo mas ando meio parado)
Dreamweaver: llllllllllllllllllllllllllllll (Braço direito enquanto programo)
Js: llllllllllllllllllllllllllllll (Recem iniciando)
PHP: llllllllllllllllllllllllllllll (Dinamic Punch!!)

#5 lucas souza

lucas souza
  • Visitantes

Posted 24/07/2003, 00:34

Olha....
Eu só conheço IFRAME....mas ilayer existe ??????? :ph34r:

Isso tb foi comentado na seção HTML. Existe sim. http://forum.wmonlin...=ST&f=8&t=26883

doriprata, sugiro q vc use div mesmo.

FLW pru C. :ph34r:

#6 amgnatureza

amgnatureza

    |O.o|

  • Usuários
  • 269 posts
  • Sexo:Não informado
  • Localidade:SP - interior
  • Interesses:ASP

Posted 24/07/2003, 03:02

Tente isso... mas c vc tem dream MX jah deve ter visto ...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>

<body onLoad="MM_preloadImages('http://www.ibest.com.br/upload/cadastro/carinha_025.gif')">
<p><img src="http://www.ibest.com.br/upload/cadastro/carinha_023.gif" name="IMAGEM1" id="IMAGEM" onMouseOver="MM_swapImage('IMAGEM2','','http://www.ibest.com.br/upload/cadastro/carinha_025.gif',1)" onMouseOut="MM_swapImgRestore()"> 
  <img src="http://www.ibest.com.br/upload/cadastro/carinha_037.gif" name="IMAGEM2" width="140" height="140" id="IMAGEM"> 
</p>
</body>
</html>

flw

t+

#7 Dinho Z.

Dinho Z.

    Rock'n'Roll !!! Yeah !!!

  • Usuários
  • 755 posts
  • Sexo:Não informado
  • Localidade:Santo André - SP

Posted 24/07/2003, 12:42

Veja se isto resolve:

<html>
<head>
<title>Imagens</title>
</head>
<body>
<table border="0" width="100%">
<tr>
<td width="33%"><img src="imagem1.gif" width="50" onmouseover="document.imagem.src='imagem1.gif'"></td>
<td rowspan="3"><img src="imagem1.gif" name="imagem"></td>
</tr>
<tr>
<td width="33%"><img src="imagem2.gif" width="50" onmouseover="document.imagem.src='imagem2.gif'"></td>
</tr>
<tr>
<td width="33%"><img src="imagem3.gif" width="50" onmouseover="document.imagem.src='imagem3.gif'"></td>
</tr>
</table>
</body>
</html>

Dúvidas, é só postar
Dinho

Ajude a proibir os "jabás" nas rádios brasileiras.
Mas, afinal, o que é o "jabá"?!? acesse Rock Brasil
Acesse Fórum SOS Designers
Coluna de JavaScript/CSS do Upmasters

#8 HaroNism

HaroNism

    Super Veterano

  • Usuários
  • 15385 posts
  • Sexo:Masculino
  • Localidade:San Miguel de Tucuman

Posted 15/09/2017, 08:10

Best buy isotretinoin skin health no doctor London cialis online Vimedic Cialis One Day Quanto Costa Isotretinoin Buy Online Uk cialis online Comment Acheter Du Viagra
Propecia 1mg Preisvergleich online pharmacy Value Of Propecia
Healthy Man Generic Viagra Achat Levitra En France En Walmart Orlando Venden Cytotec
Canadian Family Pharmacy Ed Meds <a href=http://cialtobuy.com>cialis</a> Baclofene Rembourse

#9 HaroNism

HaroNism

    Super Veterano

  • Usuários
  • 15385 posts
  • Sexo:Masculino
  • Localidade:San Miguel de Tucuman

Posted 02/10/2017, 20:41

Levitra Generico Comprare Buy Citalopram Online Uk viagra 1767 Buy Clonidine Overnight
Viagra Kaufen Schweiz Buy Propecia Online Cheap viagra Comprar Cialis Generico Seguro Provera 5mg Tab Propecia Receding Hair Growth
Pilule Viagra Unite viagra Buy Prescriptions Online Review

#10 HaroNism

HaroNism

    Super Veterano

  • Usuários
  • 15385 posts
  • Sexo:Masculino
  • Localidade:San Miguel de Tucuman

Posted 11/10/2017, 05:47

buy accutane online fast delivery cialis price Feline Cephalexin Diarreah Zithromax Pneumonia Kids
Less Price To Buy Viagra viagra Buy Prevacid 15 Mg Solutab
Amoxicillin To Treat Acne Keflex For Toddler viagra prescription Canadain Drugs
Preisvergleich Cialis 20mg 4 St Propecia Sperm What Is Keflex Used For viagra Best Place To Buy Generic Viagra Uk Comprar Viagra Online Espana Propecia Vente France
Cialis Rezeptfrei Nl levitra without prescription Can I Purchase Provera Wakefield
Erectile Dysfunction Pills Buy Medication Online Without Script Viagra Generico Pagamento Contrassegno viagra Viagra Generikum Bestellen

#11 HaroNism

HaroNism

    Super Veterano

  • Usuários
  • 15385 posts
  • Sexo:Masculino
  • Localidade:San Miguel de Tucuman

Posted 27/10/2017, 23:40

Cialis Comprime viagra Rxmeds Hub Cialis Ou Acheter
Canadian Pharmacy Online Pill price levitra Buying Viagra In China cialis Cialis 10 Vademecum No Prescription Brand Levtitra Priligy Erfaringer

#12 HaroNism

HaroNism

    Super Veterano

  • Usuários
  • 15385 posts
  • Sexo:Masculino
  • Localidade:San Miguel de Tucuman

Posted 13/11/2017, 00:52

Fast Delivery Viagra Viagra Pour Femme Prix Can I Purchase Elocon 0.1% buy viagra online Propecia Mastalgia Levitra 5mg Rezeptfrei
How Long Does Zithromax Stay In The Body Ciprofloxacin Tablets Side Effects Where To Order Cialis cialis Over The Counter Amoxicillin Finasteride 1 G Propecia
Donde Comprar Cytotec Lightheaded From Amoxicillin Cheap Price On Cialis levitra cheap Onlineerertiledysfunctionpillss Propecia Hair Loss Control




1 user(s) are reading this topic

0 membro(s), 1 visitante(s) e 0 membros anônimo(s)

IPB Skin By Virteq