小编mao*_*wtm的帖子

悬停时两个div的转换

好的,所以我几乎想出了这个,但我被困在最后一点..这是我的代码:

/* valuecanvas */

#wrappercs {
  margin-top: 3px;
  width: auto;
  height: auto;
  display: block;
  float: right;
  background: url(http://i67.tinypic.com/30ayjhg.jpg);
  border: 2px solid;
}

#valuecanvas2 {
  width: 640px;
  height: 297px;
  background: url(http://i65.tinypic.com/2kfu6f.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 0px;
}

#valuecanvas2 li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
}

#valuecanvass2 li,
#valuecanvas2 a {
  height: 200px;
  display: block;
}


/* Gains + gainscreaters */

#gains2 {
  background: url(http://i64.tinypic.com/j73t55.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 245px;
  height: 143px; …
Run Code Online (Sandbox Code Playgroud)

html css css3

5
推荐指数
1
解决办法
308
查看次数

标签 统计

css ×1

css3 ×1

html ×1