index.html

Mon, 08 Mar 2010 13:40:29 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 08 Mar 2010 13:40:29 +0000
changeset 1
472c3486b43e
parent 0
84917e0f649d
child 2
ec7dc98a811d
permissions
-rw-r--r--

Add jQuery 1.4.2

<html>
<head>
	<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
	
	<style type="text/css">
		#support-chat
		{
		}
		#support-input
		{
			width:100%;
		}
		#support-send-button
		{
			float:right;
		}
	</style>
</head>
<body>
	<div id="support-chat">
		<div id="support-log">Hello</div>
		<input id="support-input" type="text" value="Hello" />
		<input id="support-send-button" type="submit" value="Send" />
	</div>
</body>
</html>

mercurial