nate22
-
UL menu: add | between links but not at ends?
Good thinking, Hopimpa... but, then, will I have the same problem on lines 2 and 3 on the left side rather than the right side? It seems like this new code would just move the | to the left side at the beginning of new lines (except for the first li…
-
UL menu: add | between links but not at ends?
Thanks, Hompimpa, but that doesn't work because each link is within a separate LI. So the last-child of the LI is also the first. IE: < UL> < LI >< a >link< /a >< /LI > < LI >< a >link< /a ><…
-
UL menu: add | between links but not at ends?
have I frightened you away with my sloppy code?
-
UL menu: add | between links but not at ends?
EDIT: can NOT be done reliably in a autonav because with the variable widths of the navigation (driven by the anchor text length), the last item could be the end of row one or it maybe at the start of row two, etc.
-
UL menu: add | between links but not at ends?
It's not "last," but it might be "last-of-type" (I'm not sure what that is). The actual UL goes to multiple lines because it is auto-generated. Is there a way to target the end of each line, not just the last element o…