The background-image CSS property sets one or more background images for an element.
0
votes
1answer
8 views
when using two images for background not working in safari
I'm using two images for a background image. (two quote marks that bookend)
When I use just one image it works in Safari. When I try this CSS with two images, doesn't work in Safari anymore. Does ...
1
vote
1answer
25 views
Resizing bitmap to fit screensize
I have a LinearLayout where I set the background like this:
android:background="@drawable/bg_splash"
and my drawable is set up like this
<?xml version="1.0" encoding="utf-8"?>
<selector ...
0
votes
1answer
22 views
How to convert inline SVG on the server?
I need to set the resulting inline SVG as a background-image on some other element as shown in this example. As this works only in Chrome I need some other way to set the client drawn SVG as ...
1
vote
1answer
37 views
background image on a button disappears on mouse over
In my WPF window application, when I take the mouse over my button, the background image on the button disappears and the button appears as if it does not have any image. What I want is, when the ...
0
votes
2answers
25 views
How can i display two images in singlr table row?
I am using jQuery DataTables to display data and I am assigning class to Table row using DT_RowClass attribute of DataTables. Depending on some conditions, I assign classes to every row and got struck ...
0
votes
1answer
34 views
CSS background image from network path
I am working on a custom solution in SharePoint.
I have a requirement to display images from a shared network path because these images are also shared with multiple MS applications i.e Dynamics AX
I ...
3
votes
2answers
65 views
Overlay a background-image with an rgba color, with a CSS3 transition
Earlier today I asked Overlay a background-image with an rgba background-color. My goal is to have a div with a background-image, and when someone hovers the div, the background-image gets overlayed ...
0
votes
0answers
32 views
C# gif backgroundImage in panel doesn't move
I have a Tetris game. All tetrominoes are in the panel. I think a if .gif will be on the background panel, instead of img it will be cool.
I have tried to do it like this:
panel1.BackgroundImage = ...
0
votes
1answer
23 views
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 user hovers the div.
I was wondering if there's a one-div solution (i.e. not ...
0
votes
1answer
40 views
Background-image on just the homepage
I want to build an application that on its homepage contains a background-image. The issue I am having is that the only content on the home will come from a layouts/header partial and as soon as you ...
-1
votes
0answers
35 views
Using CSS background-image property to load content other than images
Is it possible to use the CSS background-image property (or any other) to load and utilize a filetype other than an image? I was thinking of loading scripts in this fashion:
HTML
<div ...
0
votes
1answer
19 views
How to use featured image as background image in wordpress twentytwelve child theme
mysite.com
I would like to be able to allow the user of this twentytwelve child theme to be able to upload a featured image to a page (not post) and have that dynamically become the background image ...
1
vote
2answers
40 views
Allow background-image to behave like <img>
I'm creating a homepage using Twitter Bootstrap, and I want to create a "hero image" (that does NOT use bootstrap's hero unit.) I want a large picture at the top of the page, that you can put text on. ...
-1
votes
0answers
33 views
Background-image/Div not appearing for IE 9 only
I'm making an about me page where I have a div with a background image and a nested div with text about myself. Normally the div runs javascript to change the background image with fades, but for IE ...
0
votes
3answers
29 views
Set button background image from url
I was wondering how i set a buttons background image from a URL on android.
The buttons id is blue if you need to know that.
I tried this but it didn't work.
public static Bitmap ...
0
votes
1answer
31 views
Repeating background vertically with space
I have an image with a dotted line that I want to have as a background in a textarea. The image is of 3px height and 620px width, and what I want is to repeat it vertically with a space of 8px between ...
1
vote
2answers
37 views
Chrome behaviour with css class
The issue is pretty strange and I haven't encountered something like this until now.
Here are 2 CSS classes
.header {
background-image: url('pictures/header.png');
height:99px;
width:100%;
...
0
votes
1answer
18 views
Using BackStretch.js to automatically stretch existing background images?
I've got some background images already on a page (a lot of them... I'd rather avoid recoding a bunch) and I need to fill them cross browser (stretch). BackStretch.js can do this but it seems like it ...
0
votes
1answer
12 views
Double the size of the div to make patter background-image work properly
I have a div element with a background-image. The image is a pattern which cannot be cut, so it always has to end to the bottom of the image. The image height is 400px. So I want the div to always be ...
0
votes
1answer
14 views
Is there a way to set background-image as a base64 encoded image in javascript?
I wanna change background dynamically in JS and my set of images is in base64 encoded.
I try:
document.getElementById("bg_image").style.backgroundImage = "url('http://amigo.com/300107-2853.jpg')";
...
0
votes
1answer
32 views
How to set backgroud image in sencha touch 2
Im trying to put an image background to my form panel , it doesnt display anything , im using the code in this tutoriel :
...
0
votes
3answers
35 views
Can't get background behind background-color
http://jsbin.com/opopup/2/edit
If you view this link, you can see I have a navigation menu embedded within a #header div. The header is simply there to center the nav and provide a background colour ...
-1
votes
3answers
57 views
Background image using HTML5 to fit the page
I want to make one image the full background of a website! I know it sounds pretty simple, but it just got me crazy, it doesn't fit the page, this the last try I reached with!
CSS :
body {
...
0
votes
0answers
23 views
Transparent background image not working in IE(7-10)
I am using a transparent image (png) for a headline background. Its working fine in FF, Safari and Chrome but not in any IE, not even IE10. Any chance anyone can have a look and guide me in the right ...
0
votes
0answers
29 views
issue with background images position fixed and vimeo video on chrome
I have a website with a background images fixed on the body so the background is scolling in same time of the page. But if the body include an embeded video (I am using vimeo), it break the background ...
0
votes
0answers
17 views
Android - table row background image titable
In one of my android project, I am creating a list view dynamically by adding "table rows". I need a background image at the bottom of each row which will repeat in "X" position. I got the following ...
0
votes
1answer
35 views
CSS3 Navigation bar (responsive) or traditional background image
is it possible to create the following shape using pure CSS3 - in a single layer i.e.
<div class="nav-bg">...</div>
I'm currently using the traditional slice the curve apart and add ...
-1
votes
0answers
19 views
background image cannot fill the div when browser zooms [closed]
I have a 8px*21px div with a kind of background color on my page ,and I cover a background image on it in the right same size which is 8*21.As the image is a PNG,so I can see a part of the ...
0
votes
1answer
25 views
Set background image of android.support.v4.view.ViewPager
I have a chart.xml and I am setting a background chart in it in a ViewPager using
android:background="@drawable/chart_bg".
The problem is:
xml view is showing the chart_bg when I see it's layout ...
2
votes
1answer
35 views
jquery - how to add fadein/fadeout to mouseover background changing code
I have this code that changes background image of a div when you hover over a link:
<script>
$('.main').on('mouseover', 'a', function () {
var background = "url('" + ...
2
votes
1answer
45 views
background-image pseudo z-index
I have a <ul> with multiple background images.
Problem is that <li>s have a border-bottom that goes above one background-image (in this case the arrow). I'd like the arrow to be a layer UP ...
0
votes
2answers
29 views
background image not showing css and is automatically set to none
i have a div with a background image <div id='mcts1'></div>
now when i view it in chrome, the image does not show, and when press F12 [inspect element], this is what i see:
<div ...
0
votes
1answer
40 views
CSS: Safari Mobile doesn't support background-position offset
I have this property with multiple background images and their respective positions:
#my_div {
background-image:url("..."), url("..."), url("...");
background-position:right bottom, right ...
0
votes
1answer
16 views
Why do I Not see the background center my page
I have this html5
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a ...
-1
votes
1answer
30 views
background image do not show up with html5 boilerplate [closed]
I downloaded the html5 boilerplate and change this part to this :
/* ===== Initializr Styles ==================================================
Author: Jonathan Verrecchia - ...
0
votes
2answers
42 views
Why isent background-image:url('bg.jpg'); working?
So I am working on a website and I'm trying to set the background of empty div with a set size and I can't figure out why it isn't working. Anyone see something I don't? Thanks, Tim.
Code:
...
3
votes
2answers
65 views
CSS3 /CSS - spinning background image
is it possible to spin a background-image in css?
i can spin an element using:
@-webkit-keyframes spinX
{
0% {-webkit-transform: rotateX(0deg); -webkit-transform-origin: 0% 50% 0;}
100% ...
0
votes
2answers
25 views
body background image position issue in css
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta ...
0
votes
1answer
48 views
What is issue with following code on iphone browser?
I have used jQueryCollapse plugin for displaying Questions and Answers.
Question is written on Tab and Answer is displayed when we click on tab.
When tab is active means when answer is displayed at ...
0
votes
1answer
20 views
background image and repeating from folder image
I am trying to add a background from an image. The image is in a folder in my project named Images.
This is the code I am using but the screen remains white.
...
0
votes
0answers
35 views
What is the issue with background image height on iphone browser?
I have used SpryTabbed Plugin. In that, There are three tabs.
All three tabs are having different background image height because there data size are different.
On onClick event of tab I had set the ...
0
votes
1answer
40 views
Broken background-image pattern in other screen size
I have an obstacle when using the background-image pattern.
I am developing a website in 1366 x 768 screen size, and all of them look perfectly.
But when I check the screen with the size of 1280 x 800 ...
0
votes
1answer
20 views
How to fade in background image by CSS3 Animation
I am making a menu that each item has a text like item1, item2 and etc. in hover the background colour changes, text becomes transparent and a background image replaces. I used this code to ease in ...
0
votes
2answers
25 views
Background header moving along with the scrollbar
I have the issue of my background moving along with the scrollbar.That is, the header of the page scrolls along with the scrollbar. I have attached my code and the screenshot.Please help me...Thanks ...
0
votes
2answers
41 views
jquery background change position in steps
I'm new to javascript and jquery, so I tried to make a sliding background and the only way I made it work is:
$('.mainTitles').click(function() {
var self = $(this);
if ...
0
votes
0answers
23 views
What's the issue with background image on iphone?
I've used the SpryTabbed Plugin. There are three tabs.
I have changed the height of a background image on the onclick event of every tab. The image heights set on the onclick event are different for ...
0
votes
1answer
40 views
CSS Background Gradient with offset
I applied a gradient as background image to my body. Then I added 255px offset at the top using background-position:0 255px;.
It looks quite good except one little issue: of course the gradient does ...
0
votes
1answer
26 views
Make input field transparent
I wanted to take the standard input field and make it look better.
Therefore I use this image as input field on my page:
To use it on my page, i use this code:
HTML:
<input type="text" ...
0
votes
2answers
25 views
Multiple background images, not all centered
I'm trying to add multiple background-images to a DOM element (a td) using CSS. I can specify multiple background images that stack on top of each other like so:
td{
background-image: ...
0
votes
1answer
48 views
CSS, background-repeat distance
I want to set a background-image but with an specific distance between the repetitions.
For example, I have this image to become a background-image:
And I want to fix the repetitions in a pattern ...



