2008年4月16日,bob模板
这个方法是这样的,只需要一个script语句就能调用别的页面,用起来很方便!
假如这是一个页面的代码:
<html>
<head>
<title>页面调用测试</title>
</head>
<body>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
   <tr>
     <td>
        <script language="JavaScript" src="footer.js"></script><!--这里就是调用语句,调用同一目录下的footer.js文件-->
     </td>
   </tr>
</table>
</body>
</html>

Tags: , ,
2008年3月5日,bob模板
下面这段是我博客的广告代码,有GG和阿里妈妈的,因为广告不能做框架页,用table定义又不符合xhtml标准,所以就用了一段div代码。
<div style="width : 100%;height:180px; overflow-x : visible;   overflow-y : scroll; padding-left:15;">
<script type="text/javascript"><!--
google_ad_client = "pub-4259704116123361";
//120x240, 创建于 08-1-4
google_ad_slot = "0999242656";
google_ad_width = 120;
google_ad_height = 240;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/JavaScript">
alimama_pid="mm_10696039_742397_1446812";
alimama_titlecolor="0000FF";
alimama_descolor ="000000";
alimama_bgcolor="FFFFFF";
alimama_bordercolor="E6E6E6";
alimama_linkcolor="008000";
alimama_bottomcolor="FFFFFF";
alimama_anglesize="0";
alimama_bgpic="0";
alimama_icon="0";
alimama_sizecode="22";
alimama_width=120;
alimama_height=240;
alimama_type=2;
</script>
<script src="http://a.alimama.cn/inf.js" type=text/javascript>
</script></div>
Tags: , , ,
2008年3月5日,bob模板
其中height:350px可修改其高度
<script type="text/javascript">
//<![CDATA[
if (document.getElementById('sidebar_link')) {
var linkprimitivehtml=document.getElementById('sidebar_link').innerHTML;
document.getElementById('sidebar_link').innerHTML="<div style='height:350px;overflow:auto;'>"+linkprimitivehtml+"</div>";
}
//]]>
</script>


更完美的优化版

<script type="text/javascript">
//<![CDATA[
if (document.getElementById('sidebar_link')) {
var linkprimitivehtml=document.getElementById('sidebar_link').innerHTML;
document.getElementById('sidebar_link').innerHTML="<div style='height:350px;overflow:auto;'>"+linkprimitivehtml+"</div><div style='text-align:right;padding:3px;'><strong><a href='login.php?job=applylink'>申请链接</a>|<a href='links.php'>更多链接… </a></strong></div>";
}
//]]>
</script>
Tags: ,
2008年2月20日,bob模板
A、模版名称:Marshalv5
B、模版适用bo-blog的版本:2.1.0以上
C、模版适用的分辨率;:800*600以上
D、适用的浏览器环境;:IE6/7,Firefox 已测试
E、模版使用过程中注意的问题:欢迎到我博客留言。
F、模板预览地址: http://www.marshal.sh.cn/i...
下载地址:http://bbs.bo-blog.com/vie...
点击在新窗口中浏览此图片
2008年1月21日,bob模板
原本此模板有更好的JS菜单、单栏等等更好的模板。但是由于许多细节问题。暂缓了发布
模板信息
A、模版名称:WheatGrass
B、模版适用bo-blog的版本:2.1.0以上
C、模版适用的分辨率;:800*600以上
D、适用的浏览器环境;:IE6/7,Firefox 已测试
E、模版使用过程中注意的问题:欢迎到我博客留言。
F、模板预览地址: http://www.marshal.sh.cn/i...
下载地址 http://bbs.bo-blog.com/vie...
点击在新窗口中浏览此图片