Hi, I'm using UI Tabs, and am trying to figure out a way to include plain vanilla HTML links alongside those that activate a tab panel. I don't want them to open a new window, or open a web page within tab - I'm just looking to put a few standard A HREF links in the same UL as my tabs. Is there a way to do this? Any help would be greatly appreciated. My current code is below
<ul class="tabber"> <li class="tabber"><a href="sample.com"><span>link</span></a></li> <li class="tabber"><a href="sample.com"><span>link</span></a></li> <li class="tabber"><a href="#fragment-2"><span>tab</span></a></li> <li class="tabber"><a href="#fragment-3"><span>tab</span></a></li> <li class="tabber"><a href="#fragment-4"><span>tab</span></a></li> <li class="tabber"><a href="#fragment-5"><span>tab</span></a></li> <li class="tabber"><a href="#fragment-6"><span><img style="position:relative; top:7px;" src="/graphics/suche.png" /></ span></a></li> </ul> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---