extra seperator at the bottom

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
duotwr
Beginner
Beginner
Posts: 6
Joined: Fri May 28, 2004 3:17 pm

extra seperator at the bottom

Post by duotwr »

Hi,

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.

Thanks

Keith
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

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.

maz
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Try sticking in the following as your last aI statement. Works for me on a horizontal...

Code: Select all

aI("text=;");
John
duotwr
Beginner
Beginner
Posts: 6
Joined: Fri May 28, 2004 3:17 pm

Post by duotwr »

Got it sorted

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.

KWR
Post Reply