透明的問題 - 部落格

Table of Contents


我現在才知道原來噗浪被歸類在 blog 板,我還以為只有 kk 有噗浪的板呢!

我是想問各位,要怎樣的 css 語法,才能透明?
就是不使用的時候,是透明的;滑鼠移入的時候才不透明?
這有人會嗎?

感謝各位!

ps: 跟這一個噗浪的內容一樣…… http://www.plurk.com/peter_1982
也許你會說,為什麼不去套用他的語法,但我就是想自己改。可以嗎?

再次的感謝各位! <(___ ___)>









齁齁齁~~被我發現這個語法了!就是以下的這個

/* 控制面版透明特效 */
#plurk-dashboard {filter:alpha(opacity=20) ; -moz-opacity:0.1; opacity: 0.1; }
#plurk-dashboard:hover {filter:alpha(opacity=100) ; -moz-opacity:0.9;
opacity: 0.9; }




把這個語法貼到你的 css 上,你的控制面板就有不透明的效果囉! XD






--

我的噗浪:http://www.plurk.com/pabo1

--

All Comments

Catherine avatarCatherine2009-09-16
css的話 應該都是在hover那邊改
Emma avatarEmma2009-09-19
@@ 我找一下