wersja skryptu MyBB: 1.6.15
adres forum: http://active-game.pl/forum
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Otóz chciałem dodać choinke i prezent po rogach forum i coś mi to nie wychodzi ;d Dodałem klasy w global.css do headera również i albo czyta choinke albo prezent nwm o co może chodzić ;/ Prosze o Help
adres forum: http://active-game.pl/forum
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Otóz chciałem dodać choinke i prezent po rogach forum i coś mi to nie wychodzi ;d Dodałem klasy w global.css do headera również i albo czyta choinke albo prezent nwm o co może chodzić ;/ Prosze o Help
#gift {
background: url(http://active-game.pl/forum/images/banery/gift2.png) no-repeat scroll left bottom transparent;
height: 500px;
right: -12px;
padding-left: 0px;
position: fixed;
bottom: 20px;
width: 120px;
z-index: 2;
}
#choinka {
background: url(http://active-game.pl/forum/images/banery/christmas2.png) no-repeat scroll right bottom transparent;
height: 500px;
left: -200px;
padding-right: 0px;
position: fixed;
bottom: 20px;
width: 320px;
z-index: 2;
}