You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
264 B

<html>
<head>
<title>Fixed footer with no scrollbar</title>
</head>
<body>
<div style="width: 100%; min-height: 100%;">
<div style="position: absolute; bottom: 0px;">
<a id="link" href="xhtmlTest.html">Click me</a>
</div>
</div>
</body>
</html>