Hi,
This is my first Drupal template and I’m just getting acquainted with the terminology so when explaining things it would be great if you could bare that in mind.
I was pleasantly surprised how fast I’ve been able to get a grasp of the Drupal fundamentals; I coded pretty much my whole site in 1 night – not bad for my first attempt. However I got to the menu and it was like hitting a brick wall. I’ve now been searching and reading for 2 days and still not found a way to do what I want so I’m here to ask for help.
I have a pretty unique menu set up that requires all the parent links to be within one div and the child items to be in another div… its pretty hard to explain but I’ll give it a go.
I will be using the following setup for my examples:
Home
-----Staff
-----About Us
-----Contact Details
Forums
-----Enemy Territory: Quake Wars
-----Crysis
-----Warsow
Articles
-----Features
-----Reviews
Inside the following div is where my parent links are, notice the repeat of the link name:
<ul id="ident" class="class">
<li rel="Home"><a href="#">Home</a></li> - The rel text should be repeated from the parent name.
<li rel="Forums"><a href="#">Forums</a></li>
<li rel="Articles"><a href="#">Articles</a></li>
</ul>