| Alt-Text-Ticker bei MouseOver
|
|
| Dieser Teil des Scripts kommt in den Headbereich |
|
|
<SCRIPT LANGUAGE="JavaScript"> <!-- Begin |
|
| Dieser Teil des Scripts kommt in den Bodybereich | |
| <div id="tooltip2" style="position:absolute;visibility:hidden;clip:rect(0
150 50 0);width:150px;background-color:white;z-index:10"></div> <div align="CENTER" name="divTest" onMouseover="showtip2(this,event,'Ihr text hier!');" onMouseout="hidetip2();" STYLE="cursor: hand"> <TABLE border="0" cellpadding="0" cellspacing="0"><TR><TD COLSPAN="7"> <IMG SRC="bild.gif" WIDTH="100" HEIGHT="39" BORDER="0"><p> </TABLE> <p></div> |
|