You said:
> I am wanting an image to appear to the right of the first
> two links, but not the third (or last).

> ul.sitemap li a{
> padding:0 1.5em 0 .5em;
> background:url(/footer_dots.gif) right no-repeat;
> }
>
> ul.sitemap li.last a{
> padding:0 1.5em 0 .5em;
>
> }

Add this:

ul.sitemap li.last a{
background-image: none;
}

Larry
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to