Hi there
I'm developing website and for navigation I'd like to use slide in and
out accordion like navigation. for each link there will be sublinks.
My problem with this is that when i clock on link from the main menu
it will populate the page  inside the widged instead of loading the
page. If there is a sub link in the menu which points to page it works
fine.

I'm guessing it has something to do with the sintaxis of the main
navigation links:

<div id="tabvanilla" class="widget">
      <ul class="tabnav">
          <li class="firm"><a href="#aboutButton">The Firm</a></
li>
          <li class="service"><a href="#servicesButton">Our Services</
a></li>
          <li class="lawyer"><a href="#otherButton">Our Lawyers</a></
li>
          <li class="contact"><a href="#contactButton">Contact Us</a></
li>
      </ul>
...

Since Services.htm page ha got subnavigation it works fine when i clik
it opens the acordian and i can click the sublink and go to it's page.
but when i wan to go to Contact.htm where there is no sub links
nothing happens or if I change the like like this

<li class="contact"><a href="contact.html">Contact Us</a></li>

it will populate the page inside the widget...

i could have done the whole navigation in css drop down menus but i
really want the slide in and out effect.

Thanks in advance

Mary

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" 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/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to