Toon posts:

Achtergrond scrollt mee....

Pagina: 1
Acties:
  • 41 views sinds 30-01-2008

Verwijderd

Topicstarter
En dat wil ik dus niet. Als ik door de tekst scroll dan scroll de achtergrond van mijn frame dus mee. Hoe kan ik dat voorkomen?????

  • blackd
  • Registratie: Februari 2001
  • Niet online
bgproperties=fixed in je body tag neerzetten
This small bit of code will "fix" a background so it remains still, while the contents of the web page scroll over the top if it.
Click Here To See It In Action

Here is the short code to add to your "body" line.

bgproperties="fixed"

Sample "body" line with the code in it.

<BODY BACKGROUND="starb.gif" bgproperties="fixed" TEXT="#000000" LINK="violet" VLINK="violet" ALINK="#ff0000">

9000Wp o/w SolarEdge SE6K - Panasonic 5kW bi-bloc - gasloos sinds 17-7-2023


Verwijderd

background-attachment: fixed.....
basic stuff, use the search, luke

  • Dark Blue
  • Registratie: Februari 2001
  • Laatst online: 23-08 22:18

Dark Blue

Compositionista!

Alpenmeisje

Helaas werkt dit niet in Netscape, tenminste, oudere versies...

heidiulrich.nl | adventura.nl : rugzakavonturen | pathwise.nl : prepping geeks to get jobs


Verwijderd

Met CSS kun je dat voorkomen.
code:
1
2
3
4
5
<style type="text/css">
  body {
    background-attachment: fixed;
  }
</style>

En dit is een vraag die al vele malen voorbij is geweest, en die je prima had kunnen terugvinden in de search.

Dit topic is gesloten.