bjoern: Flashfilm positionieren

Moin!

Eine .swf möchte ich horizontal und vertikal mittig ausrichten.
Hierzu dachte ich mir diese in eine Tabelle zu packen:

<table border=1 width="100%" height="100%">
 <tr>
  <td>FLASHFILM</td>
 </tr>
</table>

Klappt aber nicht mit height="100%". Warum? Wie kann ich eine .swf bzw. überhaupt ein Element vertikal mittig ausrichten???

gruß
bjoern

  1. hi,

    Klappt aber nicht mit height="100%". Warum?

    weil table immer noch kein height-attribut hat.

    Wie kann ich eine .swf bzw. überhaupt ein Element vertikal mittig ausrichten???

    in dem du mal im archiv suchst - das problem ist ja nun alles andere als ein neues.

    gruß,
    wahsaga

    --
    "Look, that's why there's rules, understand? So that you _think_ before you break 'em."
    1. weil table immer noch kein height-attribut hat.

      kein "HTML-Standard", aber erlaubt. style="height:100%" funktioniert auch nicht!

      in dem du mal im archiv suchst - das problem ist ja nun alles andere als ein neues.

      was glaubst du was ich getan habe?
      http://de.selfhtml.org/navigation/faq.htm#mittig_zentrierte_inhalte Und nun? Da steht auch nichts anderes als mein Code und mit style habe ich es auch versucht und es hat nicht geklappt!

      was nun herr wahsaga?!??

      1. hi,

        weil table immer noch kein height-attribut hat.
        kein "HTML-Standard", aber erlaubt.

        wie bitte definierst du dann "erlaubt"?

        style="height:100%" funktioniert auch nicht!

        ohne weiteres - natürlich nicht.

        in dem du mal im archiv suchst - das problem ist ja nun alles andere als ein neues.

        was glaubst du was ich getan habe?

        http://de.selfhtml.org/navigation/faq.htm#mittig_zentrierte_inhalte Und nun? Da steht auch nichts anderes als mein Code und mit style habe ich es auch versucht und es hat nicht geklappt!

        ist dass das archiv?

        was nun herr wahsaga?!??

        nun kannst du mich gleich mal was ganz bestimmtes, und zwar kreuzweise, wenn du in diesem tonfall weitermachst.

        gruß,
        wahsaga

        --
        "Look, that's why there's rules, understand? So that you _think_ before you break 'em."
        1. <html>
          <head>
          <title>Waaaazuuup</title>
          </head>

          <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
          <table width="100%" height="100%" border="0">
            <tr>
              <td align="center">Waaaazuuup?</td>
            </tr>
          </table>
          </body>
          </html>

          Geht doch :D
          Entschuldigung, ich habe das selbstverständlich nicht unhöflich gemeint! Es war lediglich eine Anregung der Konversation meinerseits.

          bis die tage.