html 在图象的背景覆盖物与说明

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 在图象的背景覆盖物与说明相关的知识,希望对你有一定的参考价值。

http://jsfiddle.net/6Mt3Q/

<div class="image-container">
    <img src="http://lorempixel.com/200/300" />
    <div class="after">This is some content</div>
</div>


CSS:

.image-container {
    position: relative;
    width: 200px;
    height: 300px;
}
.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
}
.image-container:hover .after {
    display: block;
    background: rgba(0, 0, 0, .6);
}

以上是关于html 在图象的背景覆盖物与说明的主要内容,如果未能解决你的问题,请参考以下文章

html 杉木Stats装箱的背景图象

在屏幕底部的背景图象在振翼app

JAVASCRIPT怎么改变层的背景图象?

text SVG fondo背景背景图象内联

html 与图象的杉木优惠券

如何把html转化为图象