Webboard

Pełna wersja: Jak zrobić efekt po najechaniu myszka na belke
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
wersja skryptu MyBB: 1.6.13
adres forum: chyba nie potrzebne
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

jak uzyskać takowy efekt po najechaniu myszką na belkę http://forum.rev-gaming.pl/
udało mi się coś takiego zrobić efekt niby działa lecz odrazu się zmienia.
Kod PHP:
.thead {
    
background:#CA2000 url(images/luxure/bubbles.png) no-repeat right -95px;
    
positionrelative;
    
height40px;
    
padding0 0 0 20px;
    
color:#fff;
    
font-family'Robotolc''Arial Narrow','Open Sans'ArialTahomaVerdanasans-serif;
    
text-transformuppercase;
}
.
thead:hover{
    
background:#CA2000 url(images/luxure/bubbles.png) no-repeat right -200px;    
}
.
thead a:link, .thead a:visited, .thead a:hover, .thead a:active{
    
color#fff;
    
text-decorationnone