[css-d] css sprites

2011-08-15 Thread Tindle, Terri
Hello all. Css sprites mystify me. I feel like I understand them in theory but still am not able to get them to work. Here's the link I'm working with: http://ago.mo.gov/index3.php I am trying to add a new button below Consumer Complaints but I'm not sure what to put for the y value. The

Re: [css-d] css sprites

2011-08-15 Thread Tom Livingston
On Mon, Aug 15, 2011 at 9:06 AM, Tindle, Terri terri.tin...@ago.mo.gov wrote: Hello all. Css sprites mystify me.  I feel like I understand them in theory but still am not able to get them to work.  Here's the link I'm working with: http://ago.mo.gov/index3.php I am trying to add a new

Re: [css-d] css sprites

2011-08-15 Thread Tom Livingston
On Mon, Aug 15, 2011 at 9:06 AM, Tindle, Terri terri.tin...@ago.mo.gov wrote: Hello all. Css sprites mystify me.  I feel like I understand them in theory but still am not able to get them to work.  Here's the link I'm working with: http://ago.mo.gov/index3.php I am trying to add a new

Re: [css-d] css sprites

2011-08-15 Thread Tindle, Terri
Message- From: Tom Livingston [mailto:tom...@gmail.com] Sent: Monday, August 15, 2011 9:36 AM To: Tindle, Terri Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] css sprites On Mon, Aug 15, 2011 at 9:06 AM, Tindle, Terri terri.tin...@ago.mo.gov wrote: Hello all. Css sprites mystify me.  I

Re: [css-d] css sprites

2011-08-15 Thread Tindle, Terri
, August 15, 2011 9:45 AM To: css-d@lists.css-discuss.org Subject: RE: [css-d] css sprites It finally clicked for me. Thanks. The last piece of the puzzle is getting the div to stop right below the Check A Charity button instead of showing part of the next button. I played around with the margin

[css-d] CSS sprites/matrix and 2nd level nav menu

2011-02-10 Thread Peter Ankelein
Hi All, I've been looking into how to create an image-based CSS nav menu with 2 levels for the current site I'm building. This led me to Veerle's old 2 level horizontal navigation in CSS with images demo...

Re: [css-d] CSS Sprites, Image Replacement, or Just Images?

2010-04-13 Thread David Dorward
On 12 April 2010 20:38, Chris Akins tipper...@gmail.com wrote: http://www.springfieldmo.gov/strategicplan/images/concept.jpg The 3 headings that are listen create and embark are image based.  I had originally thought of using one image and a CSS sprite approach to show the part for each

Re: [css-d] CSS Sprites, Image Replacement, or Just Images?

2010-04-13 Thread tedd
At 2:38 PM -0500 4/12/10, Chris Akins wrote: Hello all - Just looking for some expert advice for how to approach one part of a new project. The following jpg comp is all that exists yet, as I'm just now building out the site and would like to know how to proceed on the 3 main headings/choice

[css-d] CSS Sprites, Image Replacement, or Just Images?

2010-04-12 Thread Chris Akins
Hello all - Just looking for some expert advice for how to approach one part of a new project. The following jpg comp is all that exists yet, as I'm just now building out the site and would like to know how to proceed on the 3 main headings/choice options on the page.

Re: [css-d] CSS Sprites, Image Replacement, or Just Images?

2010-04-12 Thread Thierry Koblentz
Just looking for some expert advice for how to approach one part of a new project. The following jpg comp is all that exists yet, as I'm just now building out the site and would like to know how to proceed on the 3 main headings/choice options on the page.

[css-d] CSS Sprites and Image Replacement Technique

2007-10-16 Thread Thierry Koblentz
This is a variation of the technique to minimise HTTP requests: http://www.tjkdesign.com/articles/how-to_use_sprites_with_my_image_replaceme nt_technique.asp -- Regards, Thierry | http://www.TJKDesign.com __ css-discuss

[css-d] CSS sprites / Tabs

2007-06-11 Thread cssd
What's the most efficient way of doing image based tabs? First thing that comes to my mind are CSS sprites: http://alistapart.com/articles/sprites However, there are two approaches and I am not sure which one is best: 1. using one image for all the tab states 2. using one image per tab that

Re: [css-d] CSS sprites / Tabs

2007-06-11 Thread jeffrey morin
On 6/11/07, cssd [EMAIL PROTECTED] wrote: What's the most efficient way of doing image based tabs? First thing that comes to my mind are CSS sprites: http://alistapart.com/articles/sprites However, there are two approaches and I am not sure which one is best: 1. using one image for all

Re: [css-d] CSS sprites / Tabs

2007-06-11 Thread James Leslie
What's the most efficient way of doing image based tabs? First thing that comes to my mind are CSS sprites: http://alistapart.com/articles/sprites However, there are two approaches and I am not sure which one is best: 1. using one image for all the tab states 2. using one image per

Re: [css-d] CSS sprites / Tabs

2007-06-11 Thread David Hucklesby
On Mon, 11 Jun 2007 16:19:12 +0200, cssd wrote: What's the most efficient way of doing image based tabs? First thing that comes to my mind are CSS sprites: http://alistapart.com/articles/sprites However, there are two approaches and I am not sure which one is best: 1. using one image for

[css-d] css sprites failure in IE

2006-04-28 Thread Christine Rainer
Hi all, in IE the list apart method of image sprites (1) works nicely in the top menu on my site, but not in the sidebar where the buttons are placed in a ul. They keep getting some right-side extra pixels in hover state, and I can't figure out why. The site:

Re: [css-d] CSS Sprites: Image Slicing

2005-08-08 Thread Martin Heiden
Hi! #contact a:hover {background: url('.../i/lk_menubar.jpg') no-repeat I would bet that you don't need so many dots. Maybe: ../i/lk_menubar.jpg? regards, Martin __ css-discuss [EMAIL PROTECTED]