图片提示
a.tips {
??? position: relative;
}
a.tips img {
??? display: none;
}
a.tips:hover img {
??? display: inherit;
??? position: absolute;
}
发布时间: 2012-11-10 10:48:50 作者: rapoo
图片提示
a.tips {
??? position: relative;
}
a.tips img {
??? display: none;
}
a.tips:hover img {
??? display: inherit;
??? position: absolute;
}