Hi,
hab leider keine Möglichkeit gefunden, ein zB 500px breites DIV-Element zentriert auf dem Bildschirm anzuzeigen.
Weiss jemand, wie ich das hinbekomme?
z.B. so:
<html>
<head>
<title="...">
<style type="text/css">
<!--
#inhalt { width:500px; height:500px; position:absolute; top:50%; left:50%; margin:-250px 0 0 -250px; }
-->
</style>
</head>
<body>
<div id="inhalt">
<img src="bild.png" width="400" height="400" alt="..." />
</div>
</body>
</html>
Den Wert für die Höhe mußt Du Dir anpassen.
Gruß,
_Dirk