Hallo Thomas,
so gehts:
<link rel="stylesheet" type="text/css" href="css/style.css">
<style type="text/css">
#bimage {
background-image:url(images/logo.gif);
background-repeat:no-repeat;
width:100%;
height:100%;
border:thin solid #CCCCFF;
z-index:3;}
</style>
<body>
<div id="leisteli"></div>
<div id="logo01">xyz</div>
<div id="bimage"></div>
</body>
Aber wenn ich
#bimage {
background-image:url(images/logo.gif);
background-repeat:no-repeat;
width:100%;
height:100%;
border:thin solid #CCCCFF;
z-index:3;}
in die style.css einbinde wird kein background angezeigt.
MfG
ham