Supportnet / Forum / Skripte(PHP,ASP,Perl...)
Fenster neben Mauszeiger öffnen.
Frage
Ich möchte gerne, daß sich ein Popupfenster öffnet, wenn man die Maus über einen Banner bewegt. Das Fenster soll sich neben dem Mauszeiger öffnen.
Weiß jemand, wie man so was machen kann?
Antwort 1 von Friedel
Der Quellcode für den Banner ist:
<table border="0" cellpadding="0" cellspacing="0" width="88" height="31">
<tr>
<td width="87" height="1" colspan="3" bgcolor="#FFFF99"><img border="0" src="blind.gif" width="1" height="1"></td>
<td width="1" height="1" bgcolor="#CC9900"><img border="0" src="blind.gif" width="1" height="1"></td>
</tr>
<tr>
<td width="1" height="30" rowspan="2" bgcolor="#FFFF99"><img border="0" src="blind.gif" width="1" height="1"></td>
<td height="29" valign="middle" bgcolor="#FFCC66">
<a href="http://www.friedels-home.com" target="_blank" onMouseover="nw=open('info2.htm','infopop','width=310,height=400')"
onMouseout="setTimeout('nw.close()',2000)"><img border="0" src="bannws.gif" align="center" width="25" height="27"></a></td>
<td valign="middle" bgcolor="#FFCC66">
<a href="http://www.friedels-home.com" target="_blank" style="text-decoration:none; color:#000080"
onMouseover="nw=open('info2.htm','infopop','width=310,height=400')"
onMouseout="setTimeout('nw.close()',2000)"><font size="1" face="Arial">Friedels Homepage</font></a></td>
<td width="1" bgcolor="#CC9900"><img border="0" src="blind.gif" width="1" height="1"></td>
</tr>
<tr>
<td bgcolor="#CC9900" width="86" height="1" colspan="2"><img border="0" src="blind.gif" width="1" height="1"></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="88" height="31">
<tr>
<td width="87" height="1" colspan="3" bgcolor="#FFFF99"><img border="0" src="blind.gif" width="1" height="1"></td>
<td width="1" height="1" bgcolor="#CC9900"><img border="0" src="blind.gif" width="1" height="1"></td>
</tr>
<tr>
<td width="1" height="30" rowspan="2" bgcolor="#FFFF99"><img border="0" src="blind.gif" width="1" height="1"></td>
<td height="29" valign="middle" bgcolor="#FFCC66">
<a href="http://www.friedels-home.com" target="_blank" onMouseover="nw=open('info2.htm','infopop','width=310,height=400')"
onMouseout="setTimeout('nw.close()',2000)"><img border="0" src="bannws.gif" align="center" width="25" height="27"></a></td>
<td valign="middle" bgcolor="#FFCC66">
<a href="http://www.friedels-home.com" target="_blank" style="text-decoration:none; color:#000080"
onMouseover="nw=open('info2.htm','infopop','width=310,height=400')"
onMouseout="setTimeout('nw.close()',2000)"><font size="1" face="Arial">Friedels Homepage</font></a></td>
<td width="1" bgcolor="#CC9900"><img border="0" src="blind.gif" width="1" height="1"></td>
</tr>
<tr>
<td bgcolor="#CC9900" width="86" height="1" colspan="2"><img border="0" src="blind.gif" width="1" height="1"></td>
</tr>
</table>
Antwort 2 von Viagra
Habs gerade versucht aber mich a bisserl blöd angestellt, versuchs morgen noch mal :o)

