I am trying to create a full page div (with 100% width & height). But in firefox it is not stretching fully. Here's my code:-
div{
background:url('image.jpg')no-repeat fixed;
background-size:cover;
}
I've tried a lot,but I don't know what's wrong.