百度空间FLASH可以放大吗

来源:百度知道 编辑:UC知道 时间:2024/06/06 18:58:46
添加的模块太小了,怎么才可以放大啊?

可以通过改变空间版式来改变模块大小

方法:

管理中心--高级设置--自定义主页--开始自定义--点击 页面版式 --选择最后一个

点击保存即可

这是日历代码的添加格式:

#m_10014 object{ /* 日历 */
position:absolute/*绝对*/!important;top:158px;left:805px;
width:90px!important;
border-right:0px!important;border-bottom:0px!important;background:transparent!important;
}
#mod_10014 .modth { /* 题头 */
background:transparent;
}
#m_10014. { /* 模块箱体 */
padding:0px!important;text-align:left!important;background:transparent!important;
}
#m_10014 object{width:100px;height:200px;margin-top:90px;margin-left:105px;border:0px solid #008800;
}
#mod_10014 .modtit,#mod_10014 .modth,#mod_10014 .modtl,#mod_10014 .modtc
{ /* 尾部 */
display:none;
}
-----------------------
你必须懂一些css才能看明白这些代码的应用~必须查看源文件才能知道FLASH的代号~