Guten Abend,
habe heute abend mal meine Homepage etwas bearbeitet. Dabei ist mir aufgefallen, das meine Header-Bilder nicht wie sonst immer automatisch wechseln wenn man die Seite wechselt oder neu aufruft.
Jetzt habe ich mir das angeschaut, kann aber nix finden. Die rotate.php ist im gleichen Verzeichnis wie die Bilder die ich gerne im Header hätte. Hier mal der Auszug meiner STYLE.CSS
PHP
.navigation .alignleft, .navigation .alignright { width:48%; }
#scroller-v {
font-size: 0.9em;
color: #7f0000;
}
#scroller-h {
font-size: 0.9em;
color: #005f04;
}
body {
font-family: Tahoma, Arial, Sans-Serif;
font-size:12px;
background-color:#fffff;
background-image:url(images/Rasen.gif);
background-repeat:repeat-1;
height: 100%;
color: #000000;
}
#wrapper {
width: 985px;
margin-right: auto;
margin-left: auto;
margin-top: 25px;
}
#back_top {
width: 985px;
height: 10px;
background-image:url(images/back_top.png);
background-repeat:no-repeat;
font-weight: bold;
font-size: 11px;
}
#back_bottom {
float: left;
width: 985px;
height: 15px;
background-image:url(images/back_bottom.png);
background-repeat:no-repeat;
background-position:bottom;
font-size: 11px;
margin-bottom: 15px;
}
#header {
clear: both;
width: 945px;
height: 245px;
margin: 0 auto;
border: 1px solid #CCCCCC;
background: #FFF url('http://www.************/Mediathek/Header-Fotos/Saison2013-2014/rotate.php') no-repeat center;
}
#logo {
float: left;
width: 600px;
min-height: 70px;
background-image:url(http://www.**********/Mediathek/Uploads/2014/05/Schriftzug-NEU-2014.gif);
background-repeat:no-repeat;
margin-left:11px;
margin-top: 180px;
}
#logo h2 {
padding-top: 50px;
margin:0px;
color:#7e1111;
font-size: 14px;
}
Alles anzeigen