Page 1 of 1

Unable to « View Background Image »

Posted: Wed Feb 27, 2013 7:48 pm
by Cov
Hello,

I've tried to save the background image of a random website.
So, using FireFox I usually just right click somewhere and select view background image, but this time it's greyed out:

Image

Seems to have been diabled by the website owner.
Would you know a trick of how to get the background image somehow?

Thanks

Re: Unable to « View Background Image »

Posted: Wed Feb 27, 2013 8:44 pm
by Zolishoru
Choose "View page source" and search for "body background"(without the quote marks); if you can't find it, is in the CSS file, which is out of my knowledge area.

Re: Unable to « View Background Image »

Posted: Wed Feb 27, 2013 8:50 pm
by Cov
Hi, thank you very much for your reply. I just checked but unfortunately the term "body background" is not there.

Re: Unable to « View Background Image »

Posted: Thu Feb 28, 2013 2:23 am
by Spoon Boy
Try to save the page locally, see if it downloads the picture into the sub folder.

Re: Unable to « View Background Image »

Posted: Thu Feb 28, 2013 2:29 am
by Cov
Hi Spoon boy, thank you very much for your reply!
The problem has been solved, the image was just a gradient:

Code: Select all

background-image: -moz-linear-gradient(-75deg, #001A4B 0px, #001A4B 19%, #022559 38%, #084683 67%, #0A5191 100%);
Sorry about that :?