如題
http://blog.xuite.net/qqacc777/lovesong是我的部落格
就像問題所說的....
我的文章後面又白白的底圖
要如何變成透明呢.....
2007-08-07 12:21:28 · 3 個解答 · 發問者 Anonymous in 電腦與網際網路 ➔ 程式設計
三種方式:
1. 一樓說的。
2. 全部透明,搜尋併取代CSS樣式表:
#content{
padding: 5px;
margin: 5px;
background-color:transparent;
border: #A3D2E7 1px dashed;
/* border: #6CB3DF 5px solid; */
}
3. 半透明,搜尋併取代CSS樣式表:
#content{
padding: 5px;
margin: 5px;
background-color:#fff;
border: #A3D2E7 1px dashed;
/* border: #6CB3DF 5px solid; */
filter:alpha(opacity=95);opacity:0.95;
}
半透明你文章的字要改深一點才能更透明一點,要不透明語法會影響到字看起來會不清楚。
2007-08-07 13:19:10 · answer #1 · answered by mh 7 · 0⤊ 0⤋
到下面的網址看看吧
▶▶http://qoozoo09260.pixnet.net/blog
2014-10-22 16:11:22 · answer #2 · answered by Anonymous · 0⤊ 0⤋
先進去你自己的部落格→管理部落格→面板設定→進階樣式,看你是希望哪個欄位變透明,就在那個欄位選項中的「透明度」調到"0"就ok了。
2007-08-07 13:04:31 · answer #3 · answered by 如羽 2 · 0⤊ 0⤋