HI,
ich habe gerstern schon mal gefragt und dachte ich haette es gehabt aber .. war s doch noch nicht so ganz :(
mein "background bild rutscht immer unter dem layer durch" wenn mann das browserfenter kleiner macht oder die aufloesung von 1024x768 auf 800x600 umstellt warum wiso passt es sich bei position relative nicht dem body an (weil ja erstes element)?
vieleicht kann sich ja mal jemand den quelltext anschaun ?bitte
quelltext is ja auch nich so lang ! ist ein background bild mit css im body eingebunden und darueber ein layer !
<html>
<head>
<style type="text/css">
<!--
body {
background-image: url(bilder/fireworks.jpg);
background-repeat: no-repeat;
background-position: center top;
}
-->
</style>
<style type="text/css">
<!--
#divContainer {LEFT: 305px; position:relative; VISIBILITY:visible; OVERFLOW: hidden; WIDTH:535px; CLIP: rect(0px 305px 21px 0px);TOP: 137px; HEIGHT: 21px;}
#divContent {LEFT: 0px; position:relative; TOP: 0px}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div id="divContainer">
<div id="divContent">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<a href="#"onMouseOver="Bildwechsel(0,Highlight1)"onMouseOut="Bildwechsel(0,Normal1)" ><img src="bilder/knews.jpg" alt="news" width="89" height="18" border="0" usemap="#Map"></a><br>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>