Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jquery UI Widget Problem - Rounded Corners

http://jsbin.com/adojes/edit#preview

my problem is to set the "rounded-corners" from jquery ui to the main container without setting a total high for it - is this possible?

like image 997
spotlr Avatar asked Jun 22 '26 12:06

spotlr


1 Answers

Add a line break with clear: both after the sidebar. Example: http://jsbin.com/adojes/2/edit#preview

<div id="main" class="ui-widget ui-widget-content ui-corner-all">
    <div class="content ui-widget ui-widget-content ui-corner-all">
        Content<br />Content<br />Content<br />
    </div>
    <div class="sidebar ui-widget ui-widget-content ui-corner-all">
        Sidebar<br />Sidebar<br />Sidebar<br />
    </div>
    <br style='clear: both'/>
</div>
like image 165
Chris Laplante Avatar answered Jun 24 '26 02:06

Chris Laplante



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!