背景半透明效果

2022-04-04 13:16:58 字數 396 閱讀 3720

背景為紅色(#ff0000),透明度20%。

css**:

example source code

.alpha1

.ap2

這樣基本就可以實現啦,也不用擔心定位和自適應問題,最大的問題是僅ie支援。

如果相容ff、op怎麼寫呢?首先,上面這種定法是不行的啦,那就只能用兩個層重疊的方法啦。

改下頁面結構與css樣式:

html**:

example source code

背景為紅色(#ff0000),透明度20%。

css**:

example source code

.alpha1,.alpha2

.alpha1

.alpha2

.ap2

背景半透明

css中在希望半透明的部分後面新增如下 filter alpha opacity 10 moz opacity 1 opacity 0.1 句中的數字就是你希望半透明的程度,越小透明度越高。其實就是新增乙個濾鏡。三句話中第乙個是支援ie,第二個和第三個都是支援firefox的不同版本。比如說設定好背...

設定button背景的半透明效果!!!

android layout width fill parent android layout height fill parent android orientation vertical android background drawable bg package com.guo.mygridv...

QT 透明 半透明 效果

objwindow setwindowopacity 只對視窗有效,setattribute qt wa translucentbackground,true 對於視窗widget必須設定為qt framelesswindowhint include qgraphicsopacityeffect o...