Hallo,
ich habe es jetzt so gemacht:
<html>
<head>
<style type="text/css">
* {
margin: 0;
padding: 0;
border: 0px;}
body { margin-top:0px; margin-left:0px; background-color: #9B9B9B; }
#header {
width: 100%;
height: 180px;
background-color: #FFCC00; }
</style>
</head>
<body>
<div id="header">
</div>
<img src="projekte.bmp">
<img src="entwicklung.bmp">
</body>
</html>
Beim FierFox wird es auch so angezeigt wie ich es will,
aber der IE zeigt beim oberen Hintergrund nur ein Teil richtig an, ganz rechts ist aus irgendeinen Grund #9B9B9B
Warum?? Wie kann ich das verhindern?