Tagged Questions
-1
votes
1answer
34 views
Div background image wont show on mobiles
I have a div class with a background image set. It displays ok on pc browsers but it wont show the image on mobile browser(i have tried android and ios)
the html
<div class="wrapper">
...
-1
votes
1answer
16 views
Image as background of div
I'm using http://www.paulvanroekel.nl/picasa/visuallightbox/ plugin, to create a gallery, actually works perfectly, but I have a problem with the blank spaces between images, cause by the different ...
-1
votes
0answers
16 views
Are there any tools/programs to automatically generate iOS PNG's and other art assets easily? [closed]
I'm used to android development and using tools such as Android Asset Studio and the Android Action Bar Style Generator to automatically create simple, solid-color images for the ActionBar background, ...
0
votes
0answers
11 views
How to cover all browser screen in all resolutions with a 'sliced mosaic' of images?
I am having a large image that i want to use as my main interface. It will have a few buttons and rollovers. I will use media queries to fix things for specific resolutions etc but i want a good way ...
-1
votes
0answers
6 views
Polaroid gallery v 1.01; Coding Genius' only [closed]
On this page the nav bar is hidden behind the photo gallery background image in FF&IE, but not in chrome. This is a project for a coding genius only.
Last test: Can anyone figure out the puzzle ...
0
votes
2answers
27 views
Jquery Background-image Change Just Makes Current Image Disappear
I am really new to jQuery and I am trying to make it so when you hover over a certain <div> (#onefourth) the background-image of #bottomleftjunk switches to 'junk1.png'. The problem is when I ...
0
votes
3answers
45 views
Automatically Extending a Background Image
I am trying to use an image for my background. The content of the page has a height of 800px. So on a tall screen you should be able to see a chunk of the background image after the content and on a ...
0
votes
0answers
12 views
Start animation from last animation position
When a animation finishes with setFillAfter property set to true, when i start a new animation, the starting image is set to the image with the state before the first animation started instead to keep ...
1
vote
0answers
61 views
Progressive CSS3 Background + image map
I'd like to combine a progressive CSS3 background
html {
background: url(background.jpg) no-repeat center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: ...
0
votes
2answers
57 views
Magento: How to remove extra white background from uploaded image from admin
i am working in Magento and here is what i am trying to achieve
i) When a user upload any product image from admin, i want to remove extra white background around the image and then save it.
Can any ...
0
votes
0answers
15 views
How to retrieve all background images from a web page using php
We can retrieve all images from a web page by img tag. Is there any way to retrieve all background images of a given url. The background images are in inline css like
...
-1
votes
1answer
25 views
Simpliest way to make a custom JPanel background
I've got problem with my JPanel background. I want to put my image "aaa.jpg" in to background of panel "p5". It will be good if it will be done without creating any new class. Is it simple way to set ...
0
votes
2answers
28 views
CSS - How to add a second background image
Request:
I am trying to make my website have a background where it repeats along the x-axis, but when it finishes on the y-axis it display a different image. I would like it to continue.
Example:
...
-1
votes
1answer
43 views
Set Background Image for RectangleGeometry in WPF?
I have this code:
<Path Fill="Brown">
<Path.Data>
<RectangleGeometry x:Name="rec" RadiusX="0" RadiusY="20" Rect="410,135,60,25"></RectangleGeometry>
...
0
votes
1answer
34 views
How to display image behind TableView in Xcode
I want to add a background image behind my table view.
I have my file staticTableControl.m where I populate the table and I have added
-(void)viewDidLoad{
...
0
votes
1answer
72 views
Change multiple background-images with jQuery
In my css page, i have this as code:
header {
background:url('afbeeldingen/r.png'),url('Afbeeldingen/black.jpg');
background-position: 50% 33%, left top;
background-repeat: no-repeat, ...
-2
votes
0answers
83 views
CSS layering background images with repeat
I am trying to layer 2 background images on the html body - one over the top of the other. One of them is set to stretch to the entire browser size (even when resized). Trouble is when I try to ...
2
votes
4answers
59 views
Can't get background header image to fit to width.. tried everything
I've searched for hours upon hours and now I figure it's time for me to ask the question. I can't get my background image that is placed in my header to fit to screen. It works for every kind of ...
-2
votes
1answer
33 views
Download image from url and set as background [closed]
In my application I want to download an image one the start and set it as background for my MainActivity. I tried several ways with downloading and saving it to sd card etc. but I failed all the time ...
0
votes
1answer
32 views
Adding image in background into loop
I'm trying to insert image in the background of horizontal letter list (I mean each letter will get small image in the background), it's wordpress code.
the code:
<?php
foreach ($letters as ...
0
votes
0answers
30 views
using image for button on top of background image for swing
I thought I was trying to do somepthing relatively simple, but apparently it's not. I'm trying to lay out a GUI in swing. I'd like a top bar that is using a gradient image as its background, then ...
1
vote
2answers
173 views
Putting an image background onto a CSS Triangle
I'm trying to put a background image on a div that is using CSS borders to create a triangle. This is my current efforts so far. It works fine with solid colours, but I am at a loss when it comes to ...
0
votes
5answers
44 views
Background turns white when i scroll down, where am I goign wrong? (I'm new to this)
My problem is that my background to my website always turns white whenever I scroll down.
<div align="center"><img src="bakrund.jpg" class="bg"></div>
.bg {
width: 100%;
...
0
votes
1answer
48 views
<img id=“background”>.. nothing showing up?
I just dont get why the background is on top of the text..
I'd really appreciate ANY help..
THX
html
<body>
...
<img...>
<div>
<div>
drop down list
...
2
votes
1answer
45 views
image naming convection for ipad mini
I have a question about image naming conventions in universal apps, especially for ipad mini.
I am developing a universal App across iphone 4s, ipad 3 (i.e., ipad with retina), and ipad mini. I have ...
0
votes
3answers
153 views
Changing background image src periodically using jQuery and AJAX
I'm trying to have the background image of the body of my page change every (approximatly) N seconds. For this i have a PHP function that echoes random image src when i call it using AJAX. I then ...
0
votes
0answers
44 views
Header Margin and Background Image Causing Line IOS
I found my question asked here: Weird thin line under div with partially transparent background on android
but none of the answers worked.
I also found it here: Android WebView - background PNG ...
0
votes
1answer
52 views
Android button setBackgroundDrawable method shows black
private void setupBitmaps()
{
BitmapFactory.Options opts = new BitmapFactory.Options();
opts.inPreferredConfig = Bitmap.Config.ARGB_8888;
playImage = ...
0
votes
2answers
165 views
How to add a semi transparent box over background image but under text inside div?
This is what I currently have:
<div class="square">
<div id="wrapper">
<h2>Text</h2>
<h3>Text</h3>
</div>
</div>
.square {
...
0
votes
1answer
58 views
how to add a buffered image as back ground of JFrame then add a panel on this image? [duplicate]
I'm in the second term of Computer engineering .
my problem is how to add JButton etc... on the background image ,you know I have written the below code , please help me to continue:
as I said my ...
-5
votes
1answer
67 views
Problems calling a class with static main [closed]
I was wondering how this would interfere with the main class when called, I have found no suitable way to make a main class and call it in a final.
import java.awt.*;
import java.awt.event.*;
...
0
votes
2answers
59 views
css padding an image inside a listitem (navigation bar)
I have an image displayed for every listitem on my navigation bar, the problem is I cannot use padding left by 10px, my browser would think that the listitems need the padding left instead of my ...
0
votes
1answer
66 views
How to set a drawable over an image view
I have a drawbale i want to place it in a gridView for each each image in this gridView.
My drawable is a like a square but filled at the edges. So when i set this drawable as a background for the ...
4
votes
3answers
68 views
Background image not appearing in IE8
I have a background image that I'm trying to use as a logo. All's fine in Chrome & FF, but it's not showing in IE8. The background images simply don't load. How can I get them to show in IE8?
...
0
votes
1answer
26 views
HTML and CSS3 - Two Background Divs
I have been having some trouble with my website at the moment. I'm trying to get two divs to sit on top of each other to create an effect where and background if jagged off. example here: ...
2
votes
1answer
190 views
Greyscale Background Css Images
I've searched a lot on the web but I cannot find a cross browser solution to fade a css backgrund image to greyscale and back.
The only working solution is to apply CSS3 filter greyscale:
...
0
votes
1answer
144 views
Adding a background image to a JFrame using Swing
Hello i have been following multiple guides on how to add a background image to a JFrame. However when run my program, the background turns out with only a bit of the background image showing in the ...
0
votes
2answers
31 views
Div background-image not appearing? Image source has been checked multiple times
I am trying to setup a simple div which I have done many times in the past but something is going wrong... Here is a fiddle of my code.
http://jsfiddle.net/psychoticpanda/HTtRs/
Either I am going ...
0
votes
2answers
42 views
Cannot scale background div image
For whatever reason I cannot manually scale the background image of a div no matter what do. background-size and max-height,width have no effect whatsoever. The image is ignoring my style tags. Can ...
1
vote
2answers
67 views
(3 Parts) Fixed Background, Other Elements Scrolling
Sorry for such a stupid question, but I'm having some trouble setting my background image in Java on a fixed image. Here's what I mean -
import javax.swing.*;
import java.awt.*;
import ...
0
votes
0answers
109 views
How to remove background of image using html5 canvas
I want to make online photo cutout app that can remove background of any image and save them back as transparent png image. I have seen photo collage application remove background as follows.
It ...
0
votes
1answer
53 views
anchor tag with background image auto height come as zero
My css:
a.red, object, embed {
display: inline-block;
background-image:url(/bowties/red.png);
background-size: contain;
background-repeat:no-repeat;
width: 100%;
height: 30%;
...
0
votes
2answers
41 views
How to add pictures around a background through CSS?
I'm really working hard on this thing but I can't figure out how to create this through CSS.
Basically on this website here I'm trying to add images to go outside of the main-content background as ...
0
votes
1answer
57 views
Can I have text over an image in joomla?
So I want to make the texts in joomla articles have an individual background images. Let's say I have an ellipsis image (like shown below) and I want every word on that article have the ellipsis ...
0
votes
0answers
17 views
iPhone email message view 'from' 'to' - is it button, view How?
I would like to create a button if it is a button, similar to the button which is displayed as the From/To buttons in the email client on the iPhone. Is that perhaps a view with an image in the ...
0
votes
3answers
97 views
how to hide custom title background image?
In my program, sometimes , I need to hide my custom title,but I failed hide the tilte's background image.the button and the Textview I can hide well. my code(xml) as follow.
the title xml : ...
0
votes
0answers
7 views
Backgroun image as link
can someone help me with this problem?
I need to put link to another site on my background image.
You can see site here
www.kolektiv.me
Thanks!
0
votes
1answer
44 views
Android Get the Background Ressource of an ImageButton
I need to get the background ressource of some ImageButton, to re-use it later, for set the background i use setBackgroundResource. I don't find any method to get the backgroundressource.
private ...
0
votes
3answers
63 views
iOS Background image doesn't work on device
This is my prob :
I add this to my code :
[self.view setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"bgWhiteLight"]]];
And it's works fine in the iOS simulator, but when i ...
0
votes
1answer
73 views
CSS button hover background style child
When someone hovers over a button with a img element inside it, it should have a red background color.
<button class="btn-img">
<img ...





