> OK, that sounds good.
> What i want is to have 3 drop down lists on my nav bar at the top of the
> page, one for fiction, one for non-fiction and one for kids.    This is
> possible?
You'll probably want to add a new navigation module and then link it in
using a layout module.  In your navigation module, it sounds like what
you want is to output all the departments who share a given parent.  So,
you would want a function that looks something like:

outputChildrenAsDropdown($parentDepartment);

which would use some SQL that has something like:

"WHERE Parent=" . intval($parentDepartment)

in order to dynamically create and print out the department.

Since the intended audience of Freetrade is developers, I'm sure you'll
be fine with the above hints/suggestions.

-jj

-- 
if (shannon - jj) * behrens == webEngineer["CLEAR INK�"]:
    print "<i>imagination is the only real medium(sm)</i><br>"


------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to