I think you are referring to CSS sprites:

http://www.google.com/search?hl=en&q=css+sprites&btnG=Google+Search

For example, see:

http://businessweek.com/

Top nav image file:

http://images.businessweek.com/gen/nav/global_nav_20071220.gif


On Thu, Jun 19, 2008 at 8:36 PM, Christopher <[EMAIL PROTECTED]> wrote:

> Hi, I have my <div> called navigation then I have navigation:hover but
> this does not work ? I know I'm missing a step could it be a link cause
> the graphic needs to be one big graphic BUT specific areas on the
> graphic will have links to other pages NOT the whole graphic:
>
> #menu a {
>   background: url("button.gif") 0 0 no-repeat;
>   ...
>   }
> #menu a:hover {
>   background-position: -157px 0;
>   ...
>   }
> #menu a:active {
>   background-position: -314px 0;
>   ...
>   }
>
> ...with all 3 states in one big graphic.
>
>
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to