Einzelnen Beitrag anzeigen
Alt 29.01.2005, 13:21   #2
jak
Inventar
 
Registriert seit: 13.06.2001
Beiträge: 1.830


Standard

So vielleicht?
PHP-Code:
echo "<td onMouseOver=mgOvr(this,'#CCCCCC'); onMouseOut=mgOut(this,'#CCCCCC'); width=160 bgcolor=#ffffff><a href=?include=$link>

$name</p></a></td>"

Oder so:
PHP-Code:
function mgOut(src,clrIn) {
if (!
src.contains(event.toElement)) {
src.style.cursor 'default'

...
echo 
"<td onMouseOver=mgOvr(this,'#CCCCCC'); onMouseOut=mgOut(this); width=160 bgcolor=#ffffff><a href=?include=$link>

$name</p></a></td>"

?

Jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
jak ist offline   Mit Zitat antworten