|
#1
|
|||
|
|||
|
image area - next prev links
Hi there!
Is it possible to click on one half of the image area for previous link and the other half for a next link? I am trying to modify the following code to work for different image sizes, but I can't make it work as you need to generate different co-ords for each image. Maybe its impossible or I need to try something different: <img src="images/<IMAGE_NAME>" alt="" title="" width="<IMAGE_WIDTH>" height="<IMAGE_HEIGHT>" id="photo" usemap="#map_prevnext" /> </a> <map name="map_prevnext"> <area shape=rect coords="0,0,242,710" alt="" border="0" title="<<" href="index.php?showimage=<IMAGE_NEXT_ID>" /> <area shape=rect coords="243,0,1016,710" alt="" border="0" title=">>" href="index.php?showimage=<IMAGE_PREVIOUS_ID>" /> </map> Many thanks Rob |
|
#2
|
||||
|
||||
|
It is possible in other way using layers (<div>). Try to look at blogs from this topic:
http://forum.pixelpost.org/showthread.php?t=2375 And for sure you will find some working example. |
|
#3
|
|||
|
|||
|
GeoS: Thanks for the reply, I tried looking at every blog on your link, but none of them use both previous & next links in the image area.
Do you know anything else that might work? Thanks again, Rob |
|
#4
|
||||
|
||||
|
I think the 235skin does what you're looking for. You can download it here: http://www.pixelpost.org/v1/index.ph...ds&details=178
__________________
My Photoblog If you find my help useful please consider feeding the PixelPost Kitty If you're short on cash just feed my ego |
|
#6
|
|||
|
|||
|
I am curious, did you get it to work? I am useing a modified version of the simple template and am trying to get this to work.
|
| Post Reply |
| Thread Tools | |
|
|