Anyone know how to make the first level nav not act like a link if there are drop down menu items?
Thanks in advance
First level nav not to act like links? [solved]
First level nav not to act like links? [solved]
Last edited by fatcuban on Fri Oct 22, 2010 10:50 am, edited 1 time in total.
Re: First level nav not to act like links?
Change the "content type" to "section header".
Re: First level nav not to act like links?
Thanks but I tried this... it still acts like a link ie. cursor change on rollover.
Re: First level nav not to act like links?
OK if you just want the cursor not to change you can call it out in CSS, cursor: pointer...
Re: First level nav not to act like links?
Cool thanks very much - one more question though! Do you know why they still link back to the home page even though I have defined them as a section header?
Re: First level nav not to act like links?
Because they are menuparents, so you will have to change your menu template to make them not have the < a href="#"...
Re: First level nav not to act like links?
Superb, thanks for your help Mark
[solved]
[solved]
Re: First level nav not to act like links?
ah the [solved] goes in the subject line of the first post...