hallo,
der script ist echt geil, allerdinhs habe ich noch ein kleines prob.
meine ganzes design ist auf tabelen aufgebaut, wenn ich jetzt in der spalte mit dem link this.offsetLeft anbfrage bekomme ich natürlich nicht den ganzen offset sondern nur bis zum linken rand dieser spalte. um den gesammten zu bekommen addiere ich diesen plus den der gesammten tabele zum linken bildschirmrand. dies glabt bei ie6 auch supii, aber mozilla motzt immer "Fehler: maintable is not defined"
PHP-Code:
<table id="maintable" width="750" align="center" cellpadding="0" cellspacing="0" border="0">
<tr height="20">
<td id="menue" width="750">
<table cellpadding="0" cellspacing="0" border="0" height="100%"><tr>
<td onmouseover="pdm_wiruns.show(maintable.offsetLeft + this.offsetLeft, 80); this.className='hover'"
onmouseout="block_autohide=false; this.className=''" id="navi" width="78" align="center">
Wir über uns</td>
mozilla kann also die table "maintable" net finden, aber warum ??? wie könnte ich dies umgehen ??