当前位置: 代码迷 >> Web前端 >> 图片揭示
  详细解决方案

图片揭示

热度:292   发布时间:2012-11-10 10:48:50.0
图片提示


a.tips {
??? position: relative;
}

a.tips img {
??? display: none;
}

a.tips:hover img {
??? display: inherit;
??? position: absolute;
}

  相关解决方案