Webboard

Pełna wersja: Ruchome tło
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
wersja skryptu MyBB: 1.8.7
adres forum: http://psp-serw.cba.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Witajcie, szukam skryptu/kodu na ruchome logo/tło (na tej stronie co podałem chodzi mi, aby ten obrazek za napisem "MyIPB" był ruchomy czyli przemieszczał się w lewą stronę).

Z góry dzięki. ;)
Zbadaj element...

Kod PHP:
<style>@-webkit-keyframes bgscroll{from{background-position:0 0;}to{background-position:-1100px 0;}from{background-position:-1100px 0;}to{background-position:0 0;}}@-moz-keyframes bgscroll{from{background-position:0 0;}to{background-position:-1100px 0;}}@-ms-keyframes bgscroll{from{background-position:0 0;}to{background-position:-1100px 0;}}@-o-keyframes bgscroll{from{background-position:0 0;}to{background-position:-1100px 0;}}@keyframes bgscroll{from{background-position:0 0;}to{background-position:-1100px 0;}}.topwrap1{-moz-animation:bgscroll 70s infinite linear;-ms-animation:bgscroll 70s infinite linear;-o-animation:bgscroll 70s infinite linear;-webkit-animation:bgscroll 70s infinite linear;color:#777;background:#fff url(http://projecttruck.pl/images/18myskins/header.png) top center repeat-x;padding-top:5px;padding:0;height:200px;margin:auto auto;margin-top:0;padding:0;vertical-align:middle;background-attachment:fixed;border-bottom:solid 2px rgb(59,78,100);}</style>