ice78991
Programmer
- Nov 20, 2006
- 216
I've been lookig at the following code and I have found the following rel attribute. Can someone explain how this attribute is working? The html file comes with a file named lightbox.js and I'm wondering if this may be the javascript document being linked to?
<td><a href="images/M2.jpg" rel="lightbox[portfolio]" title="Title">
<div align="center"><img src="images/smM2.jpg" width="80" height="80" border="0"></div>
</a></td>
<td><a href="images/M2.jpg" rel="lightbox[portfolio]" title="Title">
<div align="center"><img src="images/smM2.jpg" width="80" height="80" border="0"></div>
</a></td>