Windows 7及Windows Vista的边栏小工具
发布时间:2016-09-26 20:13:04 所属栏目:Windows 来源:站长网
导读:副标题#e# 如果你在使用的操作系统是WIN7或者Windows Vista版本,那一定会使用到边栏小工具。 有一天,有朋友问我这个边栏小工具是怎么制作的,我查了一下,这个东西其实分为两种小工具类型,一种就称之为边栏小工具Sidebar,还有一个称之为SideShow,而且
|
第二步:编写HelloWorld.html
<html>
<head>
<title>HelloWorld</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
body{
/*设置主体显示框的大小,这个需要设置,需注意*/
margin:0px;
width: 150px;
height: 180px;
}
</style>
</head>
<body>
<g:background src="bg.png">
<center>
<br />
<g:text>HelloWorld</g:text><br />
<g:text>你的用户名:</g:text><br />
<input type="text" name="username" style="width:60px;" id="username" /><br />
<input type="button" value="Open" onclick="doOpenAction()" />
</center>
</g:background>
<script language="javascript" type="text/javascript" src="gadget.js"></script>
</body>
</html> (编辑:应用网_镇江站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
站长推荐

