My code is as following:
.Frozenbg
{
background-image:url('Images/Frozen.png');
background-repeat:no-repeat;
transition: background 1s linear;
-moz-transition: background 1s linear; /* Firefox*/
-webkit-transition: background 1s linear; /* Safari and Chrome */
-o-transition: background 1s linear; /* Opera */
}
The problem is that I am adding class on hover and its working great which means it adds the class having background image with fade in effect that looks good, but the fade in /transition effect is not going on firefox and other browser please help me I am stuck in this problem from last night.