如何做 透明的drop down menu

2008-01-12 8:51 am
請問以下網站如何整到 透明的drop down menu?
http://www.ust.hk/eng/index.htm
效果很美, 但不知如何做,
這不是由flash做成, 應是其他方法
希望能給我指引
參考網址都ok
更新1:

but it is drop down menu, not a picture in a cell then, how? can say it in detail?

回答 (1)

2008-01-12 1:02 pm
✔ 最佳答案
well..The onyl way you can accomplish this is by incorporating some CSS styles into your HTML. You can adjust transparency that way, but it will apply to everything within the cell.

css

table
{
filter:alpha (opacity=50);
}

if you wan to do it in mozilla, you need to use integer. The integer should be a number between zero and one.

-moz-opacity:integer .

For example

-moz-opacity:0.7


收錄日期: 2021-05-01 17:13:42
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20080112000051KK00208

檢視 Wayback Machine 備份