|
Posted by dorayme on 10/30/06 23:28
In article <pan.2006.10.30.23.08.40.373703@gmail.com>,
Daniel Metzger <pichu0102@gmail.com> wrote:
> I am trying to embed an image into a web page, but only so that it appears
> partially on the user's screen, like a corner, and the full image can be
> viewed by rightclicking and selecting "View Image".
> How would I do this?
What about a simple click:
<a href="pics/pic.gif">
<img style="position:absolute;left:-400px;top:-200px;width:600px;
height:400px;" src="pics/pic.gif" alt="blah">
</a>
--
dorayme
Navigation:
[Reply to this message]
|