praticamente ho fatto un intro dove un immagine che non si vede appare al passaggio del cursore,e cliccando mi fa entrare nel mio sito...ma il problema è che anche se ho messo tutto come dovuto...quando pubblico l html cliccando nell immagine invece di aprirmi l index2 apre direttamente tutt altro sito che con me non centra nulla...come mai?? dove sbaglio???
[EDIT]forse ho risolto..provate www.stregheita.altervista.orgCodice HTML:<html> <head> <script language="JavaScript"> <!-- function SymError() { return true; } window.onerror = SymError; var SymRealWinOpen = window.open; function SymWinOpen(url, name, attributes) { return (new Object()); } window.open = SymWinOpen; //--> </script> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); //--> </script> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head> <body> <div align="center"> <p> <script> /* Gradual-Highlight Image Script II- By J. Mark Birenbaum (birenbau@ugrad.cs.ualberta.ca) Permission granted to Dynamicdrive.com to feature script in archive For full source to script, visit [url]http://dynamicdrive.com[/url] */ nereidFadeObjects = new Object(); nereidFadeTimers = new Object(); /* object - image to be faded (actual object, not name); * destop - destination transparency level (ie 80, for mostly solid) * rate - time in milliseconds between trasparency changes (best under 100) * delta - amount of change each time (ie 5, for 5% change in transparency) */ function nereidFade(object, destOp, rate, delta){ if (!document.all) return if (object != "[object]"){ //do this so I can take a string too setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0); return; } clearTimeout(nereidFadeTimers[object.sourceIndex]); diff = destOp-object.filters.alpha.opacity; direction = 1; if (object.filters.alpha.opacity > destOp){ direction = -1; } delta=Math.min(direction*diff,delta); object.filters.alpha.opacity+=direction*delta; if (object.filters.alpha.opacity != destOp){ nereidFadeObjects[object.sourceIndex]=object; nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate); } } </script> <style type="text/css">} BODY{cursor: url([url]http://www.marina_iris.kit.net/cursor/8.ani[/url]);}</style> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>Goddess of the Wind in the Night Version</title> <style type="text/css"> P { text-indent : 0px; word-spacing: 0; margin: 0; } IMG{ border : 0; } BODY,TABLE,TR,TD { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 8pt; text-align : justify; color : black; } A, A:link{color:#FFFFFF;text-decoration:none} A:visited{color:#999999} A:active{color:#FFFFFF} a:hover {text-decoration: none; FILTER: glow(Color=#1E90FF,Strength=3); height:0px; cursor: hand; font-family: Verdana, Arial, Helvetica, sans-serif; color:white} hr{width:100%;color:white ;height:5;border:0px solid :white; text-align:center} } .titulo { FILTER: glow(color=#000000,Strength=6); POSITION: relative; HEIGHT: 14px; font-size: x-small; font-weight : bold; } BODY { scrollbar-3dlight-color: #000000; scrollbar-arrow-color: #1E90FF; scrollbar-base-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-shadow-color: #000000; scrollbar-track-color: #000000;} </style> </head> <body> <body bgcolor="#000000"; font style="font-size: 7pt" size="1"> <p style="margin-top: 0; margin-bottom: 0" align="center"> <br> <br> <center> <TABLE style="FILTER: glow(color=#9933FF;strenght=tamanho;size=5)"<TR height="15"><TBODY><TR> <TD height="11"><FONT COLOR="#ffffff" size=1 face=verdana>. † Un minuto per sempre † .</FONT></TR></TBODY> </TABLE><FONT SIZE="2"> <form></font></center> <br> <br> <center><a href="http://www.stregheita.altervista.org/index2.html"><img oncontextmenu="return false" src="http://stregheita.altervista.org/dark261.gif" border="0" style="filter:alpha(opacity=5)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,10,50,5)"></center> </a></center> <br><br> <center> <font color="999999"> <p style="margin-top: 0; margin-bottom: 0" align="justify"> </p> </body> </html> <script language="JavaScript1.2"> /* Document frame Script- © Dynamic Drive ([url]www.dynamicdrive.com[/url]) Distributed by Lissa ([url]http://www.lissaexplains.com[/url]) */ if (document.all) document.body.style.cssText="border: 4 double #1E90FF" </script> </body> </html>

LinkBack URL
About LinkBacks
