A see through element is like:
HTML Code:
<div style="background: transparent;"></div>
You would set its height and width as desired, and most likely position it absolutely over whatever you wanted to cover.
However, as I say, it will only allow things underneath to be clicked, or moused over in some browsers. So I really wasn't offering a solution, just mentioning that the other way of covering something with something see through (using such an element) wouldn't work out much better than an image, though in some browsers you will be able to mouse through it, while an image would be like never.
Bookmarks