Below is the code that I am working with:
<html>
<head>
<title>canvas</title>
</head>
<body>
<canvas width="1745" height="569" style="width: 1730px; height: 1680px; position: absolute; z-index: 1"></canvas>
<div id="container">
html elements (buttons, links)
</div>
</body>
</html>
The canvas overlaps the div element, causing the buttons and links to be unresponsive.
Please review my example on this link:
I need assistance in making the image link functional with falling snow animation over it.