Christopher wrote:
> http://wellstyled.com/css-nopreload-rollovers.html

You only need this...

#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.

See...
<http://www.alistapart.com/articles/sprites/>
...for a more complete description.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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