Mmmm i think the problem is that only through triggering the genericNav function (by clicking and thereby generating a objectid) certain combinations of li and ul are generated, so i don't think it's possible just with CSS.
I have to find a way to pass on all objectids that are attached in the nav, then it works, so i still need to customize the genericNav... I think... On Dec 1, 3:44 pm, Marco van den Oever <[EMAIL PROTECTED]> wrote: > Ahh yes of course :) Thanks, will go and try. > > On Dec 1, 3:04 pm, "Tomek Kott" <[EMAIL PROTECTED]> wrote: > > > Marco, the reason those aren't expanded to begin with is css. I'm pretty > > sure that if you look at the plain html you will see that it is a series of > > <ul> and <li><ul> etc. Hence, perhaps what you need to do is figure out how > > to get the classes for the css to make sense. > > > On Sun, Nov 30, 2008 at 8:06 PM, Marco van den Oever < > > > [EMAIL PROTECTED]> wrote: > > > > Ok thanks, will check that out, hope luck is enough... > > > > On Dec 1, 1:47 am, "Blair McKenzie" <[EMAIL PROTECTED]> wrote: > > > > Have a look at the functions in tree.cfc in core (probably in the farcry > > > > package). There are various functions in there for retrieving items in > > > the > > > > tree, and you can put attributes on the genericNav tag to specify which > > > to > > > > use and with what parameters. Unfortunately that's as much as I know > > > about > > > > it. Good luck :) > > > > > Blair > > > > > On Mon, Dec 1, 2008 at 11:35 AM, Marco van den Oever < > > > > > [EMAIL PROTECTED]> wrote: > > > > > > For my nav menu at the top i already use depth="2" and yes that gives > > > > > me a depth of 2 when i roll over the nav item that has 2 levels. > > > > > > But i want all nav items as default being expanded, so without roll > > > > > over expand as far they can. > > > > > > On Dec 1, 1:21 am, "Blair McKenzie" <[EMAIL PROTECTED]> wrote: > > > > > > Sean is right. Increasing the depth attribute should give you the > > > result > > > > > you > > > > > > need. > > > > > > > Blair > > > > > > > On Sat, Nov 29, 2008 at 4:30 AM, Marco van den Oever < > > > > > > > [EMAIL PROTECTED]> wrote: > > > > > > > > "Both use genericNav, but for the one right i want it to be > > > expanded > > > > > > > as > > > > > > > default, and i mean all levels." > > > > > > > > Here i mean all navigation levels of all items to be expanded, not > > > > > > > just when you click on a nav item, but as default show all > > > > > > > expanded > > > > > > > nav items so it becomes a sort of expanded sitemap. > > > > > > > > On Nov 28, 1:43 pm, Sean Coyne <[EMAIL PROTECTED]> wrote: > > > > > > > > its the depth attribute. > > > > > > > > > On Nov 26, 4:31 pm, Marco van den Oever < > > > [EMAIL PROTECTED]> > > > > > > > > wrote: > > > > > > > > > > I have a menu by genericNav at top, also a menu at the right > > > side > > > > > > > > > without using any css for it. > > > > > > > > > Both use genericNav, but for the one right i want it to be > > > expanded > > > > > as > > > > > > > > > default, and i mean all levels. > > > > > > > > > > That way i can use it as a side map, i already checked the > > > > > > > > > genericNav.cfm for attributes to set etc, can't find it yet, > > > > > > > > > so > > > if > > > > > you > > > > > > > > > have a tip that will be greatly appreciated! > > > > > > > > > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
