魔秀里的透明的背景怎么設置的?
請先添加螢火蟲flash背景,然后在你的css中直接添加以下代碼:
#m_10204 object{ /* 螢火蟲 */
position:absolute/*絕對*/!important;top:10px;left:8px;
width:1200px!important;
border-right:0px!important;border-bottom:0px!important;background:transparent!important;
}
#mod_10204 .modth { /* 題頭 */
background:transparent;
}
#m_10204 . { /* 模塊箱體 */
padding:0px!important;text-align:left!important;background:transparent!important;
}
#m_10204 object{width:1000px;height:500px;margin-top:90px;margin-left:105px;border:0px solid #008800;
}
#mod_10204 .modtit,#mod_10204 .modth,#mod_10204 .modtl,#mod_10204 .modtc
{ /* 尾部 */
display:none;
}
--------------------------------
注:里面的大小參數根據自己的需要來調試高矮大小~