jquery – 从制表符ui控件中删除边框

我有以下脚本:

http://jsfiddle.net/2HNvL/

但我似乎无法删除选项卡控件周围的浅灰色边框.这里有人知道怎么做吗?

我尝试过以下方法

#tabs .ui-widget { border:none;  padding:0px; margin:0px; }
    #tabs .ui-widget-header { border:none; display:none; padding:0px; margin:0px; }
    #tabs .ui-widget-content { border:none; padding:0px; margin:0px; }

但这不起作用.

解决方法

添加到列表中的简单#tabs {border:none}应该可以完成这项工作.

相关文章

页面搜索关键词突出 // 页面搜索关键词突出 $(function () {...
jQuery实时显示日期、时间 html: <span id=&quot...
jQuery 添加水印 <script src="../../../.....
中文:Sys.WebForms.PageRequestManagerParserErrorExceptio...
1. 用Response.Write方法 代码如下: Response.Write(&q...
Jquery实现按钮点击遮罩加载,处理完后恢复 思路: 1.点击按...