First of all I must say that I was amaized of how great this script is. Very simple in use and customization yet it beats up any other script that I've seen so far. Thank you.
Anyhow I have to very simple questions. (simple because I've seen every body doing it yet I can't figure out how)
1- How do I place a border arround the thumbnails with a margin of lets say 5px. My css contains the following line, but it doesn't work the way I want it:
First, you need to understand the CSS box model. It insists that any padding and borders be added to the box size. However, IE doesn't do that, and instead adds the padding inside the existing box size. What does that mean? That your code actually probably works fine, but Internet Explorer is putting the padding inside the image, which is not what you want. The solution? Well, you'll have to change the generated markup, so that there is another element surrounding the image. Then you could give it a padding and border without problem.
Second, bug Jack. He's really helpful, and has already done it.