Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

using blueprint css within a jquery ui tab

I'm using blueprint to do a complex form layout that involves jquery-ui tabs, but when I try to use the blueprint span-x divs within the jquery-ui tabs, the formatting gets all screwy....

<div id="tabs">
  <ul>
    <li><a href="#blahblah"><span>blah blah</span></a></li>
    <li><a href="#blahblahblah"><span>blah blah blah</span></a></li>
  </ul>
  <div id="blahblah">
    <div "class="span-8 last">
      <dl>
       <!--some input boxes-->
      </dl>
    </div>
  </div>
</div>

If i take the "class-span-8 last" out, the page works as expected. Any help / ideas would be much appreciated!

like image 904
Justin Avatar asked Jul 01 '26 18:07

Justin


1 Answers

You might want to try giving each tab/div the blueprint "container" class.

like image 84
Rob Avatar answered Jul 03 '26 07:07

Rob



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!