paulcobb
Member
Posts: 11
Registered: 11/7/2006
Member Is Offline
|
| posted on 8/13/2008 at 02:17 PM |
|
|
Border customisation
Is it possible to have the border on a vertical menu as just horizontal lines between the menu items, rather than boxes surrounding the whole item?
I can't see where you can alter the border paramaters?
|
|
|
tigra
Administrator
Posts: 1984
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 8/13/2008 at 02:59 PM |
|
|
You can assign the left/right border in CSS properties of the outer tag. Borders in the samples are creating by showing the table's background color
via the gaps created by cellspacing of the table. This method creates the border on all sides.
|
|
|