I've got a vertical menu sitting in a td with a background colour. Basically what I really want is a seperator to sit after the last menu item, however I expect this isn't possible. Does anyone know how I could achieve a similar effect. I'm notmaking use of a border at all, and don't want to change the appearance of the top or sides, only the bottom.
Do you know css, you could try adding a <style=border-bottom:1px solid#000000> around that text in menu item.</style> Or from your style sheet. Border bottom can be difficult though from my experience. If that doesn't work use a bgimage with a line.
I'm wanting to style my menu differently depending on where we are in the site, so I've just made full use of CSS to solve this and also the inital problem I asked about.
Ta much for the advice. Is a great menu, robust and with all the levels of customisation I need.