Jump to content

lightbox question


Bulbe

Recommended Posts

Hi, im running lightbox on my pages, because i think its a pretty good tool for galeries etc and moreover, its very simple tu use. When i want to open an image by lightbox, i just use this:

 

<a href="picture.jpg" rel="lightbox">preview</a>

 

But, what should i do in case, if i have a table row? The only way i know, how to make a row "clickable" is to set a clickOn event. So, for example:

 

<tr style="cursor: pointer; cursor: hand;" onclick="location.href='picture.jpg'><td>blabla</td></tr>

 

But this is not gonna work with lightbox, because i cant set the rel="lightbox"

 

Any ideas ?  ;)

Link to comment
https://forums.phpfreaks.com/topic/97107-lightbox-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.