I have made a background for my webpage and the page looks fine on my own monitor, but on others maybe not. I tried viewing the site on another computer which had a Larger screen, and the background isn't its full size. There is areas towards the right and below that are white. It is as if I were needed to make the image file larger. If I would do this, people that have monitors like me will have a very bad quality image for the background. Is there some way I could make it so the background goes to the right size to fill according to the monitor size? My Image file is currently 1022X722.
Current code I am using:
~Thx in Reply
Current code I am using:
| Code: |
| <style type="text/css">
body { background-image: url('MyFile.jpg'); background-repeat: no-repeat; background-attachment: fixed } </style> |
~Thx in Reply
