Moin,
ich muß nochmal nachhaken. Die Seite hier enthält Grafiken in der Größe 208x700px. Wo bekommen die Pics die Anweisung sich in 200 oder 300% zu präsentieren ? Ich dachte es läge an der Browser Einstellung, das scheint aber nicht korrekt zu sein.
Danke für Eure Zeit !
Tom
[HTML]
Thumbs Seite
Header Überschrift
Neue Bla Bla Bla
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
[/HTML]
[CODE] * {
padding: 0px;
margin: 0px;
}
header {
color: red;
display: block;
background-color: #303030;
padding: 25px;
height: 30px;
}
h2 {
color: #fff;
margin-top: -61px;
font-size: 2em;
}
h1 {
font-family: courier New;
font-weight: 100;
font-size: 3.4em;
}
#wrapper {
width: 1000px;
margin: auto;
font-family: Verdana,Helvetica,Trebuchet;
color: #303030;
}
nav {
text-align: right;
margin-top: -40px;
}
#navi a {
display: inline-block;
text-decoration: none;
color: #fff;
text-shadow: 1px 1px 2px grey;
text-transform: uppercase;
}
#navi li {
display: inline;
line-height: 29px;
text-transform: uppercase;
padding: 0px 10px;
}
article {
width: 335px;
height: 700px;
color: #303030;
font-weight: bold;
margin-top: 115px;
margin-right: 17px;
float: left;
}
p {
font-family: 'Open Sans Condensed', sans-serif;
font-size: 22px;
font-weight: 100;
}
aside {
margin-top: 55px;
display: inline-block;
}
.banner {
float: right;
padding: 2px;
padding-top: 24px;
/*margin: 0px 422px 35px 0px; */
width: 208px;
}
.anima {
width: 208px;
height: 700px;
background: url(http://www.ceno.com/privat/blue.jpg) repeat-y;
-moz-animation: movy 20s linear infinite;
-webkit-animation: movy 20s linear infinite;
-o-animation: movy 20s linear infinite;
-ms-animation: movy 20s linear infinite;
animation: movy 20s linear infinite;
}
@-webkit-keyframes movy /* Safari and Chrome */
{
0% { background-position: 0px 700px; }
100% {background-position: 0px 0px;}
}
@-moz-keyframes movy /* Firefox */
{
0% { background-position: 0px 700px; }
100% {background-position: 0px 0px;}
}
.banner1 {
float: right;
padding: 2px;
padding-top: 24px;
margin: auto;
width: 208px;
}
.anima1 {
width: 208px;
height: 700px;
background: url(http://www.ceno.com/privat/green.jpg) repeat-y;
-moz-animation: movy 15s linear infinite;
-webkit-animation: movy 15s linear infinite;
-o-animation: movy 15s linear infinite;
-ms-animation: movy 15s linear infinite;
animation: movy 15s linear infinite;
}
@-webkit-keyframes movy /* Safari and Chrome */
{
0% { background-position: 0px 700px; }
100% {background-position: 0px 0px;}
}
.banner2 {
float: right;
padding: 2px;
padding-top: 24px;
margin: auto;
width: 208px;
}
.anima2 {
width: 208px;
height: 700px;
background: url(http://www.ceno.com/privat/red.jpg) repeat-y;
-moz-animation: movy 20s linear infinite;
-webkit-animation: movy 20s linear infinite;
-o-animation: movy 20s linear infinite;
-ms-animation: movy 20s linear infinite;
animation: movy 20s linear infinite;
}
@-webkit-keyframes movy /* Safari and Chrome */
{
0% { background-position: 0px 700px; }
100% {background-position: 0px 0px;}
}
footer {
clear: both;
background-color: #303030;
display: block;
height: 82px;
margin:auto;
bottom: 0px;
position: absolute;
width: 100%;
}
footer a {
display: inline-block;
background-color:inherit;
color: #fff;
font-family: arial;
text-shadow: 1px 1px 2px grey;
text-transform: uppercase;
text-decoration: none;
padding: 23px 13px;
}
footer li {
display: inline;
color: grey;
}
.foo {
width: 1000px;
margin: auto;
display: block;
}[/CODE]