blob: f75a215e5692d0081225d7220c0807d085dd5cbc (
plain) (
blame)
1
2
3
4
5
6
7
|
<!DOCTYPE html>
<html style="overflow: scroll">
<body style="overflow: hidden; position: relative;">
<p>Scroll down...</p>
<p style="padding-top: 1200px"><a href="http://example.com">Mouse over me!</a></p>
</body>
</html>
|