I ended up hard coding the left hand navigation column to get the effect you're describing. Have a look at:
www.lavenderlifestyles.co.uk
if this is similar to what you want, I created a customvar called navcoltext which takes the html from a text file. the primary template is amended to use the navcoltext down the left hand side of the page. As long as the top sections have the property navcoltext defined, all the subsections inherit it.
The downside is that everytime you add a new subsection, the navcoltext for the top section has to be amended. Since it causes all sorts of confusion to chop and change the sections too much anyway, this isn't a huge problem.
www.lavenderlifestyles.co.uk
if this is similar to what you want, I created a customvar called navcoltext which takes the html from a text file. the primary template is amended to use the navcoltext down the left hand side of the page. As long as the top sections have the property navcoltext defined, all the subsections inherit it.
The downside is that everytime you add a new subsection, the navcoltext for the top section has to be amended. Since it causes all sorts of confusion to chop and change the sections too much anyway, this isn't a huge problem.
Comment