50% 背景 +坡度
我想在我的网页中添加渐变背景(标有黄色边框的区域是实际内容显示的位置),并且我希望它只占页面的 1/2(底部): 替代文本 http://img14.imageshack.us/img14/8453/50gradientbackground.png< /a>
我相信这可以通过 CSS 实现,但到目前为止我只能获得渐变背景(占据页面的整个高度)。
预先非常感谢您!
I want to add a gradient background to my web page (the area marked with yellow border is where the actual content is displayed) and I want it to take just 1/2 of the page (the bottom part):
alt text http://img14.imageshack.us/img14/8453/50gradientbackground.png
I believe this is possible with CSS, but so far I have only managed to get a gradient background (taking the whole height of the page).
Thank you very much in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以用这样的方法来做到这一点:
这里的 50% 意味着背景图像将位于距顶部 50% 的位置。
You can do it with something like this:
50% here means that the background image will be positioned 50% from the top.
这是我最终设法解决的解决方案:
This is the solution that I have managed to work out eventually: