Thank you for your help!
Paulchen25:
I tryed that and it works just fine! It's a simple and very smart way to control the images we want for thumbnails!
Laecke:
I also think having other images as hover should be very hard to accomplish (at least for someone that knows only the basics of html/css like me...).
I saw some good examples of this:
janeumann.de/
melaniegueret.com/
carolinefabes.com/
but I don't know how this could be done, the customization should not be easy... however, If somebody knew how to help on such customizations, the help would be welcome!
For the option you mentioned about opacities on hover, I just made one test:
mariovideira.com/testes/zbit/
I've inserted this code in my style.css file:
.picture { background:#7FFFD4; }
a img:hover { opacity:.30; }
.top a img: hover { opacity:1; }
My problem is that the area below the image where the caption is, just got coloured as well. Any Ideas how I could have the color only behind the image, but not in the caption zone?
I tryed to work this around in the format.visual_index file, but with no luck... Any Ideas?
Also, the code I've inserted affects not only the visual index thumbnails, but also the other images of my site.
When I click on a thumbnail and I enter inside a project, the Images of the project also have the color and the hover. When I hover my logo ou my social networks' icons they are affected by the opacity on hover.
I believe this is because all the ".picture" calls every image of my site.
How could I control this, in order to this colored and opacity hover affect just the visual index thumbnails (and having the caption area without color)?
Thanks in advance!