Das vertical-align läuft bei mir irgendwie nicht. ICh hab da
folgendes Beispiel:
<html>
<head>
<title>Becker Software-Systeme</title>
<style type="text/css">
body{
margin: 0px;
background-color: white;
}
.center{
border: 1px solid black;
width: 100%;
height: 500px;
text-align: center;
vertical-align: middle;
}
</style>
</head>
<body>
<div class="center">
<img src="bss.jpg" alt="">
</div>
</body>
</html>
Gruß
Hanno