It seems like whenever I try to add a UL inside of the containers when using jQuery UI - Tabs, it breaks the javascript. Is there a way I can use a UL inside of these containers that I am missing?
Thanks
<div id="tabs">
<div id="fragment-1">
<h4>Pre-Press Requirements</h4>
<span class="peesinal">• SAMPLE of final artwork with noted sizes.</span><br /><br />
<span class="peesinal">• NATIVE FILES & High Resolution PDF preferred. Files must be created or saved to the listed accepted file formats.</span><br /><br />
<span class="peesinal">• FONTS used in files need to be supplied in a separate folder marked "fonts". Please ensure all families (screen & printer) fonts are supplied for the job.</span><br /><br />
<span class="peesinal">• IMAGES must be saved as CMYK and no less than 300dpi. NO RGB FILES! We
prefer images to be TIF or EPS formats. If you are submitting artwork for spot
color printing vector artwork is preferred. Your images should be supplied in
a separate folder marked "links". This will ensure proper reproduction of
your artwork.</span><br /><br />
<span class="peesinal">• COLORS need to be clearly specified. Pantone (PMS) colors preferred. Please
specify if job is to be printed CMYK, spot color, etc.</span><br /><br />
<span class="peesinal">• BLEEDS should be no less than .25"</span><br /><br />
<span class="peesinal">• PDF's should be High Resolution. Please include any spot colors or CMYK format for full color printing. NO RGB FILES! All bleeds should be included with trim marks. All fonts must be embedded or outlined. No "layered" PDF files.</span>
<a id="fileFormatsBlock" href="#fileFormats">
<div id="monitor"></div>
<span class="filelink">Acceptable File Formats</span>
</a>
</div>
<div id="fragment-2">
<div id="caption" class="ui-corner-all"><p>Our presses are all capable of sizes up to 11" x 17" using spot color or full color.</p></div>
</div>
<div id="fragment-3">
<p>USA Quickprint has complete in house bindery to finish each job to meet your needs.</p>
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
<div id="fragment-4">
<p>We provide high speed digital black and white with in line punching, folding, and stapling. Or you can choose to upgrade to high speed digital full color with sizes up to 12" x 18".</p>
</div>
<ul>
<li class="prepressTab ui-corner-all"><a href="#fragment-1"></a></li>
<li class="pressroomTab ui-corner-all"><a href="#fragment-2"></a></li>
<li class="binderyTab ui-corner-all"><a href="#fragment-3"></a></li>
<li class="copyTab ui-corner-all"><a href="#fragment-4"></a></li>
</ul>
</div>