Margie, I agree the current metod for adding new tabs in Pinax is kind of cumbersome.
I also think ther is no need for javascript for that kind of simle stuff (i.e. This would be an overkill http://blog.evaria.com/wp-content/themes/blogvaria/jquery/index-multi.php) Perhaps you may want to search for more 'css menu' examples, I think you can getaway with just using two classes 'selected' and 'normal' Like this guys do: http://www.3point7designs.com/blog/2007/12/22/advanced-css-menu-trick/ http://www.3point7designs.com/keyword-optimization/michigan-seo.html > <ul id="main_nav"> > <li><a href="../index.html" accesskey="3" id="home" class="active" > title="Home Page">Home Page</a></li> > <li><a href="../about-us.html" accesskey="4" id="about" title="About 3.7 > Designs">About Us</a></li> > <li><a href="../web-design.html" accesskey="5" id="webdesign" title="Web > Design and Development">Web Design</a></li> > <li><a href="../graphic-design.html" accesskey="6" title="Graphic Design > and Marketing" id="graphicdesign">Graphic Designs</a></li> > <li><a href="michigan-seo.html" accesskey="7" title="Search Engine > Optimization and Marketing" class="active" id="seo">Search Engine > Optimization SEO</a></li> > <li><a href="../ann-arbor-marketing.html" accesskey="8" id="contact" > title="Contact Us">Contact Us</a></li> > </ul> <!-- end main_nav --> > Ariel. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---