Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:46
column border
Poster: david1721
Dated: Wednesday December 20 2006 - 5:00:30 GMT
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
Poster: Ruth
Dated: Wednesday December 20 2006 - 11:08:03 GMT
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