You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
947 B
45 lines
947 B
12 years ago
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
||
|
<title>Guidely Box Demo</title>
|
||
|
|
||
|
<style type="text/css" media="screen">
|
||
|
|
||
|
* { padding: 0; margin: 0; }
|
||
|
|
||
|
body { font: 12px/1.7em arial, sans-serif; }
|
||
|
|
||
|
#demo {
|
||
|
background: #333;
|
||
|
width: 900px;
|
||
|
height: 500px;
|
||
|
position: absolute;
|
||
|
top: 100px;
|
||
|
left: 50%;
|
||
|
margin-left: -450px;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
<link rel="stylesheet" href="../guidely/guidely.css" type="text/css" media="screen" title="no title" charset="utf-8" />
|
||
|
|
||
|
<script type="text/javascript" charset="utf-8" src="../guidely/jquery-1.6.2.min.js"></script>
|
||
|
<script type="text/javascript" charset="utf-8" src="../guidely/guidely.pack.js"></script>
|
||
|
|
||
|
<script type="text/javascript" charset="utf-8" src="demo.js"></script>
|
||
|
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body id="">
|
||
|
|
||
|
<div id="demo">
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|