mission
Member
Posts: 16
Registered: 9/28/2005
Member Is Offline
|
| posted on 10/3/2005 at 02:55 PM |
|
|
Style for Parent links without child objects
May have missed it but can't seem to locate teh style which controls how parent nodes (2nd level below home) can be made bold if they don't have
child nodes so that they match the same style as parent nodes which do have child objects.
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 10/3/2005 at 03:00 PM |
|
|
There is 'fn' key in the item scope settings to force such item to render as node item:
['Empty node', 'link.html',{'fn':1}]
|
|
|
mission
Member
Posts: 16
Registered: 9/28/2005
Member Is Offline
|
| posted on 10/3/2005 at 03:56 PM |
|
|
Not being fully conversant with Javascript, please can you explain to me where and how I add this 'fn' key and also where I need to add the
following code
['Empty node', 'link.html',{'fn':1}]
Thanks
|
|
|
mission
Member
Posts: 16
Registered: 9/28/2005
Member Is Offline
|
| posted on 10/3/2005 at 04:53 PM |
|
|
OK worked out that you have been talking about when the menu is flat file based and we are using a database to feed content to ours so the simple
solution to the problem was to wrap the menu item text in html bold tags
<b>MENU ITEM</b>
Works just fine
|
|
|