在ext中toolbar时 不是用,‘-’,会出现一个分割的标志(|)吗 
我想知道  能不能把他动态的隐藏掉啊
下面的{}里面的内容可以hidden 但是这个翻个的标志不知道怎么弄了

解决方案 »

  1.   


    .x-toolbar .xtb-sep {
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    font-size: 1px;
    height: 16px;  // 改为 0 px 即可;
    width:4px;
    overflow: hidden;
    cursor:default;
    margin: 0 2px 0;
    border:0;
    }在 ext-all.css 中(1986行), 将上面的样式中的 height 改为 0px 就可以了
      

  2.   

    再把 width 改为 0px 就什么都看不到了
      

  3.   

    这样我觉得会有点麻烦,我现在能想到的办法就是新弄个 toolbar 继承 Ext.toolbar, 然后把它的样式改了...
      

  4.   


    高手 能不能帮我看看我的错呢
    http://topic.csdn.net/u/20110311/17/76fe08cb-e8bd-4f0b-b796-3bab3ada1ea7.html