相对位置css extjs Sencha touch

时间:2015-01-29 19:08:16

标签: javascript html css extjs sencha-touch-2

我在Sencha Touch框架中工作,我创建了盒子(例如),并希望相对于 innerbox 提供 outbox ,已修复位置。但不幸的是,我的图像不会显示该位置是否保持为relative(如果它具有相对的位置属性,则其中任何一个都不会显示)。

我的问题是,如何在CSS中关联两个Extjs/javascript类/ id,因为我的目标是为他们提供轮换,只有当他们根据我的知识拥有此属性时才有可能。

欢迎任何其他建议。

#outterbox {
  width: 100% ;
  height: 100% ;
  background-image:url('outterbox.png');
  position: relative; // not showing
}
#innerbox {
  width: 100% ;
  height: 100% ;
  background-image:url('innerbox.png');
  position: fixed;

}

0 个答案:

没有答案