<img src="design/penguins.jpg" alt="Penguins in Antarctica" width="150" height="113" onclick="MM_openBrWindow('http://www.worldwildlife.org/','','')" />
This is tied to a function below:
function MM_openBrWindow(theURL) {
window.open(theURL);
}
This issue is, I don’t have a cursor. When you hover or mouse over the image, it does not show the cursor, the user has no way of knowing he’s hovering or scrolling over a link.