Tagged Questions

56
votes
10answers
105k views

Can I have multiple background images using CSS?

Duplicate of: Layering images in CSS - possible to put 2 images in same element? Is it possible to have two background images? For instance, I'd like to have one image repeat across the top ...
51
votes
11answers
38k views

Convert an image to grayscale in HTML/CSS

Is there a simple way to display a color bitmap in grayscale with just HTML/CSS? It doesn't need to be IE-compatible (and I imagine it won't be) -- if it works in FF3 and/or Sf3, that's good enough ...
49
votes
8answers
32k views

Replacing h1 text with a logo image…best method for SEO?

It seems like there are a few different techniques out there, so I was hoping to get a "definitive" answer on this... On a website, it's common practice to create a logo that links to the homepage. I ...
14
votes
6answers
12k views

CSS background-image - What is the correct usage?

What is the correct usage of the CSS background-image property? The key things I am trying to understand is Does it need to be in quotes i.e.: background-image: url('images/slides/background.jpg'); ...
14
votes
4answers
15k views

How to preserve aspect ratio when scaling image using one (CSS) dimension in IE6?

Here's the problem. I have an image: <img alt="alttext" src="filename.jpg"/> Note no height or width specified. On certain pages I want to only show a thumbnail. I can't alter the html, so I ...
12
votes
4answers
1k views

What are the advantages of using an imageless button?

The discussion on this answer to the question "How can I use Google's new imageless button?" Has prompted this question. Google seems to think that going imageless is good for some reason, but from ...
11
votes
8answers
15k views

Layering images in CSS - possible to put 2 images in same element?

Supposing I'm setting a background image for a web page in CSS like this: body { font-size: 62.5%; /* Resets 1em to 10px */ font-family: Verdana, Arial, Sans-Serif; background-color: #9D5922; ...
11
votes
9answers
7k views

Firefox blurs an image when scaled through css or inline style

When I visually scale an image, firefox 3 blurs it. Firefox 2 and other browsers don't, which is the behavior I expect. This is especially lame for creating a webbased game using png or gif sprites. ...
10
votes
7answers
11k views

CSS: Getting image to stretch a div

How can i get an image to stretch the height of a div class? Currently it looks like this: But i would like the div to be stretched so the image fits properly. I do not want to resize the image. ...
9
votes
6answers
432 views

Techniques for smoother image animation with JS/CSS

I am using the following code to glide an image across the top layer of a webpage but its a little jittery, giving streaky vertical lines down the image especially when over content with many nested ...
9
votes
4answers
1k views

jQuery: new image added to DOM always has width 0 after loaded

I need to obtain the dimensions of an image, using a dynamically created image tag. It works. But ONLY using attr('width') and ONLY if I do NOT add the image to the DOM. Otherwise, dimensions returned ...
9
votes
2answers
364 views

How does TheSixyOne.com proportionally stretch the image to full page?

I love the new http://thesixtyone.com design. I am wondering how do they proportionally stretch the image to fit the whole background? Are they using CSS/Javascript or other tricks?
9
votes
3answers
5k views

adjust list style image position

is there a way to adjust the position of list-style-image ? when i use padding for list items the image will stay at its position and wont move with padding...
8
votes
2answers
102 views

What browsers download hidden images

<style type="text/css"> .hidden-image-container { display: none; } </style> <div class="hidden-image-container"> <img src="lulcats.png" /> </div> I'm ...
8
votes
3answers
190 views

How do I make an image start at the bottom of it's container?

I have a tall image inside a short container with overflow: hidden;. The bottom of the image is cut off. How do I make the top get cut off instead of the bottom?
8
votes
6answers
146 views

Why not sprite larger images that are page content?

The typical rule of thumb when it comes to using CSS sprites for images is that you should only do it for smaller images (like icons) and that actual image content should always be represented through ...
8
votes
3answers
221 views

CSS Gradients… opinions?

I've been designing website for a long time just using images for gradients, for small gradients this seems to work fine and not add much loading time, but right now with so much fragmentation with ...
8
votes
5answers
4k views

How to replicate PS multiply layer mode

Does anybody know of a good way to replicate Photoshop's multiply layer mode using either an image or CSS? I'm working on a project that has thumbnails that get a color overlay when you hover over ...
8
votes
9answers
3k views

Should image size be defined in the img tag height/width attributes or in CSS?

Is it better coding practice to define an images size in the img tag's width and height attributes? <img src="images/academia_vs_business.png" width="740" height="382" alt="" /> Or in the CSS ...
8
votes
1answer
323 views

How can you make images resized with css look good in IE?

IE6 and IE7 don't scale images nicely in web pages when the images are scaled with css width/height or attribute width/height. I am not sure which algorithm it uses by default, but it's not good. ...
8
votes
4answers
10k views

How can I display just a portion of an image in HTML/CSS?

Let's say I want a way to display just the the center 50x50px of an image that's 250x250px in HTML. How can I do that. Also, is there a way to do this for css:url() references? I'm aware of clip in ...
7
votes
3answers
197 views

Are there limits to how tall/wide CSS Sprite-maps can be?

Let me start off by stating that I realize the arguments against doing CSS Sprites for large images. I even asked a question about why that could be considered a bad idea (and added an answer of my ...
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
2answers
173 views

Is there any way to hover over one element and effect a different element?

I want it to be as simple as this, but I know it isn't: img{ opacity:0.4; filter:alpha(opacity=40); } img:hover{ #thisElement{ opacity:0.3; filter:alpha(opacity=30); } opacity:1; ...
7
votes
5answers
2k views

How to silently hide “Image not found” icon when src source image is not found

Do you know how to hide the classic “Image not found” icon from a rendered HTML page when an image file is not found? Is it feasible with JavaScript\jQuery\CSS?
7
votes
3answers
3k views

Drop shadow for PNG image in CSS

HI, i have png image, that has free form (non square). I need to apply drop-shadow effect to this image. The standard approach ... -o-box-shadow: 12px 12px 29px #555; -icab-box-shadow: 12px ...
7
votes
4answers
310 views

What's the idea behind image sprites, how to approach it?

How do you approach the use of image sprites in css? Should I take all the images in my website and combine them to one image sprite? Is it really that beneficial? How hard is it to maintain those ...
7
votes
3answers
877 views

find unused images, css rules, js script blocks

We have a fairly large asp.net website. The images, css and javascripts are property organized in the website project but as we are changing the look and feel of the website, I would like to know if ...
7
votes
3answers
5k views

How do you vertically align images within a list or a div?

I have the following code for showing some images: HTML: <div class="footer-logos"> <ul> <li><img src="/sites/default/files/imagefield_thumbs/All Ears ...
7
votes
4answers
2k views

jQuery: Easiest way to wrap an image tag with an A anchor tag

This is a simplified version of my problem. I have two buttons, and one image. The image code is something like this <img class="onoff" src="image.jpg"> When I press button one I want the ...
7
votes
4answers
1k views

download webpage and dependencies, including css images

often I need to download a webpage and then edit it offline. I have tried a few tools and the main feature they lack is downloading images referenced in the CSS files. Is there a tool (for Linux) ...
6
votes
2answers
76 views

Why are my images not found on my web server?

I have a weird issue on my site. When I want to access the images in folders they don't show up. I've tried everything but I don't understand. My CSS is also not working because my text is not ...
6
votes
6answers
268 views

Background instead of inline images for mobile optimization with media queries?

Ive mobile optimised my site with media queries. Everything looks how I would like it to but unnecessary images (as they're hidden with css) are being downloaded, slowing page loading times. The ...
6
votes
2answers
2k views

how do i use image sprites in GWT?

I was trying to use a tiled image in an image resource, and i was refering to the GWT tutorial for it... one section says you need to use sprites: ...
6
votes
5answers
5k views

Disable dragging an image from an HTML page

I need to put an image in my page. I want to disable dragging of that image. I am trying lot of things but no help. Can somebody help me out ? I don't want to keep that image as a background-image ...
6
votes
5answers
4k views

Vertically and Horizontally Center Image inside a Div, if you don't know Image's Size?

If I have a fixed sized container div, and an unknown sized image, how do I horizontally and vertically center it? using pure css using JQuery if css can't do it This answer makes sense for fixed ...
6
votes
4answers
237 views

What to do with a big image that's slowing website loading down significantly

I'm working on a website that's already been designed by someone else. The designer has used a big image (900x700 100KB) which contains a big logo right across the top, then the background for two ...
6
votes
4answers
386 views

Will an image load if it has its CSS set so that visibility is hidden?

Will an image load if it has its CSS set so that visibility is hidden?
6
votes
6answers
7k views

Handling URLs inside a CSS in CakePHP

I am designing a website using CSS Files a lot, but I have several occurrences of background images, images for bullets in lists and I will probably find another need for the css url() function. But, ...
5
votes
1answer
32 views

Does IE modify the colors of my images?

I am very disappointed that my 3 hour template design is not cross-browser compatible. Why is this? well, because my header background color is not displaying correctly in IE: I thought at first that ...
5
votes
5answers
224 views

enlarge image and move it with the pointer on mouse over

Sorry if this might seem trivial for me to ask but.. I have some images and I need them to enlarge when I hover my mouse over them. But.. I want for the enlarged image to stick next to the pointer as ...
5
votes
1answer
91 views

How can I make an image size depend on its position?

How would i make an image nested in a div to set its size depending on the div class. making an image smaller depending where it is in the page. For example: <div class="a"> <img ...
5
votes
1answer
280 views

Image src path with jQuery

This code gives something like ../movies/1.png, the exact src attribute: $("img").attr("src"); How do I get absolute path of an image with jQuery? I want to get something like ...
5
votes
3answers
103 views

Need Studies, Proof or Research That Show Image Copy Protection Is Not Worth It

I am trying to convince someone that image copy protection such as watermarks, javascript no right clicks, blank image overlays etc is not worth the effort since they are easily bypassed by even ...
5
votes
2answers
214 views

Serving css images with PHP from outside public folder

I have a css file that links to images. .test{ background: url(http://site.com/dynamic/test.jpg) no-repeat; } These images however are dynamic. They change by the minute so I have to generate ...
5
votes
3answers
393 views

Keep images from zooming with browser

I have a single image with buttons aligned vertically. I then am using css that specifies "background-position" to show the correct button based on the class of the button. The issue I am having, is ...
5
votes
7answers
243 views

Is setting image dimensions with CSS as “good” as setting them in HTML?

When I was first learning HTML a very long time ago, I was told that it was important to always set the dimensions of your images in your HTML, so that browsers could draw an empty box where the image ...
5
votes
2answers
494 views

jQuery image hover effect

I'm trying to achieve this effect with jQuery. I wrote some of the code, but it's buggy (move to the bottom-right corder and you'll see). check it out Basically, if there's an already-built jQuery ...
5
votes
2answers
557 views

Background image resizing to fit

I'm trying to make the background image as professional as possible so I'm thinking it's best to resize it based on the size of the browser or the resolution (not sure what's usually used, but I think ...
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)} ...

1 2 3 4 5 22