• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

animation im footer

krakkh0r

Neues Mitglied
hi ich baue meine erste seite und alles fließt schön vor sich hin. jetzt aber hab ich ein problem mit dem footer. ich möchte eine animation auf einen footer background setzen nur es geht nicht. hier ist mein footer html code.

Code:
<div id="footer">
          <div id="star-anim"></div>
        <div style="position:relative;width:1000px;height:378px;">
    <div id="star-anim"></div>
  </div>
  </div>

und hier meine css dazu:

Code:
#footer {
width: 100%;
height: 378px;
border-top: 3px solid #FB8D2D;
background-image: url(images/footer-repeat.jpg);
background-position: bottom center;
background-repeat: repeat-x;
margin-bottom : 0;
}
#footerimg {
width : 1000px;
height : 378px;
margin-left : auto;
margin-right : auto;
}
#star-anim {
height : 257px;
width : 261px;
left : 025px;
top : 0px;
position : absolute;
background-image : url(/images/anim1.gif);
}

hoffe mir kann jemand helfen.

danke schon mal.

j
 
Werbung:
Zurück
Oben