mogwaii said:
The image would be on the top of the content and it would be clickable
through it ...
"On top" is ambiguous - above in which dimension? I understand "clickable",
but what should happen when it is clicked, and what does "through it" mean.
The simplest interpretation of the question that I can see is that a
transparent image would appear on top of other content in the z dimension
(i.e., appearing between the viewer's eyes and the other content) and
clicking on it would take the browser to some specific web page.
The obvious answer is to use normal link markup <a href="..."><img alt="..."
src="..."></a> and to make that element absolutely positioned in the desired
place, with a sufficiently large z-index value. This CSS-based answer looks
too obvious to me, so I guess the question is actually more complicated.
i did it once a hour ago, but it was non-compatible with co-browsers,
only IE6.0.
Well you could have posted the URL - those who have IE 6 could then have
seen what you really mean and might perhaps suggest how to achieve it in a
cross-browser way.