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 ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.