2.还有主页的个人档案,档册,其它没有能显示透明的?
{background:transparent} 这是显示全部透明的命令,最前面添加目标即可。
比如:
#m_blog{filter:alpha(opacity=80);-moz-opacity:0.8;width:auto !important;width:100%}
原为博客文章区域透明度80%
现改为博客文章区域全部透明,则:#m_blog{background:transparent}
以此类推...
CSS的透明命令为:{background:transparent}
在它前面加入需要做透明处理的栏目即可:
#tab,.stage,#comm_info,#m_pro,#m_blog,#m_album,#m_links,#m_artclg,#m_comment{background:transparent}
希望你能在获取问题答案的同时也能获取问题的解决方法,这样才能触类旁通,运用自如...