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 screen size in width, height does not matter.
This is the link to my image:
../IMAGES/background.jpg
EDIT
I have no idea what's wrong, but for some reason the body doesn't even want to get the background image. It just displays a plain white background.
body
{background-image:url(../IMAGES/background.jpg);}
Try this,
This one works for me
Try this, I hope it will help:
You can do it like what I did with my website:
You can try with
works for me :)
Background image fix to screens with browser compatibility css