Lightbox assistance

4 posts by 2 authors in: Forums > CMS Builder
Last Post: January 28, 2009   (RSS)

Okay, here's the code I have:

<?php if ($upload['hasThumbnail']): ?>
<a href="<?php echo $upload['urlPath'] ?>" rel="lightbox[<?php echo $upload['urlPath'] ?>]" >
<img src="<?php echo $upload['thumbUrlPath'] ?>" alt="" width="<?php echo $upload['thumbWidth'] ?>" height="<?php echo $upload['thumbHeight'] ?>" class="img_link" /></a><br/><br/>

And still no lightbox. I did get it to work once with the default image, so I'm seeing what code will pull the image as uploaded.

reference site : http://209.62.14.161/products/buildingsDetail.php?1

Re: [misery217] Lightbox assistance

And here's a bizarre mix to the equation: the above code works in Firefox, but not in IE7? Jeez, now I'm really tormented...

Re: [misery217] Lightbox assistance

And now... For no know reason, it works on both... However, an answer as to if there's an easier way to accomplish this would be appreciated?