Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Is there a way to omit the vertical line after the last item?

0 views
Skip to first unread message

Chuck

unread,
Aug 10, 2004, 9:51:47 AM8/10/04
to
Hi!

Is there a way to omit the vertical line after the last item in this
example?

http://css.maxdesign.com.au/listamatic/horizontal16.htm

Thank you in advance.


Tim

unread,
Aug 11, 2004, 5:11:13 AM8/11/04
to
Chuck wrote:

The easiest/quickest way would probably be to define a class for your
last li element in you HTML
<li><a href="#" class="last">Item five</a></li>
and change your CSS for that element
li a
{border-right: none;}

I didn't test this.


Cheers,
Tim

0 new messages