<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>jquery滑出式联系我们表单 - 网页模板</title>
<link rel="stylesheet" href="contact.css"/>
<script src="jquery-1.3.js" type="text/javascript"></script>
<script src="jquery.easing.1.3.js" type="text/javascript"></script>
<script src="contact.js" type="text/javascript"></script>
</head>
<body>
<div id="contactArea">
<form>
<div id="info">
<label for="author">Name</label>
<input type="text" name="author" id="author" value="" size="22" tabindex="1" class="rounded" aria-required='true' />
<label for="email">Email</label>
<input type="text" name="email" id="email" value="" size="22" tabindex="2" class="rounded" aria-required='true' />
<label for="url">Website</label>
<input type="text" name="url" id="url" value="" size="22" tabindex="3" class="rounded" />
</div>
<div id="message">
<label for="comment">Your Message</label>
<textarea name="comment" id="comment" cols="2" rows="2" tabindex="4" class="rounded"></textarea>
<input name="submit" type="submit" id="submit" class="rounded" tabindex="5" value="Submit" />
</div>
</form>
</div>
<div id="container">
<div id="header" class="container"></div>
<a class="contact" href="#">Contact Us</a> </div>
<div class="content">
<h1>Contact Us Slide-Out Area using jQuery</h1>
<p>Click the contact us button above</p>
</div>
</div>
<div style="text-align:center;clear:both">
<p><font color="#FFFFFF">适用浏览器:IE8、360、FireFox、Chrome、Safari、Opera、傲游、搜狗、世界之窗.
</font> </p>
<p><font color="#FFFFFF">来源:</font><a href="http://www.moobnn.com/" target="_blank"><font color="#FFFFFF">网页模板</font></a></p>
</div>
</body>
</html>