投影中心栏网站网页

发布于 2024-08-27 01:56:14 字数 185 浏览 6 评论 0原文

如何为只有一个中心栏的网站添加阴影效果?

我的意思的一些例子:

lala.com mint.com

How can I add a drop shadow effect to a website that has one center column?

Some examples of what I mean:

lala.com
mint.com

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

土豪 2024-09-03 01:56:14

这些都是用背景图像完成的:

请参阅 Mint:http://www.mint.com /images/global/body.jpg
请参阅 LaLa:http://s.pplala.com/static /24.4.1-25/images/background.png

LaLa 是重复的,Mint 使用一张大图像。

Those are both done with background images:

See Mint: http://www.mint.com/images/global/body.jpg
See LaLa: http://s.pplala.com/static/24.4.1-25/images/background.png

LaLa's is repeating, where Mint uses one large image.

涙—继续流 2024-09-03 01:56:14

他们在身体上设置了居中的背景图像。图像上有阴影。

如果您准备在旧版浏览器上牺牲一点美感,我建议您使用 -webkit-box-shadow-moz-box-shadow。优雅降级的编码设计会鼓励人们使用最新的浏览器来获得更好的网络,同时不会让您的网站对那些不能使用的人无法使用。

They've done it with a centered background-image on their body. The image has the shadow on it.

If you're ready to sacrifice a little beauty on older browsers, I would suggest you use -webkit-box-shadow and -moz-box-shadow. Coding designs that degrade gracefully encourages people to use recent browsers for a better Web, while not making your website unusable for people who can't.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文