Re: [css-d] Simple Floats on Multiple Rows Getting "Stuck"

2013-06-04 Thread william drescher
On 5/30/2013 3:02 PM, Christopher Akins wrote: I'm almost embarrassed to admit I don't know why this is happening since I've worked with CSS for a number of years now. I don't claim to be a CSS master, though! :-) On this page: www.springfieldmo.gov/logos/ I have several floated items that

[css-d] background image of entire tag change on hover... not the tags under it?

2013-06-04 Thread lobo
Hi everyone, I am trying to solve a css puzzle and thought I'd see if I could find help. I am building a navigation that is composed of three elements, each with a background image. I would like for the background image to change when the user hovers over anywhere within the element, and

[css-d] limitations to sprites?

2013-06-04 Thread COM
If the benefit to using sprites is to whack http request/times, is there a limit to how big the sprites documents are? these are best used for small graphics and not the sites' main images, correct? if used for small icons, etc, perhaps the limit in size is in sheer numbers of little icons and

Re: [css-d] limitations to sprites?

2013-06-04 Thread Philippe Wittenbergh
Le 5 juin 2013 à 08:22, COM a écrit : > If the benefit to using sprites is to whack http request/times, is there a > limit to how big the sprites documents are? > > these are best used for small graphics and not the sites' main images, > correct? > > if used for small icons, etc, perhaps the