Toon posts:

[CSS] watermerk verticaal uitlijnen

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

Verwijderd

Topicstarter
body {
background: url(x.gif) no-repeat;
background-attachment: fixed;
}

Maar hoe krijg ik mijn plaatje wat slechts 50 pixels hoog is netjes in het midden uitgelijnd?

Verwijderd

background-position: center center;

http://www.w3.org/TR/REC-CSS2/propidx.html

Dit topic is gesloten.