I got a navigation on this site, where the normal navigation is left positioned and then there is a few of the navigation links which shall be right positioned with a <ul class="right">.
How do i seperate these links? they are at the same level in the nodetree.
I was thinking having a property on the doc type that says something like Right -> yes and then it positions it on the right, but, not sure how to get it right positioned..
<ul class="right">
Hey
I got a navigation on this site, where the normal navigation is left positioned and then there is a few of the navigation links which shall be right positioned with a <ul class="right">.
How do i seperate these links? they are at the same level in the nodetree.
I was thinking having a property on the doc type that says something like Right -> yes and then it positions it on the right, but, not sure how to get it right positioned..
Any ideas? It might be simple :)
I would add a property indicating the right positioning, and then use someting like the following code:
Hope it helps.
So.. a true/false on the doc type where they can choose true if it shall be right and leave it off if it's just gonna stay on the left.
Then, put that code you made in the template.. I'll give it a try :-)
That's right... good luck, please don't forget to mark the post as the solution to your question in case it works. :-)
Got it working :)... Thanks m8
is working on a reply...