1.
Add this to your clickable thumbnail css class:
Quote:
.thumbnail:hover {
...your existent code here...
cursor: hand;
}
|
Note: this doesn't work in FireFox
2. Read this tutorial about hoe to do what you need:
http://www.javascript-coder.com/wind...dow-open.phtml
hth