Hi,
With regards to the plugin (http://stilbuero.de/jquery/tabs/), I want
the text of one of my tabs to contain both text and a small, clickable
"x" image on the same line. Is this possible? It seems if I put
anything more advanced than
<div id="container-10">
<div>
<ul class="tabs-nav">
<li><a href="#fragment-25">One</a></li>
<li><a href="#fragment-26">Two</a></li>
<li><a href="#fragment-27">Three</a></li>
</ul>
</div>
within my <li> tags, I get weird exceptions. In particular, Firefox
tells me
uncaught exception: [Exception... "Component returned failure code:
0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIXMLHttpRequest.open]"
nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame ::
javascript: eval(__firebugTemp__); :: anonymous :: line 1" data: no]
if my <li> contains a table.
Thanks for any advice, - Dave