Tagged Questions
2
votes
5answers
2k views
Fluid Images: How to set width and height?
I'm trying to build a fluid layout, for which I am styling big images with:
.fluid_img {
height: auto;
width: auto;
max-width: 100%;
}
This works fine, the problem is that I can no longer use ...
0
votes
0answers
153 views
A list of the most commonly used web site images [closed]
I am planning to use CSS sprites for a social-network web site. In order to produce an unique but mostly a "pre-organized" image that contains all small images used in that website, I would like to ...