1
Hallo,
für 'stationary' von Thunderbird will ich ein 'Briefpapier' erstellen. Das Hintergrundbild soll zentriert sein.
für 'stationary' von Thunderbird will ich ein 'Briefpapier' erstellen. Das Hintergrundbild soll zentriert sein.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Unbenanntes Dokument</title>
<style type="text/css">
body {
background-image: url(costa%20del%20sol.jpg);
background-repeat: no-repeat;
background-color: #939393;
background: .jpg
{background-position:center top;
background-attachment:fixed;
background-position: center;
position: absolute;
height: auto;
width: auto;
background-attachment: fixed;
background-position: center center;
}
}
</style>
</head>
<body>
</body>
</html>
<style type="text/css">
body {
background-image: url(costa%20del%20sol.jpg);
background-color: #939393;
background-repeat: no-repeat;
background-position: center top;
}
</style>
<style type="text/css">
body {
background-image: url(costa%20del%20sol.jpg);
background-color: #939393;
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
}
</style>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Unbenanntes Dokument</title>
<style type="text/css">
body {
body {
background-image: url(costa%20del%20sol.jpg);
background-color: #939393;
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
}
</style>
</head>
<body>
</body>
</html>
aber nun sehe ich überhaupt kein Bild mehr. Muß da nicht noch was in den body-tag rein?Thema | Autor | Forum | Beiträge | Letzter Beitrag |
---|---|---|---|---|
Hintergrundbild auf mobilem Endgerät als Ganzes darstellen | tommik | HTML und CSS | 4 | 13.08.2021 16:03 |
Google Hintergrundbild | Gustafsson | Suchmaschinen | 7 | 01.03.2015 11:38 |
Hintergrundbild verlinken | Christian | HTML und CSS | 6 | 22.01.2009 03:53 |
Hintergrundbild verlinken | Stefan | HTML und CSS | 9 | 22.01.2009 03:40 |
Hintergrundbild positionieren | fligor | HTML und CSS | 4 | 06.01.2009 20:25 |
Header und Sides Zentrieren aber wie ?? | Twigstar | HTML und CSS | 7 | 28.07.2007 01:50 |
alt Text für Hintergrundbild in einem DIV | Gustafsson | HTML und CSS | 7 | 18.08.2006 21:19 |