hi everyone,

i was wondering if there is a way to apply a border to all list items and
then remove it for just one without putting a class on each <li> except for
the last one.

i have it set up like this:

<ul id="footer">
        <li><a href=""></a></li>
        <li><a href=""> </a></li>
        <li><a href=""></a></li>
        <li><a href=""></a></li>
        <li><a href=""></a></li>
    </ul>

the css looks like this

#footer li {
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid gray;
}

i've tried adding an id to the last item and applying border: 0; but it
doesn't work for me. any  help would be fantastic!
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to