I’m using the pretty straightforward jQuery Tools Overlay setup to load external content into the overlay. Check it out here. Basically, it works by using a standard <a> like this: <a rel="#overlay" href="content.html">Overlay</a>. When you click Overlay, content.html loads in an overlay. Nice and easy!
I’m running into trouble because I want to have the overlay triggered by click of an entire table row. Is this possible? How would I make that happen?
Yea you can do it simply.
put the anchor tag inside the Table Row and make its display style to block.