Hi John, I was able to remove the border from the left side of the menu but could not remove it from the right side end of the menu. I know my css is wrong. You stated that I would need an id selector but I can't figure out how this gets picked up by the menu.
#TopMenu.LinkLeft { margin-left: 0; border-left: none; } #TopMenu .LinkLeft3 { (This should be an id selector?)margin-left: 0;border-right: none;}
Also, would this same approach apply if I wanted to use images for the seperators instead of borders?
Thanks,
Paul |