Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Link menu with right border Re: Link menu with right border

#74070
noahgelman
Participant

Create a class with no border, and attach it to the last list item.

Code:
.last { border: none;}