hai zusammen
wie muss ich meinen code verändern, das sich mein hintergrundbild am browser anpasst und nicht mehr zu bewegen ist?
hier mein code:
<html>
<head>
<body background="Projekte/SELF/WEB-Sites/CEDI_SITE/img/BG_Home.jpg"></body>
<style type="text/css">
body {
background-image:url url(Projekte/SELF/WEB-Sites/CEDI_SITE/img/BG_Home.jpg); background-repeat:no-repeat;
background-attachment:fixed; padding:0px; }
</style>
</head>
</html>
vielen dank
mfg cedi44
wie muss ich meinen code verändern, das sich mein hintergrundbild am browser anpasst und nicht mehr zu bewegen ist?
hier mein code:
<html>
<head>
<body background="Projekte/SELF/WEB-Sites/CEDI_SITE/img/BG_Home.jpg"></body>
<style type="text/css">
body {
background-image:url url(Projekte/SELF/WEB-Sites/CEDI_SITE/img/BG_Home.jpg); background-repeat:no-repeat;
background-attachment:fixed; padding:0px; }
</style>
</head>
</html>
vielen dank
mfg cedi44