IE 8上的前置有一个中断,IE 9没有

时间:2013-10-11 23:53:48

标签: jquery css jquery-ui internet-explorer-8 internet-explorer-9

期望的行为没有休息

JS     $( '按钮:含有( “添加”)')。在前面加上(”“);

IE 9

enter image description here

IE 8

enter image description here

CSS

button {
  color: #fff;

  font-family: "TWC Round Medium",Arial,Sans-Serif;
  font-size: 13px;
  padding: 9px 13px;
  margin-right : 5px;
  text-align: center;
  border: 0 none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-size: 100%;

  ...

  /* background image stuff removed */
}

如何使这些行为具有相同的行为

0 个答案:

没有答案