- 1
Can anyone tell me the code in css to set a paralysed background image?? Plzz
13 Réponses
+ 4
transition:background-image 2s;
is enough I guess
+ 4
Let's bet like 0xp >:)
+ 4
ele{background-image:url();}
ele:hover{background-image:url(another url);transition:background-image .5s;}
src?
+ 4
not to move?
then instead of paralysed to paralyzed
background-image:url() !important;
!important lock and avoid another css rule
+ 4
Uh show your code and elaborate what you want to do. I don't have much times I must focus on homework :p
0
r u sure
0
where should I add the src
0
what does 5s mean
0
I want the background pic not to move
0
and I will display my data on the background img
0
didn't understand?? can u explain thoroughly
0
I m a new css user.. jst started learning css today
0
explain properly man