Jump to content

[已解决] IE核下的离奇错位


babylonjudge

Recommended Posts

下面是默认模板global.css对应order-steps.tpl的部分CSS:


/* steps (like order step) */
ul.step {
   background: transparent url('../img/step_start.gif') no-repeat bottom left;
   list-style: none;
   margin: 0.8em auto 2em;
   padding-left: 40px;
   height: 25px;
   width: 465px
}
ul.step li {
   height: 25px;
   float: left;
   width: 100px;
   text-align: center;
   background: transparent url('../img/step_standard.gif') no-repeat bottom left
}
ul.step li.step_current {
   background: transparent url('../img/step_current.gif') no-repeat bottom left;
   font-weight: bold
}
ul.step li.step_todo { font-style: italic }
ul.step li#step_end { width: 40px }
ul.step li#step_end { background: transparent url('../img/step_end.gif') no-repeat bottom left }
ul.step li#step_end.step_current { background: transparent url('../img/step_end_current.gif') no-repeat bottom left }
ul#order_step { background-color: white }



你对比下,确认是否有更改。

Link to comment
Share on other sites

对比了 这一块并没有任何修改
跟上面代码一样
我很奇怪的是 为什么是到交易的最后一个步骤才错位(前面的几个步骤并未错位)
而且错位的情况是 交易流程图的第一个和最后一个都下移了

Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...