开发者

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜