I\'m just starting on a website and I already encounter a small problem where I can\'t find a specific solution to.
I wanted to make my website background fit any sc
you can do this with this plugin http://dev.andreaseberhard.de/jquery/superbgimage/
or
background-image:url(../IMAGES/background.jpg); background-repeat:no-repeat; background-size:cover;
with no need the prefixes of browsers. it's all ready suporterd in both of browers