I added the style to the forum page and all the links are highlighted when the mouse gets over the link. The style is pretty simple:
a:link, a:visited {text-decoration:none; cursor:hand; color:Navy;}
a:hover {text-decoration:none; background:#ffff00; color:#ff0000; cursor:hand;}
href:hover {text-decoration:none; color:#ff0000; cursor:hand;}Here is the
direct link to this file .
The problem is - when I open more than one image in a popup window it works just great, but the script is done so that it divides the image into two parts to use the mouse click on the appropriate half of the image for navigation. The style that I added "corrects" the script work so that this active part of the image changes to a solid yellow color.
The question is - what script the forum is using to show the image in a popup window? What is the name of the file with this script?
I'd like to play with it and, probably, disable this annoying color. I'm sure it's possible to do that if I override the style inside the script.
Here is the URL to better understand the situation:
http://eyepluslens.com/Forum/yaf_postst17_Night-Macro-Photos-of-Sleeping-Dragonfly.aspx
Edited by user
12 years ago
|
Reason: Not specified
Dimi