I have a website (g-floors.eu) and I want to make the background (in css I have defined a bg-image for the content) also responsive. Unfortunately I really don\'t have any i
I think, the best way to do it is this:
body { font-family: Arial,Verdana,sans-serif; background:url("/images/image.jpg") no-repeat fixed bottom right transparent; }
In this way there's no need to do nothing more and it's quite simple.
At least, it works for me.
I hope it helps.