-1
votes
1answer
631 views

How to retrieve an image from MySQL database and display the image as background on body? [closed]

How do I retrieve an image from MySQL database (I know how to display image by retrieving from database but here i want to display differently) i.e. display the image as background on body and image ...
5
votes
1answer
599 views

SVG in CSS backgrounds

Edit: How can I detect in php if the client browser is capable of displaying SVG as CSS background ? I renamed my stylesheet from .css to .css.php. So I can include at the beginning: <?php ...
2
votes
6answers
110 views

Any tool for image to CSS?

I have an image (not gradient) color, I tried to identify the color code but not possible. Is there any tool to convert image to css or css color code?
1
vote
1answer
43 views

Same page template but ackground image doesn't show

I have installed new theme for Wolf CMS here. This is a demo of the template. Why does the content background image show on the demo but not on my site? The HTML and CSS is the same, and the image ...
1
vote
1answer
132 views

Images randomly not showing up

I just uploaded a website for a client wich looked good while previewing locally. When i visit it on the server though some images aren't loading properly. It seems te be quite random, and sometimes ...
1
vote
1answer
255 views

issue with wordpress theme background on widescreen computers

I am using the theme irresistible and I wanted to a add a picture of the person who i am building the site for, however normally the background css uses repeat, but i dont want their picture to repeat ...
2
votes
6answers
10k views

How to make background image black and white?

Are there any filters that would make background image black-and-white? I have an image set as the background image using css, but now I need to apply a filter so that an image is shown in black and ...
2
votes
2answers
4k views

How to show a preview thumbnail on Facebook of a imageless website?

I have recently designed a website with no img tags, only one big fat CSS sprite with everything in it. Though, when I try to publish that website on Facebook, it won't show a preview thumbnail — ...
17
votes
4answers
1k views

Why insert static files ( css, images, js, ecc ) in a subdomain?

Why so many big and little sites inserts static files ( css, images, js, ecc ) in a subdomain like media.example.com or s2.static.example.com ? What are the advantages ? Why not just a directory ...