Return to Snippet

Revision: 26695
at May 6, 2010 18:49 by jgiuffrida


Initial Code
<!doctype html>
<html>
	<head>
		<link type="text/css" rel="stylesheet" href="css/style.css" />
		<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
		<script type="text/javascript" src="js/fixedSide.js"></script>
	</head>
	<body>
		<div id="wrapper">
			<div id="left">
				<div id="leftNav">
					<ul id="navUL">
						<li><a href="#one">Section 1</a>
						<li><a href="#two">Section 2</a>
						<li><a href="#three">Section 3</a>
						<li><a href="#four">Section 4</a>
					</ul>
				</div>
			</div>
			<div id="right">
				<h1 id="one">Section 1</h1>
				<div>
					Lorem ipsum dolor sit amet...
				</div>
				<h1 id="two">Section 2</h1>
				<div>
					Lorem ipsum dolor sit amet...
				</div>
				<h1 id="three">Section 3</h1>
				<div>
					Lorem ipsum dolor sit amet...
				</div>
				<h1 id="four">Section 4</h1>
				<div>
					Lorem ipsum dolor sit amet...
				</div>
			</div>
		</div>
	</body>
</html>

Initial URL
http://www.josephgiuffrida.com/

Initial Description


Initial Title
Using jQuery to Create a Fixed Sidebar - HTML - page.html

Initial Tags


Initial Language
HTML