开发者

Jquery UI Widget Problem - Rounded Corners

开发者 https://www.devze.com 2023-04-02 10:47 出处:网络
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 poss开发者_JS百科ible?Add a line b

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 poss开发者_JS百科ible?


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>
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号