Top "Background-image" questions

The background-image CSS property sets one or more background images for an element.

css with background image without repeating the image

I have a column (lets assume the width is 40px) and there I have some rows. The height of the …

css background-image
How can I force browsers to print background images in CSS?

This question was asked before but the solution is not applicable in my case. I want to make sure certain …

css printing background-image
Is there a way to set background-image as a base64 encoded image?

I want to change background dynamically in JS and my set of images is in base64 encoded. I try: document.…

javascript base64 background-image
How to set the background image of a html 5 canvas to .png image

I would like to know how it is possible to set the background image of a canvas to a .png …

html canvas background-image
Can I get div's background-image url?

I have a button of which when I click it I want to alert the background-image URL of #div1. Is …

jquery url html background-image
Positioning background image, adding padding

I'd like to add a background to a div, position right center, but!, have some padding to the image. The …

css background-image
Overlay a background-image with an rgba background-color

I have a div with a background-image. I want to overlay the background-image with an rgba color (rgba(0,0,0,0.1)) when the …

css background background-image rgba
CSS blur on background image but not on content

I did this example. I'm trying to blur the background image, but the main content is blurred too (the <…

css background-image blur
Changing Background Image with CSS3 Animations

Why this isn't working? What am I doing wrong? CSS @-webkit-keyframes test { 0% { background-image: url('frame-01.png'); } 20% { background-image: url('frame-02.png'); } 40% { …

css background-image css-animations
Using HTML data-attribute to set CSS background-image url

I plan on building a custom photo gallery for a friend and I know exactly how I am going to …

css background-image custom-data-attribute