<li><a href="#test"><span class = "ui-icon ui-icon-folder-collapsed"></span>testing</a></li>
</ul>
</div>
</div>
</div>
<div id="tabs-2">
<p>Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.</p>
</div>
</div>
Intialized in the head with:
$( "#tabs" ).tabs();
The weird this is, it shows up fine at first but if I mouseOver the importer tab it suddenly shrinks. This is in an .HTA file running as IE7 (from what I gather). And its worse in firefox. Is this due to me using Menu's in the div, should I be using selectors (can selectors have icons, or can menus have multiselect)
When I press my button, a small up error gets added to the upper left corner of the list and no items get added to the list itself. If I make two <script> tags and place the above code in the html it works. Unfortunately I need it to work with this external .js file. Any thoughts?