panel样式设置

咱对写样式很弱,今天发现通过设置 bodyStyle 可以设置panel 的样式,标记下

 

var hoverPanel = new Ext.Panel({
      renderTo : Ext.getBody(),
      width : 200,
      height : 260,
      bodyStyle: "border:solid 1px blue ;filter: progid:DXImageTransform.Microsoft.alpha(opacity=69);",
      autoScroll : true,
      id : 'a',
      html : 'asdsaddasfdasfadfs'
     });

 

你可能感兴趣的:(html,ext,Microsoft)