Tina: Anker in verschachtelten Ebenen

Beitrag lesen

Wer kann mir sagen, warum Anker in einer verschachtelten Ebenen nicht funktionieren? Oder mache ich was falsch?!?

<div id="maske" style="position:absolute; left:400px; top:200px; width:355px; height:202px; z-index:2; overflow: hidden">
  <div id=content style="POSITION: absolute; TOP: 0px; WIDTH: 355px; Z-INDEX: 1; left: 0px; height: 202px; overflow: auto">
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr valign="top">
      <td>
        <p>content content content content content content content        content content</p>
          <p><a name="down"></a>content content content content content content content content content content content contentvv content content content content content content content content content contentcontent content </p>
      </td>
      <td width="20">
        <table width="20" border="0" cellspacing="0" cellpadding="0" height="202">
          <tr align="center">
            <td>/</td>
          </tr>
          <tr align="center">
            <td><a href="#down">/</a></td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
  </div>
</div>

Vielen Dank für eure Hilfe.