css背景图片固定位置_CSS固定位置背景图片

使用CSS固定背景图像可以为网页创建独特效果,即使页面滚动,背景也不会移动。只需在元素的CSS样式中设置背景声明,确保元素高度足以容纳背景图像。
摘要由CSDN通过智能技术生成

css背景图片固定位置

Backgrounds have become an integral part of creating a web 2.0-esque website since gradients have become all the rage. If you think gradient backgrounds are too cliche, maybe a fixed position background would work for you? It does provide a neat inherent effect by not moving.

背景已经成为创建Web 2.0风格的网站不可或缺的一部分,因为渐变非常流行。 如果您认为渐变背景过于陈词滥调,也许固定位置背景对您有用? 通过不移动它确实提供了整洁的固有效果。

CSS (The CSS)

Place the background declaration of the element of your choice.

放置您选择的元素的背景声明。

body	{ background:url(your-image.jpg) top right no-repeat; background-attachment:fixed; }

background-attachment: fixed keeps the background image in place so long as the element is tall enough for scrolling.

background-attachment: fixed ,只要元素高到足以滚动,就可以将背景图像保持在原位。

翻译自: https://davidwalsh.name/css-fixed-position-background-image

css背景图片固定位置

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值