I'm trying to set up ZP for use in my photoblog. If you take a look at:
http://non-rural.com/current/horiz_2_510.jpgTake a look at how the prev/next functions in FF/Safari to see what I'm going for. I've tried a myriad of things to get it to function in a similar fashion in IE6 and I can't for the life of me figure out how.
It may not be possible to do things this way, but the goal was to be able to have my photoblog's nagivation function this way regardless of image width.
If you want a static html version to check out: take a look at
http://www.publicconcept.com/help/help_01.htm
Comments
This method isn't 100% perfect though, as the displayed image and the actual file have to have the same dimensions, otherwise the clickable area will differ in height from the image. This isn't a problem for me as all the images were going to be actual size anyway.
Well then you can use the getDefaultHeight() to use the default height or getSizeDefaultImage() to get the size(s) that you setup in your zp-config.php file. Also, if you're using a custom image size (using getCustomImageURL) you can get the size using getSizeCustomImage()