column border

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
david1721
Advanced
Advanced
Posts: 24
Joined: Mon Dec 18, 2006 8:21 pm

column border

Post by david1721 »

Is there a way to have a divider between the columns on a multi column menu like this:

1 | 5 | 9
2 | 6 | 10
3 | 7 | 11
4 | 8 | 12
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

You need to use the offborder property. The border property puts a border around the whole menu, the offborder and onborder properties put borders around each item. You could also code border in css and call it as a class i.e offclass='classname'; onclass='classname' That is doing the equivalent of off and on border in the menu but you can do more fine tuning since with a class you can declare top, right, bottom and left borders.

For example, in css you could set up the top and bottom borders the same color as the background and the right and left different colors so that it would look like it only had side borders.

Ruth
Post Reply