kliffy/test.html
2011-02-09 17:27:48 -08:00

32 lines
894 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<link rel="stylesheet" href="jqueryui/css/ui-lightness/jquery-ui-1.8.5.custom.css">
<style>
div.iffy-menu {
border: 1px solid #777;
position: absolute;
background-color: #eeeeee;
}
// a.iffy-word:link {
// text-decoration: none;
// color: #000000;
// }
// a.iffy-word:hover {
// color: #0000dd;
// }
</style>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jqueryui/js/jquery-ui-1.8.5.custom.min.js"></script>
<script type="text/javascript" src="iffy.js"></script>
<script type="text/javascript">
$(document).ready(function () {
PlayStory("timemachine.xml", $("#story"));
});
</script>
</head>
<body>
<div id="story" />
</body>
</html>