透明背景色 [英] Transparent Background Colors

查看:115
本文介绍了透明背景色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在CSS文件上设置透明的背景色.

我试过了:

background-color:透明@ C5C5-但没有颜色!!!

我试过了:

/*对于IE */
过滤器:alpha(opacity = 60);
/* CSS3标准*/
透明度:0.6;

但是这些命令并没有被识别????

我正在使用Visual Studio C#2010.

有人可以帮我吗?

Guilherme Salles

I would like to make a transparent background color on my CSS file.

I tried:

background-color: transparent @C5C5 - but it got no color !!!

I tried:

/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;

But these comands was not recognized ????

Im working on Visual Studio C# 2010.

Can anybody help me ???

Guilherme Salles

推荐答案

阅读此google搜索中的一些文章:所有浏览器的CSS透明设置 [^ ]
Read some of the articles in this google search: CSS Transparency[^]

Specifically, follow the instructions on this page: CSS Transparency Settings for All Browsers[^]


这篇关于透明背景色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆