Top "Background-image" questions

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

Android: textColor of disabled button in selector not showing?

I am trying to make a button with a selector my button can have the following states: Enabled/Disabled Pressed/…

android xml button selector background-image
Border-radius on background-image

Is it possible to add border-radius on background-image ?

background-image css
background-size: cover not working on iOS

This is my code: background-color:#fff; background-attachment:fixed; background-repeat:no-repeat; background-size:cover; -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-position: center …

ios css background-image
How to make background image shrink proportionally to fit button size in javascript?

I am making a chessboard in javascript. The chessboard's squares (buttons) were originally designed to be 60px by 60px, but …

javascript background-image
CSS background-size: cover + background-attachment: fixed clipping background images

I have a list of figures containing background images. Something like the following: <ul> <li> <…

css background-image background-attachment background-size
Rails: How to set a background image in rails from css?

I am using rails 3.2 and i have to set a background for one of the page and i have tried …

css ruby-on-rails ruby-on-rails-3 ruby-on-rails-3.2 background-image
Background images not working in Outlook 2007 and later

I made an HTML Email Template that is working fine in most email readers, but the background images are not …

outlook background-image html-email outlook-2007
Adding a background image in Ruby on Rails 2 in CSS

I generated a scaffold in ruby and I want to insert a background image to every page on the site …

ruby-on-rails css background-image
Bootstrap carousel as website background

I'm using twitter bootstrap carcass for my web project development. Currently I have full screen background image which I set …

css twitter-bootstrap background-image carousel
Changing background image using jquery

I have this jquery code that changes the image of the background on click: $('a.note').click(function(){ $('#full').…

jquery css background-image