Search long enough and you will find the answer...
But I have more questions... (at the end of this post...)
Its simple. I should't have styled my "a" -"img" would have been the right one:
(This code here works to show a black border)
table#rsg2-thumbsList img {
border-color:black;
border-width:0px;
border-style:solid;
}
Ok with this code now the Images get a black border - without any notification of klicked or nonklicked...
OK now here what is still open.
It would be nice if it is possible to get a hover working - but till now it won't work...
I tried the following:
table#rsg2-thumbsList img : link{
border-color:green;
border-width:0px;
border-style:solid;
}
table#rsg2-thumbsList img : visited{
border-color:blue;
border-width:0px;
border-style:solid;
}
table#rsg2-thumbsList img : hover{
border-color:red;
border-width:0px;
border-style:solid;
}
Next question: When I select a thumbnail I can see some text on the bottom of the Image. How can I format this text? (centered)?
Next question: At the top of the picture I can select next picture and so on. How can I change this
to be viewed at the bottom of the picture?
In the end: Last question: Otherwise said: What file(s) have to be edited to change that stuff. There are many php files in the module...
Greetings
TNT