Bulbe Posted March 20, 2008 Share Posted March 20, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.