Hello, I am trying my first attempt with the DotNetNuke CSS Menu 3.3. I am happy with the results so far however I would like to see if it is possible to add two features. 1. I would like to display the icon that I associated with the page if possible. 2. I would like to have a line separator between the menu items I have tried adding a border to the css like the following but it gives me more borders then I would like. #nav li {
position: relative;
float:left;
line-height : 1.25em;
width: 12em;
list-style: none;
border: 1px solid #fff; } I think I read in a post the displaying the icon is possible if I have the right version .dll. If so how do I get it? Regards, Chris |