HTML beginner |
|
<style>
body {
background-image: url(images/einde.gif);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom;
}
body {
background-image: url(images/banner.gif);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top;
}
</style>
<style> body { background-image: url(images/einde.gif); background-attachment: fixed; background-repeat: no-repeat; background-position: bottom; } body { background-image: url(images/banner.gif); background-attachment: fixed; background-repeat: no-repeat; background-position: top; } </style>
Het kan toch niet samen worden toegekend aan alleen Body. Wil eigenlijk wel zo hebben omdat ze beiden nergens in tabel/divs moeten komen. En de ene moet onderaan en de andere bovenaan.
Wie heeft een oplossing, maybe ligt het voor de hand??
CSS is ook beetje nieuw zeg maar.
Vriendelijke groet Willem..
|