10688 Posts in 2795 Topics by 1518 members
Jump to:If this is your first visit, you will need to register before you can post. However, you can browse all messages below.
| Page: 1 | go to end | Reply | |
| Author | Topic: Different CSS for last link in a menu | 450 views |

21 June 2008 at 3:31am
Say I have 5 links in the main menu, I would like to specify a separate class value for the last link in the list to achieve something like this
Link 1 | link 2 | link 3 | link 4 | link 5
notice the missing "border-right" on link 5...
any help would be greatly appreciated!!
Last edited: 21 June 2008 at 3:32am

21 June 2008 at 3:52am
In your control loop insert the following (after the link):
<% if Last %><% else %> | <% end_if %>
It's basically saying, if your at the last item, don't insert a pipe. If your not on th elast item, do insert a pipe!

21 June 2008 at 3:54am
Awesome, I just stumbled upon FirstLast while looking for nested sub menu solution.
Thanks!
is there a "comprehensive" list of things I can use on a page?

21 June 2008 at 4:02am
| 450 views | |||
| go to top | Reply |