aslo momentan siehts so aus
/* Die Body Definierung */
body{
font-family: Arial, Helvetica, sans-serif;
background-color: #606060;
font-size: 14px;
color: #333333;
}
wäre es denn danach:
<style type="text/css">
div.bg {
background-image: url(../images/bg.jpg);
background-color:#606060;
width:500px;height:200px;
border:1px solid red;
padding:20px;
}
</style>
<body>
<div class="bg">
div-Container mit Hintergrundbild
</div>
? oder ?
also meine datei hab ich bg genannt und lad sie in /images/bg.jpg
cliff


LinkBack URL
About LinkBacks
Zitieren


Lesezeichen