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

learn more… | top users | synonyms

1
vote
0answers
12 views

Magento CSS property background-image:url issue with data:image/svg+xml;base64

Magento page rendering forces the ccs property background-image:url() to add the domain and directories from the root for values that are base 64 encoded images. For example ...
0
votes
1answer
40 views

Using javascript to load a css hidden image as a background image on page loading

Noob at javascript and have searched without luck. Is it possible to use javascript to load an image which is already in the body of the html (css visibility hidden) to become visible as a background ...
1
vote
3answers
28 views

Z-index absolute positioning background image

I would like to have the Wrapper-Top layer on top of the other one. I set Z-index and position, which should be sufficient. Am i missing something? Here is the website: Thank you in advance. EDIT: ...
0
votes
2answers
37 views

CSS - background image repeat x from a starting point

I have an h2 that I am trying to fit with a 2px background image. I want the image to begin after the words in the h2, and then repeat-x for the remainder of the space in the h2. Since words lengths ...
1
vote
3answers
43 views

CSS fluid image replacement?

Using CSS to replace text with an image is a well known practice. CSS-Tricks has a museum of some techniques (http://css-tricks.com/examples/ImageReplacement/). But none of these allows for ...
0
votes
1answer
22 views

Make an anchor tag stretch to be the size of its background image

I'm trying to display an icon as a background image behind a number. <a id="youhavemail" href="messages.php">0</a> #youhavemail { background-image: url("images/mail.png"); ...
0
votes
2answers
39 views

Apply width and height styling to div background image

I am using a background image for my top "heading" div section of my website. It was drawn on CorelDrawX6 and exported to a .jpg image, meaning I can't set the height and width exactly right when ...
0
votes
1answer
19 views

Background-image not working for css id but for css body

in the .CSS File: when i apply body { font-size: .85em; font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif; color: #232323; background-color: #fff; background: ...
1
vote
0answers
21 views

CSS3 - Cross fading images with background-image

Is it possible to make each separate background image of these hexagons cross-fade into another picture (Example: http://css3.bradshawenterprises.com/cfimg/). I'm relatively new to CSS and I feel ...
1
vote
1answer
28 views

How to change a background image after upload

I have used the script below to display an uploaded image without having to reload the page, and it works perfectly. Except for scaling the uploaded image to fit a 390px x 390px img object. If I can ...
0
votes
1answer
26 views

Centering a rollover button part of a division that has a background. CSS

I have the following element: <div class="menubar"> <a class="homebutton" href="mydomain.com/home"></a> </div> Using this style: .menubar { text-align:center; ...
0
votes
1answer
34 views

Full Width Background Image Sizing

I am looking to fix my second full width image (the one in the middle of the page) so that is fits horizontally the same as the one above in the header image. Can somebody double check my CSS so see ...
1
vote
1answer
34 views

Full width background image sizing issue

I am looking to fix my second full width image (the one in the middle of the page) so that is fits horizontally the same as the one above in the header image. I noticed that there is a gap on the ...
3
votes
7answers
75 views

Can't set background-image for a specific div

Some strange behavior about background image HTML <body> <div id="divGaLL"> <ul id="ulGaLL"> <li>...</li> <li>...</li> </ul> </div> ...
0
votes
1answer
32 views

Background image of table row cutting itself into half

I have table row class named logo with attributes .logo { background: url("img/logo.png") no-repeat left top !important; } Now I do get an image on top left on every row, but what I am trying ...
0
votes
1answer
18 views

CSS3 background-image with bundled sprite image based on images with different original Image Size

Hello I am currently writing a sprite generator based on CSS 3 and my question is : What is the best practice to show CSS3 background-images with a bundled sprite image based on images with different ...
0
votes
1answer
24 views

Can't add a panel (so background) to my JFrame

I have a JPanel that I use as a background which name is BackgroundPanel. And I am designing my main JFrame with NetBeans, and adding BackgroundPanel like that. public class Main extends ...
0
votes
4answers
59 views

Show the <body> background-image when the image itself is ready

Basically I let the webpage load everything, but since the image is huge, I rather not show it while the browser is still downloading it. Instead, I want to show this background (with a fading ...
3
votes
1answer
36 views

Background image hangs when loading in IE8

I have an odd issue. Sometimes when I load the website I've created within IE8, my main content block loads, the background color for the entire page loads, but the background image I've declared ...
1
vote
2answers
81 views

how to make div bg image fit full screen and allow scrolling for content underneath

I've researched this topic for the past 2 days straight, tried 250+ variations of code, and am at my wits end, which is why I'm now here... I feel like I'm very close to a solution so hopefully ...
1
vote
2answers
41 views

Java - JPanel with background image AND normal functionality

I've been looking around and working on making a JPanel able to have an image background. I know there is a ton of information reguarding this ( example 1 and example 2 ). Neither of these are exactly ...
0
votes
1answer
7 views

Can't configure background image for DMG installation using CMake

I am working with CMake 2.8.10.2 on Mac OS X 10.7.5. I've configured CMake to build a simple application with Xcode that creates an empty window. I then tried to configure CMake to build a DMG ...
0
votes
1answer
31 views

css background-image specific to Firefox?

Is it possible to set the CSS background-image (or even just background) specific to Firefox? I tried specifying -moz-background-image: .myClass { background-image: url(../images/1.svg); ...
3
votes
1answer
76 views
+500

Android WebKit focused textarea won't draw background image

Android WebKit draws a white background + border on a textareas and inputs when they have focus. How do I stop it from doing that? I've tried changing -webkit-tap-highlight-color, ...
0
votes
1answer
22 views

IE8+IE9 - background-image of body doesn't fully load, there isn't shown

I have a landing page with a a background image of about 880kilobytes in size. I set the background with this rule: background: #fff url(bg1.png) no-repeat left top; Problem is, in IE8 and 9 I ...
0
votes
1answer
20 views

User setting background image

Within my IOS application I would like to allow users to set their own background image. They pick an image from their photo library and then they set it as the background of the application. There is ...
-2
votes
1answer
27 views

changing background image of table dynamically

I'm trying to change the background images of table cells with javascript and i do so by creating the name of the image inside the code using the counter index in a for loop (i) This doesn't work, ...
0
votes
1answer
36 views

Combining a css3 gradient with a background image

I tred making this work using this reference. Yet it doesn't seem to be doing the trick. Did I miss something? I just need another set of eyes on this. Thank you. The background image shows, but not ...
0
votes
1answer
16 views

IE is adding styles to background image style

I have attached a screen shot below of a recreation of an issue. For some reason when I have a background image style IE8 is taking another style from the same selector and appending it after the ...
0
votes
2answers
40 views

How to add a tooltip for just the background image of an input field with HTML and CSS

Is there a way to show a tooltip for just the background image of an input field? HTML [...] <tr> <td class="borderless right"> <label class="label-required" ...
1
vote
0answers
13 views

Already loaded images change

I have a webpage with n small divs containing each a different image, and a bigger one with no image in in. All the smaller divs have set up their background like this: ...
0
votes
2answers
38 views

Need Empty Div With Background Image To Force Height and Must Be Responsive

I need the following: emtpy div with no content background image set to the div the background image to be fluid/responsive on re-size I cannot set fixed dimensions on the div Everything I try ...
1
vote
1answer
72 views

CSS speech bubble with full background image

I know it's quite easy to simply add a small triangle to the bottom of an element, but I want the background image to extend into the triangle. How could I achieve this?
0
votes
2answers
48 views

PSD slicing background with image

I got a PSD design for my website, and I'm having trouble coding the main banner. This is the page The top banner (with the image of the little people) doesn't show properly on some screen ...
0
votes
1answer
15 views

Drupal Background Photo

This is the site: http://www.rybm.org/ There is supposed to be a full background called bg.jpg. It displays perfectly on my local xammp run Drupal 7 install, but will not work on the live site. It ...
0
votes
3answers
46 views

Jquery div background image cycle

Any idea why this code is broken or not working? It is not my code but it does appear to be correct, of course I could be missing the obvious. I simply need the background image of a div to cycle to a ...
0
votes
1answer
30 views

Background images and SEO

At the momemt I have on my website some images which are defined in the css file as a background image. The code looks like this. The HTML: <a href="http://domain.com" title="Website Title" ...
0
votes
1answer
33 views

background image not showing in full size on mobile

I use this code to show image background: body { background:url('images/bg.jpg')no-repeat center center fixed; -moz-background-size: cover; -webkit-background-size: cover; ...
0
votes
1answer
57 views

Background image on mobile Bootstrap CSS

I've got 3 rows: top, middle, bottom divs. In the top and bottom divs, there's a foreground image and in the middle div there's a background image. On mobiles, the middle div doesn't not resize like ...
-1
votes
1answer
20 views

How to make a Jquery snippet only apply to some certain tags?

I came across this snippet whose function is to wrap img tag with a span and make the image background image of the span. My question is, how can I make it only apply to a certain img tag or some img ...
0
votes
2answers
39 views

CSS - background image error only in Safari

I have a button that works in every browser but Safari. Here is the CSS code: div#home-buttons #rv { background: url("/Portals/248820/images/layout/home-rv.jpg") no-repeat scroll center top / ...
-1
votes
0answers
28 views

CSS background position icon from sprite

Hi I have small problem with an background of an select box with sprite. I have modified the select box and set an arrow in this form: background: transparent url("/images/br_down.png") no-repeat ...
1
vote
1answer
52 views

Sidebar with 3 different backgrounds

I'm currently trying to get my sidebar working with 3 different backgrounds. Screenshot: http://i.imgur.com/b0ZodFz.jpg I tried to fix it with 3 containers but I can't get it right (the top image ...
0
votes
1answer
35 views

Simple Non Scrolling Background Image

I have what is probably a simple question but I can't find the answer for it. I have a background image that looks fine and tiles fine and scrolls fine. However, I have a second background image that ...
0
votes
1answer
86 views

Border radius, background image, background gradient, and IE8, IE10

I've got a div with border radius, background gradient, and background image working in FireFox, but not in IE8 or IE10. Gradient and background image work in IE8, but when I apply the border radius, ...
0
votes
2answers
38 views

stretching the background image in IE

I have a background image. I am stretching it so that it fits the entire page.But it is working in browsers other than IE. How to make it work in IE? Thanks in advance. In other browsers: In IE: ...
0
votes
2answers
39 views

background image to cover the entire page

I have the above image I have to set it in such a way that it covers the entire page. I tried the following code. margin: 0px; background: url(../images/common/header/Background_color.png); ...
1
vote
1answer
27 views

different static images for ios app - for launch and for “applicationdidenterforeground”

Based on what I understand at least 1 "Default.png" image is required for all ios apps to be used as the Launch image when the app is loading. However, I have a situation where when the app 1st ...
0
votes
3answers
47 views

<a> tags using CSS background images have no text

I have tags and submit buttons on a website that were built using background images that included the words Submit, Go, etc. If images are disabled then the buttons completely disappear. The ...
0
votes
1answer
44 views

I need to set a background image for a java DesktopApplication

I didn't know how, and there is no background image property. I researched the answer but all I could find was to set a labels icon inside a panel with a null layout. This worked and my image is ...

1 2 3 4 5 34