Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

172
votes
16answers
38k views

When to use IMG vs. CSS background-image?

In what situations is it more appropriate to use an HTML IMG tag to display an image, as opposed to a CSS background-image, and vice-versa? Single-reason answers are welcome, but I'm hoping ...
72
votes
5answers
28k views

Is it possible to combine a background image and CSS3 gradients?

I want to use CSS3 gradients for my background color and then apply a background-image to apply some sort of light transparent texture. Is this possible?
14
votes
3answers
22k views

How to create a background-image on titlepage with LaTeX?

I want to put a background-image on a titlepage of a document. Is it possible and dows it work? EDIT: The answer from Presidenten using the eso-pic-package and my answer found after some research ...
12
votes
2answers
177 views

Invert/change logo on scroll

An article over on askthecssguy.com shows how to change/invert an image on scroll using fixed backgrounds: ...
12
votes
8answers
12k views

Reference app relative virtual paths in .css file

Assume I have an "images" folder directory under the root of my application. How can I, from within a .css file, reference an image in this directory using an ASP.NET app relative path. Example: ...
10
votes
4answers
4k views

Google chrome a:visited background image not working

(before I start I should say yes, I have done all the stupidity checks, yes the link is in my history and has been visited etc) I'm using Chrome version 6.0.472.63, although it's important that this ...
10
votes
3answers
3k views

Can we solve the table row background image problem, in chrome, in multi celled tables?

It is frequently asked – but I haven’t seen a good answer yet (and I looked). If you set a background image in CSS to a table row- the image will repeat itself in every cell. If you set the position: ...
10
votes
7answers
1k views

Repeating website background image - size vs speed

I was wondering if anyone has done any tests with background images. We normally create a background that repeats at least in one direction (x or y or both). Example Let's say we have a gradient ...
10
votes
5answers
8k views

How can I apply a background image to a text input without losing the default border in Firefox and WebKit browsers?

For some reason most modern browsers will stop applying their default input border style to text boxes if you give them a background image. Instead you get that ugly inset style. From what I can tell ...
9
votes
2answers
229 views

How is this image effect created?

I have looked at this page for some time now. Amazing, really. But I can't tell how the background image effect that happens on scroll works. Have gone through the code found that they are using ...
8
votes
4answers
380 views

Why would the background-image property cause a warning in Chrome?

I'm using jQuery's .css() method to set the background image of a div. The HTML in its final state is thus: <div id="front-page-bg" style="background-image: ...
8
votes
3answers
216 views

How can I tell when a CSS background image has loaded? Is an event fired?

I have a sidebar widget that has an image background. Over this is a search input form. I don't want the input to show before the image has loaded. Is there a way to attach an load event handler to ...
7
votes
1answer
117 views

HTML 5 File load image as background-image

is it possible to load an image via the HTML 5 File API and make it a css background-image using javascript / jquery? If it's possible, how is it done?
7
votes
4answers
3k views

Symfony2 - Assetic - load images in CSS

I have a CoreBundle that contains main css files and images. Now I have a problem when i load an image from css; the image isn't shown. background-image:url(../images/file.png) (With a full path ...
7
votes
3answers
2k views

Can a background image be set on a Winforms TextBox?

Is it possible to change the background image of a Windows Forms TextBox in C#? There is no BackgroundImage property. Should I override the Paint method somehow?
6
votes
1answer
91 views

1px by 1px gif on YouTube navigation menu

Why does YouTube use a 1px by 1px transparent image for the icons on their navigation menu? They then set the final icon as the background image of the 1px image using css. Why do they use that ...
6
votes
3answers
611 views

background-image is not displayed in iphone

I don't know why the 'background-image' I set works fine in all browsers but it doesn't in Iphone's safari browser (wich is the one I need), This is the relevant style for the question ...
6
votes
2answers
1k views

colorWithPatternImage Vs. UIImageView

Which is better to use if I simply want a background image for a UIView? I can accomplish this with either method, but which is more efficient? My hunch is that using a UIView with ...
6
votes
3answers
94 views

CSS: Is it possible to use only a set part of an image as a background filler?

I have background image for a site header with fixed width. Now I am trying to convert it to a stretching layout. Is it possible (in CSS2) to take 1px wide portion from the middle of that header ...
5
votes
3answers
62 views

how can I align to middle by height

I want to create image box(with image). It's ugly when text is in the top of box. How can I align text to middle? I tried to use vertical-align, but it seems, that it don't works Demo of my code ...
5
votes
6answers
321 views

Whats a good way to show large background images on css

I asked a question about this that was specific to my code and people were really helpful, so I picked the answer that was more susccessful, even though I did not solve my problem. I am trying to ...
5
votes
3answers
52 views

How to make sure the users see the new logo?

We redid the logo for our website, and I want to ensure that users see the new image when they come to our page. The logo is a background-image for a div. How do I ensure that the css is refreshed ...
5
votes
1answer
287 views

Does IE(7?) distort backgrounds from sprites?

I am pulling my hair out on this one. We're just about done with the development of an overhaul to our site. As a last step, we're trying to wrap up all the glyphs and icons into a sprite. They're ...
5
votes
1answer
2k views

Fill SVG path element with a background-image

Is it possible to set a backgound-image for a svg path element? For instance, if I set the element's class to wall, the css style .wall {fill: red;} works, but .wall{background-image: url(wall.jpg)} ...
5
votes
4answers
600 views

CSS and different size of monitor?

I am doing a website (WIP). I encountered some CSS problems, hope you guys can help me. My current situation: I have am image, lets called it "bg.png" with the width about 2500px, and at the center ...
5
votes
4answers
5k views

CSS: background image does not fill when scrolling

working on a very small site which loads in one go, so there is a div which holds all the background images, and on top of that (i.e. higher z-index) there is a content div which holds everything. I ...
5
votes
8answers
10k views

IE6 background-position(?) issue

I apply to stackoverflow as my last resort. I got this ie6 bug while using the image at the background of the link. It seems that ie6 scrolls the background. How can I avoid it? At some width it ...
5
votes
8answers
34k views

How do I stretch a background image to cover the entire HTML element?

I'm trying to get a background image of a HTML element (body, div, etc.) to stretch its entire width and height. Not having much luck. Is it even possible or do I have to do it some other way besides ...
4
votes
3answers
185 views

A way to create random-noise background image (png) with javascript?

The new layout of YouTube added a background random-noise which I like very much, having seen almost exactely the same effect on other sites, so I plan to use the same technique in my webpage ...
4
votes
1answer
66 views

How to apply an active state to a CSS sprite?

I have created a css sprite of flags to use as image links to that country's version of the website I am working on. The problem is that before, individual flag images were used and an active class ...
4
votes
1answer
73 views

CSS3 background-size - can I guarantee coverage?

I have a website that uses an image as its background over the entire page. In order to do this, I am using the new CSS3 spec "background-size", which is set to "cover". background-image: ...
4
votes
5answers
171 views

remove background-image from style

How can i remove background-image from element style. I don't want to set it to none or 0. I want to remove it completely. it's conflicting with moz-linear-gradient which is defined in another class. ...
4
votes
1answer
136 views

Using jQuery bgImageTransition to create continuous fadeshow

Having a hell of a time using http://plugins.jquery.com/project/bgImageTransition to create a slideshow of crossfaded images using div background urls. The reason I'm using background images is that ...
4
votes
2answers
375 views

Restart animated GIF as background-image

Is it possible to restart an animated GIF used as background-image? Consider this HTML: <div id="face"> <div id="eyes"></eyes> </div> And this style: #eyes.blink { ...
4
votes
5answers
147 views

Background image doesn't repeat when browser window is smaller than content?

I have a header-container with a background image, like so: #header-container { background:url(../img/bg.jpg) repeat-x 0 0px; margin:0px auto; width:100%; text-align:center; } When my browser is in ...
4
votes
5answers
153 views

How to Keep CSS Background Image on top of all divs(breadcrumb arrows)?

I have built a small breadcrumbs example cloning some functionality from Google's design. I have been looking to get the arrows to display on top of each-other so there isn't any white space. I have ...
4
votes
4answers
169 views

Different CSS background-image depending on month and year

Basically, I have a div with text in it, and I want the background to display a different image depending on what month and year it is. How can I achieve this? Any help would be greatly appriciated! ...
4
votes
1answer
339 views

jQuery get css hover values

On page ready I want to run a function that will get the css background-image setting and also the hover background-image setting which I wish to then utilize in another fashion. The only method I ...
4
votes
4answers
536 views

How do I delay html text from appearing until background image sprite is loaded?

Here's some sample code that I want to control using jQuery (white button bg on black page bg): <ul class="buttons"> <li class="button-displays"><a ...
4
votes
4answers
6k views

CSS background image rendering differently on iPhone

We have a page design that works great in every PC browser that I have tried, but goes strange when viewed with an iPhone or iPod Touch. The problem is something to do with a centred background image ...
4
votes
2answers
2k views

How to keep background image on bottom left even scrolling

I was wondering if there is a way to keep my background image on bottom left all the time even if the user scroll the browser. My current css can make the image in the bottom of the browser when the ...
4
votes
5answers
895 views

Fade between looped background images using jQuery

I'm trying to get the background image of a legacy div (by which I mean it already has a background image, which I cannot control & thus have to initially over-write) to smoothly fade between new ...
4
votes
7answers
7k views

How to stretch a header across a web page background with CSS

http://www.stumbleupon.com/ http://www.mixx.com/ Both of these websites have a background header stretched across the page while the content is centered and is covering like say 80% of the width, ...
4
votes
3answers
12k views

iPhone UITableView PlainStyle with custom background image - done “entirely” in code

I have been all over the place, seems the UITableView with a static background issue is well documented, but no one with a straight forward solution? Im building my TableViews entirely in code, like ...
4
votes
5answers
666 views

Is there an ideal size for background images?

For example, would a 1x1 image load faster than a 2x2? The size would be smaller, but the browser would have to work twice as much, right? So, is there an ideal size and shape (square vs rectangle) ...
3
votes
2answers
55 views

javascript to change font colour based on whether the image is more white or more black

Basically I have a website with a rotating background image and need to determine if the text on top of it should be white or black for the best contrast and readability. Can this be done using ...
3
votes
1answer
74 views

How can I set fixed position Background image in jquery mobile for iPhone app using Phonegap

I am doing a iPhone app using Phonegap & also using jquery mobile. I want to set background image for data-role=page div. In this height of page is equal to screen & hence background is set to ...
3
votes
3answers
44 views

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 it possible?
3
votes
2answers
78 views

Need to change an image href rollover effect into a td onclick

I am not an experienced javascript, css coder so I would appreciate as much help as possible. I've read some other posts for more understanding; they mentioned jquery but I'm not sure how to go about ...
3
votes
3answers
48 views

Troubleshooting CSS background-image

I'm new to stack overflow, but I've been working with CSS for about a year and a half now. I can't seem to get the background property to work at all for my div class="content". Ultimately I just ...

1 2 3 4 5 14