View Single Post
04-07-2010, 09:53 PM
#5
t0m is offline t0m
Status: Request a custom title
Join date: Jan 2005
Location: West Sussex, England
Expertise:
Software:
 
Posts: 2,829
iTrader: 21 / 100%
 

t0m is on a distinguished road

  Old

I wouldn't hide the navigation with any css, use jQuery to do the whole lot.

Basics...
$('ul#navigation li ul').hide();
$('class/id of sub nav to show here').show();

Ideally you would want to filter the hide(); function.

Reply With Quote