On 06/11/2007, BazD <[EMAIL PROTECTED]> wrote:
>
>
> The only thing I cant figure out is how to make it so that the Sub Nav
> 1 and Sub Nav 2 appear only when "Welcome" or  "Sub Nav 1" or "Sub Nav
> 2" are active (but not on roll over)
>
> Any ideas on how can I achieve this ?
>

Well....  Welcome will have the active class associated with it, so what you
could do is :

#nav ul li.active ul {display:block}

and

#nav ul li ul {display:none}

But this complete guess work.... Any chance of a URL to look at?

Stephen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to