Douglas 6 Denunciar post Postado Julho 29, 2003 Salve,Alguém sabe se existe alguma extensão do Dreamweaver, que exiba comentarios, nos links, imagens etc... Compartilhar este post Link para o post Compartilhar em outros sites
babu 0 Denunciar post Postado Julho 29, 2003 Salve,Faz na maum:Dentro do <body><DIV ID="dek" CLASS="dek"></DIV><script TYPE="text/javascript"><!--Xoffset=-20; // modifique esses valores para ...Yoffset= 20; // mudar a posição do popup.var nav,old,iex=(document.all),yyy=-1000;if(navigator.appName=="Netscape"){(document.layers)?nav=true:old=true;}if(!old){var skn=(nav)?document.dek:dek.style;if(nav)document.captureEvents(Event.MOUSEMOVE);document.onmousemove=get_mouse;}function popup(msg,bak){var content="<TABLE WIDTH=150 BORDER=1 BORDERCOLOR=ash CELLPADDING=2 CELLSPACING=0 "+"BGCOLOR="+bak+"><TD ALIGN=center><FONT FACE=VERDANA COLOR=blue SIZE=1>"+msg+"</FONT></TD></TABLE>";if(old){alert(msg);return;} else{yyy=Yoffset; if(nav){skn.document.write(content);skn.document.close();skn.visibility="visible"} if(iex){document.all("dek").innerHTML=content;skn.visibility="visible"} }}function get_mouse(e){var x=(nav)?e.pageX:event.x+document.body.scrollLeft;skn.left=x+Xoffset;var y=(nav)?e.pageY:event.y+document.body.scrollTop;skn.top=y+yyy;}function kill(){if(!old){yyy=-1000;skn.visibility="hidden";}}//--></SCRIPT>Dentro de <head><STYLE TYPE="text/css"><!--BODY {OVERFLOW:scroll;OVERFLOW-X:hidden}.DEK {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}//--></STYLE>No link:<a href="http://www.site.com.br" target="_blank" onmouseover="popup('SEU_TEXTO_VEM_AQUI','gold')" onmouseout="kill()">DESCRICAO_DO_LINK</a>s\\s Compartilhar este post Link para o post Compartilhar em outros sites
sitenovo 0 Denunciar post Postado Julho 29, 2003 Seguinte, se você fala de avisos simples e pequenos, use isso dentro do link:<a href="http://www.pagina.com.br" alt="visitem aqui a pagina X">clicar</a>[]sRodney Compartilhar este post Link para o post Compartilhar em outros sites
Pedro Castro 0 Denunciar post Postado Julho 29, 2003 Achei esse código aqui... ele mostra a descrição do link ao lado, e tem um botão de ir.Desculpem se tiver algo errado, é só me corrigir. Só copiei e colei.É em 2 partes==========================================================part 1 edit your description and link in this part=========================================================<script LANGUAGE="JavaScript"><!-- Beginfunction CC_Display(selection) {if (selection=="1") {document.form.info.value="A heap of free javascripts to enhance your site!";document.form.go.value="http://www.a1javascripts.com";}else'>http://www.a1javascripts.com";}else if(selection=="2") {document.form.info.value="The largest directory of free webmaster resources on the planet!";document.form.go.value="http://www.123webmaster.com";}else if(selection=="3") {document.form.info.value="A monstrous collection of free graphics!";document.form.go.value="http://www.free-clip-images.com";}else if(selection=="4") {document.form.info.value="Download tons of free Software!";document.form.go.value="http://www.freewarefiles.com";}else if(selection=="5") {document.form.info.value="25 megs of free webspace; httpcity.com/you!";document.form.go.value="http://www.httpcity.com";}else if(selection=="6") {document.form.info.value="Download free perl scripts!";document.form.go.value="http://www.perlaccess.com/";}else {document.form.info.value = "You Are Here";document.form.go.value="http://www.a1javascripts.com"; } }function moreInfo() {var page=document.form.go.value;window.location=page;}// End --></script>==========================================================================Part 2 - place this part where you want your menu to show and edit the link titles===========================================================================<!-- --><form name=form><table BORDER=0 CELLSPACING=0 CELLPADDING=0 COLS=2 WIDTH="400" ><tr><td ALIGN=LEFT VALIGN=TOP><a href="java script:CC_Display(1);">A1 JavaScripts</a><br><a href="java script:CC_Display(2);">123webmaster</a><br><a href="java script:CC_Display(3);">Free-Clip_Images</a><br>Falowww. Compartilhar este post Link para o post Compartilhar em outros sites