Quote:
Originally Posted by patrick91
For the right i tried to fix one. but i only need now the cordinates? doe you have them..
Gr,
Patrick
|
Hi,
Simple to do... Here's the code you would need, obviously you would need to change the image, so it looks okay on the right.
Code:
<div style="position: fixed; bottom: 0px; right: 0px; width: 150px; height: 150px;">
<img src="{vb:stylevar imgdir_misc}/arcade_link.png" width="150" height="150" border="0" usemap="#arcadelink" alt="Arcade" />
<map name="arcadelink">
<area shape="poly" coords="150,0,150,150,0,150,150,0" href="{vb:raw vboptions.homeurl}/arcade.php" target="_self" />
</map>
</div>
I will update the main post to allow for a right aligned image.
Regards,