<style>
body {
background-image: url("billede.gif");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right bottom;
}
</style>
Og hvis billedet skal blive i bunden når man scroller, skal du indsætte
<style>
body {
background-image: url("billede.gif");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right bottom;
}
</style>
i stedet
Verden er hvad du gør den til! |
http://bixi.dk/ | info[snabela]bixi[dot]dk