Quick Nav:  Online Store   |   Login | Register

Separator

Rate this topic:

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
AuthorMessages
conjunct
<20 Posts
Posts:19


03/29/2007 8:36 AM  
Hi John,

How do I add a separator in my Menu? Say like "|" between my menu-items. I tried adding a border-right but that looks terrible and isn't correct since it also renders a border on the last menu-item.

Hope you can help. Greets
John Mitchell
Posts:3268


03/29/2007 9:26 AM  
One way is to specify the left and or right link spans with the LinkLeftSpan="True" and or LinkRightSpan="True".
This will produce a span tag to the left or right of the List Item with a css class name consisting of the menuId and the LinkLeft or LinkRight suffix.
So if your child row menu had an ID of ChildTabsLevel1 then you could use the following CSS.

#ChildTabsLevel1LinkLeft {
position:relative;
float:left;
height:100%;
border: 1px ;
padding-right:1px;
padding-left:1px;
background:url("BreadCrumbPipe.gif") no-repeat left bottom;
}

I tested this just now to make sure and I see that I have a bug in the most recent versions that keeps the left and right spans from being produced.
I'll send you a new version of the menu that corrects this.
conjunct
<20 Posts
Posts:19


04/02/2007 1:55 AM  
Thanks John, the new menu is installed so I'll get on it this week. I'll let you know how it turned out.

Greets
Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.



ActiveForums 3.7
Powered by: Snapsis Software