oli: alert mit viel Text im NN

Beitrag lesen

Hi Wowbagger...

Nun, gute Idee, hab ich jetzt auch so gemacht und sieht toll aus, doch das Fenster schliesst im NN nicht wenn ich auf mein Button klicke!! Liegt das an den layer und div einstellungen?? Ich weiss nur, dass man bei NN Probleme hat mit den DIV-Tags.
Ich poste hier mal den aktuellen code:

<div id="popup" style="position:absolute; width:500px; height:184px; z-index:1; left: 50; top: 70">
  <table width="500" border="2" cellspacing="0" cellpadding="0" bordercolorlight="#666666" bordercolordark="#333333" bgcolor="#FFFFFF">
    <tr>
      <td>
        <table width="500" border="0" height="132" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="normal" bordercolorlight="#FFFFFF" bordercolordark="#333333">
          <tr valign="top" align="left">
            <td width="50"> </td>
            <td width="430"> </td>
            <td width="20" height="30"> </td>
          </tr>
          <tr valign="top" align="left">
            <td width="50"><img src="images/p_achtung.gif" width="50" height="32"></td>
            <td width="430" class="normal"><b>The BMW Group logos (such as the
              BMW and Land Rover logos, but also including the BMW Motorsport
              and British Motor Heritage logos) as well as the BMW Group wordmarks
              (such as the terms BMW or Land Rover, but also including terms such
              as M Power, Defender, 530, Steptronic or TD5) are registered trademarks
              in many countries of the world. Unauthorized use of these trademarks
              is not permitted. If you have questions concerning use of BMW Group
              trademarks, please contact the BMW Group Trademark and Design Department,
              AJ-35, at 49-89-382-34936.</b></td>
            <td width="20"> </td>
          </tr>
          <tr valign="top" align="left">
            <td width="50"> </td>
            <td width="430" class="normal"> </td>
            <td width="20"> </td>
          </tr>
          <tr valign="top" align="left">
            <td width="50"> </td>
            <td width="430" class="normal" align="right"><img src="images/n_ok.gif" width="65" height="26" alt="OK" onClick="MM_showHideLayers('document.layers['popup']','document.all['popup']','hide')"></td>
            <td width="20"> </td>
          </tr>
          <tr valign="top" align="left">
            <td width="50"> </td>
            <td width="430"> </td>
            <td width="20"> </td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
</div>

Wie Du siehst hab ich alles im dreamweaver gemacht!!
Tja und ich hab immer noch Probleme...! (spricht nicht für mich...)

oli