search
HomeWeb Front-endCSS Tutorialcss: How to set the transparency of box-shadow?
css: How to set the transparency of box-shadow?Jul 21, 2017 pm 02:16 PM
box-shadowtransparency

Today I discovered that using the box-shadow attribute can add a shadow effect to p very well, but if the added effect is:

-moz-box-shadow:0 4px 4px #999; 
-webkit-box-shadow:0 4px 4px #999; 
box-shadow:0 4px 4px #999;

The color set using # has no transparent effect. Set the color of the shadow in this way. If the location where the shadow falls is not white, or even dynamic, for example, if it falls on a slide, several pictures of different colors will rotate. Then setting the shadow color like this will make the shadow effect look fake!

Solution: Use rgba instead.

-moz-box-shadow:0 4px 4px rgba(0, 0, 0, 0.4); 
-webkit-box-shadow:0 4px 4px rgba(0, 0, 0, 0.4); 
box-shadow:0 4px 4px rgba(0, 0, 0, 0.4);

Let me explain here:

ie6 and ie7 should not support the box-shadow attribute.

You can use: *filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color="#888888"); instead

Because the shadow I set is not It is not required to display in all browsers. So I didn't add this line of code, so I didn't verify whether it is feasible to replace the color in Color="#888888" with rgba here. Friends who need it can verify it by themselves. I guess it will be annoying!

My principles:

As long as there are no problems such as layout misalignment, I will not make compatibility modifications.

For the small number of die-hards who do not upgrade their browsers, there is no need to add a line of redundant code. Since you are using an old version of the browser, it is certain that the effect you see is not beautiful enough.

The reason why many old versions of IE browsers still exist today is because they are used to the front end!

The above is the detailed content of css: How to set the transparency of box-shadow?. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
教你win10任务栏设置透明度的方法教你win10任务栏设置透明度的方法Jul 10, 2023 pm 12:37 PM

win10系统有许多比较新颖的功能,有小伙伴想要让自己的win10系统更加具有个性化,因此想设置任务栏透明度看起来更加酷炫些。那么win10任务栏如何设置透明度呢?下面小编就教下大家win10任务栏设置透明度的方法。具体的方法如下:1、打开电脑,鼠标移动到任务栏,然后鼠标右键任务栏,在窗口找到“任务栏设置”并且点开。2、点开“任务栏设置”窗口后,找到“颜色”选项,点开,在“颜色”设置界面可以设置大家所喜欢的得任务栏颜色,大家可以选择Windows颜色也可以自定义颜色,选好颜色后找到下面的“透明效

CSS属性实现透明度渐变效果的方法CSS属性实现透明度渐变效果的方法Nov 18, 2023 pm 05:28 PM

CSS属性实现透明度渐变效果的方法,需要具体代码示例在网页设计中,透明度渐变效果可以为页面增添一种柔和而美观的过渡效果。通过CSS属性的设置,我们可以轻松实现不同元素在透明度上的过渡效果。今天我们就来介绍一些常见的方法和具体的代码示例。使用opacity属性Opacity属性可以设置元素的透明度,取值范围从0到1,0表示完全透明,1表示完全不透明。我们可以通

PPT怎么设置图片透明度PPT怎么设置图片透明度Mar 20, 2024 pm 11:10 PM

我们平时在制作ppt的时候可以给图片穿插到里边,但是PPT怎么设置图片透明度这个问题对于一些刚学的小伙伴们还是不知道怎么实现,那么今天我就来教大家具体的操作步骤,具体步骤如下图。1.首先,在电脑上打开并且新建一个PPT文档,(如下图所示)。2.接下来,在上方工具栏中选择【插入】-【形状】,选择矩形并在空白画布上画出,(如下图红色圈出部分和红色箭头指向所示)。3.然后,在上方工具栏中选择【填充】,(如下图红色圈出部分和红色箭头指向所示)。4.接下来,在【填充】对话框中选择【更多设置】,(如下图红色

醒图透明度在哪醒图透明度在哪Mar 20, 2023 am 11:47 AM

醒图透明度在“特效->调节参数”中,其设置图片透明度的具体方法是:1、打开醒图app;2、点击“导入”,选择“喜欢的图片”打开;3、在页面底部找到并点击“特效”,然后点击“调节参数”,点击“透明度”,滑动刻度线即可设置透明度。

如何使用CSS实现元素的透明度渐变效果如何使用CSS实现元素的透明度渐变效果Nov 21, 2023 pm 01:38 PM

如何使用CSS实现元素的透明度渐变效果在Web开发中,为网页元素添加过渡效果是提升用户体验的重要手段之一。透明度的渐变效果不仅可以使页面变得更加平滑,还可以突出元素的重点内容。本文将介绍如何使用CSS实现元素的透明度渐变效果,并提供具体的代码示例。使用CSS的transition属性要实现元素的透明度渐变效果,我们需要使用CSS的transition属性。t

调节Win10系统任务栏的透明度方法说明调节Win10系统任务栏的透明度方法说明Jan 13, 2024 pm 11:06 PM

电脑升级到win10了,微软在Windows10中保留了任务栏透明效果,但是却没有设置调节透明度的选项。那么Win10系统任务栏如何调节透明度呢?下面,小编就来跟大家说说Win10系统任务栏如何调节透明度的操作吧。Win10系统的任务栏大家都非常的熟悉,就在屏幕的下方位置。一般来说,这个任务栏的界面是Win10系统默认设置的,不管是颜色还是透明度都是默认设置的,如果想要调整一下任务栏的透明度,那么如何才能在Win10系统中调整任务栏的透明度呢?来看看小编的操作便知。Win10系统任务栏如何调节透

Vue和Canvas:如何实现图片的透明度和混合模式调整Vue和Canvas:如何实现图片的透明度和混合模式调整Jul 17, 2023 am 08:54 AM

Vue和Canvas:如何实现图片的透明度和混合模式调整在Web开发中,我们经常需要对图片进行处理,其中包括调整图片的透明度和混合模式。Vue和Canvas是两个常用的技术,它们可以很好地结合起来实现这些功能。本文将介绍如何使用Vue和Canvas来实现图片的透明度和混合模式调整,并提供相应的代码示例。透明度调整是指改变图片的可见度。在Vue中,可以通过绑定

CSS 渲染属性指南:box-shadow 和 text-shadowCSS 渲染属性指南:box-shadow 和 text-shadowOct 25, 2023 am 09:54 AM

CSS渲染属性指南:box-shadow和text-shadow简介:在网页设计和开发中,通过使用CSS的渲染属性,可以为页面元素添加阴影效果,使其更具有立体感和视觉效果。本文将重点介绍两个常用的CSS渲染属性:box-shadow和text-shadow,并提供具体的代码示例。一、box-shadow:box-shadow属性可用于为元素添加阴

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor