如何改進CSS讓背景透明? - 部落格

Table of Contents

我在近開了網站

增新CSS 只想讓"文章背景"(Post+Sidebar的背景)透明化

EX ╔══╦══════╗
║Sid ║ Post ║
║ebar║ ║
~~~║~~~~║~~~~~~~~~~~~║~~~~~~~~~~
~~~║~~~~║~~~~~~~~~~~~║~~~~~~~~~~
~~~║~~~~║~~~~~~~~~~~~║~~~~~~~~~~
║ ║ ║
~~~║~~~~║~~~~~~~~~~~~║~~~~~~~~~~
║ ║ ║
╚══╩══════╝

讓文章能看到底圖

但是文章的圖片跟文字也會跟的透明

沒學過CSS 從網路學的 如下

.main {
filter:alpha(opacity=15);
-moz-opacity:0.85;
opacity:0.85;
}

請問要如何改進呢?

--

All Comments