genrimages
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

index.html
text/html

Download raw (1.4 KB)

<!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">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
	<title>jQuery.scrollTo Tests</title>
	<meta name="keywords" content="javascript, jquery, plugins, scroll, scrollTo, smooth, animation, to, effect, ariel, flesler, window, overflow, element, navigation, customizable" />
	<meta name="description" content="Tests for jQuery ScrollTo. Made by Ariel Flesler." />
	<meta name="robots" content="index,follow" />
</head>
<body>
	<h1>jQuery.scrollTo Tests</h1>
	
	<ul>
		<li><a href="WinMaxY-compat.html">Max window scrolling (compat mode)</a></li>
		<li><a href="WinMaxY-quirks.html">Max window scrolling (quirks mode)</a></li>
		<li><a href="ElemMaxY-compat.html">Max element scrolling (compat mode)</a></li>
		<li><a href="ElemMaxY-quirks.html">Max element scrolling (quirks mode)</a></li>
		<li><a href="WinMaxY-with-iframe-compat.html">Max window scrolling, within an iframe (compat mode)</a></li>
		<li><a href="WinMaxY-with-iframe-quirks.html">Max window scrolling, within an iframe (quirks mode)</a></li>
		<li><a href="WinMaxY-to-iframe-compat.html">Max iframe scrolling from outside (compat mode)</a></li>
		<li><a href="WinMaxY-to-iframe-quirks.html">Max iframe scrolling from outside (quirks mode)</a></li>
	</ul>
</body>
</html>