你的css定義了透明度 #content { width:690px; float:right; filter:alpha(opacity=90); opacity:0.9; background:#fff; overflow:hidden; } 把它移除即可 #content { width:690px; float:right; background:#fff; overflow:hidden; }
分類:電腦與網際網路 > 程式設計 2009年11月09日
你的css定義了透明度 #content { width:690px; float:right; filter:alpha(opacity=90); opacity:0.9; background:#fff; overflow:hidden; } 把它移除即可 #content { width:690px; float:right; background:#fff; overflow:hidden; }
分類:電腦與網際網路 > 程式設計 2009年11月09日