On Jul 6, 2008, at 5:27 PM, David Laakso wrote:
>
> I may be "out-to-lunch" and totally missing the point?
>
> The second list is an invalid construct.
> --
> http://chelseacreekstudio.com/
>
Just to let ya know where I'm literally coming from sometimes with
this stuff; here is the code involved with generating the output
involved with the <ul> and css in this case. Who know's maybe there
is a mivascript smt code lurker on here. I do have a forum post going
in the miva script community but not some many css pro and purist are
there like here I think.
Enjoy my code.
<ul id="catwrapperul">
<mvt:foreach iterator="tree" array="cattree">
<mvt:if expr="g.Category_Code EQ l.settings:tree:code">
<mvt:if expr="l.settings:tree:parent_id GT 0">
<ul class="cat_ul1">
</mvt:if>
<li class="&mvt:tree:class;">►<a href="/page/&mvta:store:code;/
CTGY/&mvta:tree:code;">&mvt:tree:name;</a>
<mvt:if expr="l.settings:tree:parent_id GT 0">
</ul>
</mvt:if>
<mvt:else>
<mvt:if expr="l.settings:tree:parent_id GT 0">
<ul class="cat_ul1">
</mvt:if>
<li class="&mvt:tree:class;"><a href="/page/&mvta:store:code;/CTGY/
&mvta:tree:code;">&mvt:tree:name;</a>
<mvt:if expr="l.settings:tree:parent_id GT 0">
</ul>
</mvt:if>
</mvt:if>
</mvt:foreach>
</ul>
Thanks,
Barrett
AOL/AIM handmadepaperus
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/