Moving Background Issue

Xorflo

Member
May 18, 2013
51
0
So basically I want the clouds in the image below to move. I'm sure I did my css correctly but here it is:
HTML:
.clouds {
                background-image:url('/app/tpl/skins/habbo/static/clouds.png');
                width:100%;
                height:100%;
                position:absolute;
                overflow:hidden;
                -webkit-animation: slide 60s linear infinite;
                z-index:-2;
            }
And it still wont work! Any help?
64a7d3cc91161b31651cd8eacc37a6d6.png
 

Weasel

👄 I'd intercept me
Nov 25, 2011
4,132
2,456
Moved to coding (as it hasn't anything to do with a "Retro").

Anyways, I am going to sound like a total noob, but use <marquee></marquee>?
 

Users who are viewing this thread

Top