是否有可能在CSS中使图像不可滚动(<img src:)?=""

时间:2017-02-02 12:12:27

标签: html css

="" 是否可以在CSS中滚动页面内的图像(这不是背景?完全像“背景附件:固定; “?

我试过了:

.img {
-webkit-mask-attachment: ;
}

但它没有用。我将使用此代码段中的图片:

<div class="view view-third">
<img src="Images/bimonelle.jpg" class="image"/>

感谢您的时间!

1 个答案:

答案 0 :(得分:2)

根据我的理解,您希望使用页面滚动图像。为此,您只需将图像包裹在某个div周围,然后将其赋予# Delete/hide series index 0 and 2 from the legend. # i.e., Series 1 and 3 from a 3 series chart. chart.set_legend({'delete_series': [0, 2]})

例如,HTML:

position: fixed

对于CSS:

<div id="advertisement">
<img src="Images/bimonelle.img" />
</div>