hey CSShunter,
Heb de stappen die je op noemt uitgevoerd. Alles lukt, behalve de achtergrond afbeelding. Op andere pc met een oudere versie van windows lukt het wel.
De mappen zijn ook juist.
beneden vind je de code
body {
background: #620203 url(../afbeeldingen/achtergrondbody.jpg) no-repeat fixed center bottom;
}
table.boek {
background-repeat: no-repeat;
background-image: url(../afbeeldingen/boek2.png);
background-position: right top;
width: 100%;
font-family: Baskerville Old Face;
font-size: 18px;
font-style: oblique;
color: #5d3921;
}
td.menu {
background-position: center top;
background-repeat: no-repeat;
padding-top: 5mm;
height: 15mm;
background-image: url(../afbeeldingen/menu1.png);
}
a:link {
color: white;
font-family: Baskerville Old Face;
text-decoration: none;
font-size: 18px;
text-align: center;
font-weight: bold;
}
a:hover {
font-size: 18px;
font-family: Baskerville Old Face;
font-weight: bold;
text-decoration: none;
color: #990000;
text-align: center;
}
a:visited {
font-size: 18px;
font-family: Baskerville Old Face;
text-align: center;
color: white;
font-weight: bold;
text-decoration: none;
}
h1 {
color: white;
font-size: 63px;
font-family: Stencil;
}
h2 {
color: #5d3921;
font-family: Baskerville Old Face;
font-size: 31px;
}
td.boekrechts {
padding-right: 30mm;
padding-left: 10mm;
}
td.boeklinks {
padding-left: 40mm;
padding-right: 10mm;
}
table.formulier {
padding-left: 5mm;
font-size: 16px;
}
td.formulier {
font-size: 13px;
}
a.tekst:link {
font-family: Baskerville Old Face;
font-size: 18px;
text-align: left;
color: #cc0000;
font-weight: bold;
text-decoration: none;
}
a.tekst:hover {
font-size: 18px;
font-family: Baskerville Old Face;
text-decoration: none;
font-weight: bold;
text-align: left;
color: #cc9933;
}
a.tekst:visited {
font-size: 18px;
font-family: Baskerville Old Face;
color: #cc0000;
font-weight: bold;
text-decoration: none;
text-align: left;
}
ul {
color: #5d3921;
}
td.menu2 {
padding-left: 10mm;
height: 15mm;
padding-top: 5mm;
background-repeat: no-repeat;
background-position: right top;
background-image: url(../afbeeldingen/menu2.png);
}